To setup the interactive tool, after setting up the conda environment, run:
cd Open3D-CloSeT
bash make.sh
Notes
Compilation and installation of the interactive tool might take a while. Refer to Open3D-CloSeT repository for the details.
To work with the CloSe-T Interactive Tool, run:
python interactive_tool.py --pretrained_path ./pretrained/closenet.pth
To perform inference and evalution using the tool, make sure that your data follows the specifications and steps described in dataset.md.