graph-rcnn.pytorch
graph-rcnn.pytorch copied to clipboard
Asking about change the MODEL.WEIGHT_DET to your own path in faster_rcnn_res101.yaml
Thank you for this great repository. I am trying to use your code base to perform evaluation. I already downloaded your Scene Graph Generation checkpoints in the table shown in README. But I am not sure how to use the checkpoint for the model. In README file, you instructed that changing MODEL.WEIGHT_SGG in sgg_res101_{joint/step}.yaml, but I could not find MODEL.WEIGHT_SGG in that file. Maybe some mistake here?
I only see WEIGHT_SGG in the lib/config/defaults.py as shown below, but I think it is not where to add the checkpoint. Could you please help me out.
Thank you very much.
Hello, may I ask if you have resolved this issue? I am currently facing the same problem.If possible, could you please tell me how you resolved this issue? Thank you very much.