JiehongLin / SAM-6D

[CVPR2024] Code for "SAM-6D: Segment Anything Model Meets Zero-Shot 6D Object Pose Estimation".
353 stars 30 forks source link

AttributeError: module 'gorilla' has no attribute 'Config' #75

Closed ksky0222 closed 1 month ago

ksky0222 commented 1 month ago

I ran demo.sh, but an error occurred, and when I checked the attributes of gorilla(0.4.0), I found that there really is no Config. What should I do?

error log: Traceback (most recent call last): File "/home/airlab/IsaacLab/source/SAM-6D/SAM-6D/Pose_Estimation_Model/run_inference_custom.py", line 258, in cfg = init() File "/home/airlab/IsaacLab/source/SAM-6D/SAM-6D/Pose_Estimation_Model/run_inference_custom.py", line 67, in init cfg = gorilla.Config.fromfile(args.config) AttributeError: module 'gorilla' has no attribute 'Config'

ksky0222 commented 1 month ago

I solved it

pip uninstall gorilla pip install gorilla-core