Skip to content

PedroCorcaque/CADAnnotatorTool

Repository files navigation

CAD Annotator Tool

The developed tool is a 3D data annotation platform that utilizes CAD models as a foundation. Its goal is to generate synthetically annotated 3D data for training semantic segmentation algorithms. Integration with CAD models allows intuitive semantic annotation in 3D environments. The tool provides 3D manipulation features, offering an efficient solution to create synthetic datasets crucial for training semantic segmentation algorithms.

Necessary libraries

OpenCASCADE Technology (7.7.0)

cd ~/Downloads
tar xf opencascade-7.7.0.tgz
cd opencascade-7.7.0
mkdir build && cd build
cmake ..
make
sudo make install

QT Framework

Get and Install Qt with Qt Online Installer

Contributors

@LuisMilczarek - fixed race condition