Scene-Graph-Benchmark.pytorch icon indicating copy to clipboard operation
Scene-Graph-Benchmark.pytorch copied to clipboard

Use of pretrained models

Open abhidipbhattacharyya opened this issue 4 years ago • 1 comments

❓where is the PRETRAINED_DETECTOR_CKPT read during testing

Hi, First of all thank you for your well documented code. It is really nice to follow. I have following questions-

  1. When running relation_test_net.py, PRETRAINED_DETECTOR_CKPT is passed as command line argument with the path to saved model.However in side relation_test_net.py model is loaded from MODEL.WEIGHT. How then the saved model from PRETRAINED_DETECTOR_CKPT is loaded?
  2. During training how are we passing the path for pretrained FRCNN? I downloaded chekcpoints. Inside the folder there is a config.yml. There I can see the path for pretrained FRCNN. But I can not find where in code this config.yml is being used.

Thank you, Abhidip

abhidipbhattacharyya avatar Jun 07 '21 19:06 abhidipbhattacharyya

hello,have you solved them?

fun1024 avatar Dec 03 '21 03:12 fun1024