ModuleNotFoundError: No module named 'mask3d'
When I finish the installation and data preparation, I run the evalation script: python run_evaluation.py and python single_scene_inference.py It raises the problem of the import package of mask3d:
Traceback (most recent call last):
File "/OpenYOLO3D/run_evaluation.py", line 6, in
Hello @Louis708 ,
I believe that this is due to a problem while installing mask3d. Did you follow the installation guide in Installation?