OpenYOLO3D icon indicating copy to clipboard operation
OpenYOLO3D copied to clipboard

ModuleNotFoundError: No module named 'mask3d'

Open Louis708 opened this issue 1 year ago • 1 comments

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 from utils import OpenYolo3D File "/OpenYOLO3D/utils/init.py", line 1, in from utils.utils_3d import Network_3D File "/OpenYOLO3D/utils/utils_3d.py", line 4, in from models.Mask3D.mask3d import get_model, load_mesh, prepare_data, map_output_to_pointcloud, save_colorized_mesh File "/OpenYOLO3D/models/Mask3D/mask3d/init.py", line 5, in from mask3d.models.mask3d import Mask3D ModuleNotFoundError: No module named 'mask3d'

Louis708 avatar Sep 07 '24 08:09 Louis708

Hello @Louis708 ,

I believe that this is due to a problem while installing mask3d. Did you follow the installation guide in Installation?

aminebdj avatar Sep 21 '24 17:09 aminebdj