RozDavid / UnScene3D

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

About pseudo mask generation #2

Closed hxiaoj closed 2 months ago

hxiaoj commented 3 months 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 3 months ago

hey @hxiaoj,

you are probably missing the hydra launcher plugin. Please refer here for the install command.

hxiaoj commented 3 months ago

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

RozDavid commented 3 months ago

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.