jwyang / graph-rcnn.pytorch

[ECCV 2018] Official code for "Graph R-CNN for Scene Graph Generation"
727 stars 158 forks source link

Model Evaluation Issue #78

Open rakaboss98 opened 4 years ago

rakaboss98 commented 4 years ago

Hi, I am facing the following error while evaluating the main.py D:\GitHub_Repos\graph-rcnn.pytorch> python main.py --config-file configs/faster_rcnn_res101.yaml --inference --resume $CHECKPOINT Traceback (most recent call last): File "main.py", line 14, in from lib.config import cfg ModuleNotFoundError: No module named 'lib.config'

jwyang commented 4 years ago

Hi, are you running the command in the root folder, and you use the right checkpoint number to replace $CHECKPOINT in the command? Also, what's your python version?