DC1991 / G2L_Net

MIT License
118 stars 13 forks source link

No model named G2L_net. #2

Closed tiexuedanxin closed 4 years ago

tiexuedanxin commented 4 years ago

Sorry to bother you, when I run the command of "python test_linemod.py" the following error accured, I can't find way to solve it, could you give me some advice on how to solve it, thank you for advance.

image

DC1991 commented 4 years ago

Hi, it seems that you are already in 'G2L_Net' file. Can you try to run the code under your 'PycharmProjects' file?

QRayMoor commented 4 years ago

Hi, I got the same error when I run the "python test_linemod.py", could you let me know how do you fix it? And when I run the command of "pip install -r requirements.txt ", the followed errors accured:

Defaulting to user installation because normal site-packages is not writeable

ERROR: Double requirement given: ruamel.yaml==0.15.89 (from -r requirements.txt (line 4)) (already in ruamel-yaml==0.15.46

(from -r requirements.txt (line 3)), name='ruamel.yaml')

Could you help? Thanks a lot!

DC1991 commented 4 years ago

Hi QRayMoor, I have updated the requirement file. You need to run 'python test_linemod.py' outside the "G2L_Net" folder.