RozDavid / UnScene3D

Unsupervised 3D Instance Segmentation
BSD 3-Clause "New" or "Revised" License
28 stars 3 forks source link

ModuleNotFoundError: No module named 'lib' #1

Closed hxiaoj closed 1 month ago

hxiaoj commented 1 month ago

Hello! When I run '. scripts/unscene3d_dino_2d3d.sh', I get the following error:

Traceback (most recent call last): File "unscene3d_pseudo_main.py", line 15, in from datasets import load_dataset File "/UnScene3D/pseudo_masks/datasets/init.py", line 1, in from lib.datasets import scannet, scannet_solo, scannet_free, arkit, s3dis ModuleNotFoundError: No module named 'lib'

Can you help me?

RozDavid commented 1 month ago

Hey @hxiaoj,

Thanks a lot for flagging this, indeed I mad an error with relative paths when refactoring the code for release. Closing the issue as should be fixed now, but please feel free to reopen if you still have the same issue after pulling the repo again.

Cheers, David

hxiaoj commented 1 month ago

Hello! When I run '. scripts/unscene3d_dino_2d3d.sh', I get a new error:

hydra.errors.MissingConfigException: Could not load override hydra/launcher/submitit_slurm

Can you help me?

RozDavid commented 1 month ago

2 duplicate