octree-nn / octformer

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

AssertionError #32

Closed Dreamxxxxxx closed 4 months ago

Dreamxxxxxx commented 4 months ago

Thank you very much for your excellent work,but I encountered an assertions error while running python scripts/run_seg_scannet.py --gpu 0,1 --alias scannet --port 10001.I don't know where the problem lies, I hope you can give me some guidance. Thank you very much! image

wang-ps commented 4 months ago

pip install -U ocnn==2.2.1 can fix it.