Closed hxiaoj closed 4 months ago
hey @hxiaoj,
you are probably missing the hydra launcher plugin. Please refer here for the install command.
I find the 192 line in UnScene3D/pseudo_masks/datasets/dataset.py : filepath = self.data_root / self.data_paths[index] if data_root is None else Path(data_root) / f'{self.data_paths[index]}.pth'
but I don't know how to get the '.pth' file
You are right, I missed that part of the preprocessing from this repo, but you can refer directly to this script to preprocessing the raw scannet data for obtaining the .pth file, which could be used directly as the input there.
let me know if you need any more help, and in the mantime I will add this part of the preprocessing to the description too.
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?