SooLab / Part2Object

[ECCV 2024] The official PyTorch implementation of the "Part2Object: Hierarchical Unsupervised 3D Instance Segmentation".
MIT License
16 stars 1 forks source link

ModuleNotFoundError: No module named 'lib' #1

Closed hxiaoj closed 3 months ago

hxiaoj commented 3 months ago

when I run "python vccs/data_prepare_ScanNet.py --data_path "PATH_TO_RAW_SCANNET_DATASET" ", the error "ModuleNotFoundError: No module named 'lib'" happened

zhangyl4 commented 3 months ago

Thank you for your question. We follow the point cloud initialization method from the work GrowSP. If you are encountering a "ModuleNotFoundError: No module named 'lib'" error, it is likely due to missing environment dependencies. Please refer to the environment setup instructions provided in that repository to complete the necessary installations. We appreciate your feedback and will update the installation process in our README shortly.

when I run "python vccs/data_prepare_ScanNet.py --data_path "PATH_TO_RAW_SCANNET_DATASET" ", the error "ModuleNotFoundError: No module named 'lib'" happened