renezurbruegg / icg_net

Implementation of the Paper: ICG-Net: A unified approach for instance centric grasping
MIT License
5 stars 1 forks source link

Hello author, I encountered this issue while executing icg.net/script/show.exe. I have modified its path to ensure it is correct. Why is config reporting an error? My Hydra library is installed with pip install Hydra core==1.3.2 #5

Open Jingranxia opened 2 hours ago

Jingranxia commented 2 hours ago

hydra.errors.MissingConfigException: Cannot find primary config 'home/abc/icg_benchmark/data/51--0.656/config.yaml'. Check that it's in your config search path.

Config search path: provider=hydra, path=pkg://hydra.conf provider=main, path=file:///home/abc/icg_net/icg_net provider=schema, path=structured://

Jingranxia commented 2 hours ago

I tried to import using a relative path, but found an error and couldn't find the model

Jingranxia commented 2 hours ago

this is error : raise ex.with_traceback(sys.exc_info()[2]) # set env var OC_CAUSE=1 for full trace omegaconf.errors.ConfigAttributeError: Key 'model' is not in struct full_key: model object_type=dict