Closed hxiaoj closed 6 months 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
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?
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?