suryanshkumar / online-joint-depthfusion-and-semantic

A Real-Time Online Learning Framework for Joint 3D Reconstruction and Semantic Segmentation for Indoor Scene.
Other
64 stars 7 forks source link

Voxelgrid #4

Open bigorange18 opened 2 years ago

bigorange18 commented 2 years ago

I down graphics,but Voxelgrid doesnot exit in graphics.How to fix it? ImportError: cannot import name 'Voxelgrid' from 'graphics'

olagt commented 2 years ago

Hi You need to change dir to /deps/graphics and then pip install .

to the same to all folders in deps/ Ola