Pointcept / SegmentAnything3D

[ICCV'23 Workshop] SAM3D: Segment Anything in 3D Scenes
https://arxiv.org/abs/2306.03908
MIT License
1.02k stars 70 forks source link

Couldn't locate scannetv2 while preparing RGBD data. #28

Closed bipsec closed 1 year ago

bipsec commented 1 year ago

While preparing PointCloud data 3 different folders are created. but only the train folder got one .pth. Is it ok? Or am I mistaken? Please let me know about the point cloud data format after preparing it.

And RGBD preparation occurs File not found data/scannetv2.

yhyang-myron commented 1 year ago

Sorry for delay. For 3D data, there should be files in all three folders (train, val, test). Did you download the raw scannetv2 data? You should appoint the data path in the script.

bipsec commented 1 year ago

There are three folders created while preparing point cloud data. But only the train folder has some files in it. How can I get all files for all of the folders (train, test, val)?

Yes, I downloaded a few scenes and later I figured out the path for RGBD data preparation.

Would you like to give me some insight about how to install pointops. I am facing issues.

yhyang-myron commented 1 year ago
  1. The scenes you downloaded may all in the training dataset. So it doesn't matter for lacking files in val and test folders.
  2. What problem did you meet when installing pointops?
bipsec commented 1 year ago

pointops setup_issue

Could you enlighten me how to solve these issues?

yhyang-myron commented 1 year ago

According to the error message, /usr/local/cuda/bin/nvcc cannot be found when building the pointops. Did you use cuda for compilation. If you used cuda for compilation, there may be a mismatch between the environment and the cuda version.