chainer / chainercv

ChainerCV: a Library for Deep Learning in Computer Vision
MIT License
1.48k stars 304 forks source link

Problem about eval_detection #913

Closed kumasento closed 5 years ago

kumasento commented 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?

Thanks in advance for any clarification.

Hakuyume commented 5 years ago

Please use --pretrained-model option. https://github.com/chainer/chainercv/blob/master/examples/detection/eval_detection.py#L96

kumasento commented 5 years ago

Ah thanks! It should work. I misunderstood the code. 😓