Closed kumasento closed 5 years ago
Hi there,
Not sure whether this is the place to post such a question, but I'm wondering how to load a trained FPN model (by scripts under examples/fpn) to the eval_detection.py script for the purpose of evaluation?
examples/fpn
eval_detection.py
Thanks in advance for any clarification.
Please use --pretrained-model option. https://github.com/chainer/chainercv/blob/master/examples/detection/eval_detection.py#L96
--pretrained-model
Ah thanks! It should work. I misunderstood the code. 😓
Hi there,
Not sure whether this is the place to post such a question, but I'm wondering how to load a trained FPN model (by scripts under
examples/fpn
) to theeval_detection.py
script for the purpose of evaluation?Thanks in advance for any clarification.