octree-nn / octformer

OctFormer: Octree-based Transformers for 3D Point Clouds
MIT License
259 stars 18 forks source link

Request to add instructions to work with a new dataset #29

Closed AntiLibrary5 closed 4 months ago

AntiLibrary5 commented 4 months ago

Hi, I ran into this work recently and really liked the writing and visuals. Great to see the reproducibility stamp too on the codebase. We've been trying to use OctFormer on a dataset for 3d medical segmentation. So far I am trying to scratch my way around to have the dataset as close to scannet which could work. But, it would be great to the community if generic instructions were added to be able to work with new datasets. Kindly take it under consideration.

Thanks, Best.

wang-ps commented 4 months ago

Thanks for your great suggestion! I will try to add instructions in the future.

And your solution of following the scannet dataset is practical and smart.