JonasSchult / Mask3D

Mask3D predicts accurate 3D semantic instances achieving state-of-the-art on ScanNet, ScanNet200, S3DIS and STPLS3D.
MIT License
525 stars 103 forks source link

Error in call to target 'models.mask3d.Mask3D' #148

Open SKTZ-ER opened 8 months ago

SKTZ-ER commented 8 months ago

Hello, I met an error when I ran the command python main_instance_segmentation.py. The error message is as follows:

wandb: WARNING `resume` will be ignored since W&B syncing is set to `offline`. Starting a new run with run id DEBUG_ABLATION.
wandb: Tracking run with wandb version 0.16.1
wandb: W&B syncing is set to `offline` in this directory.
wandb: Run `wandb online` or set WANDB_MODE=online to enable cloud syncing.
Error executing job with overrides: []
Error in call to target 'models.mask3d.Mask3D':
InstantiationException('Cannot instantiate config of type Res16UNet34C.\nTop level config must be an OmegaConf DictConfig/ListConfig object,\na plain dict/list, or a Structured Config class or instance.')
full_key: model

Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
......

How can I fix it?

minorele commented 8 months ago

I met the same problems.

heliuqin commented 8 months ago

I had the same problem, have you solved it yet?

heliuqin commented 7 months ago

@JonasSchult Can you help us to solve this problem?

SKTZ-ER commented 7 months ago

I had the same problem, have you solved it yet?

I am sorry. I have not soloved it.

miaostudy commented 5 months ago

I accidentally updated Hydra to the latest version, but I resolved the issue by downgrading it to version 1.0.5. You can fix it by running "pip install hydra-core==1.0.5"