mitmul / chainer-faster-rcnn

Object Detection with Faster R-CNN in Chainer
MIT License
288 stars 87 forks source link

Support model trained with COCO dataset #18

Open wkentaro opened 7 years ago

wkentaro commented 7 years ago

It detects more object classes, but the result for each class seems worse than the model trained with pascal.

python forward.py --img_fn sample.jpg --dataset coco

result_coco result_coco

mitmul commented 7 years ago

@wkentaro Great! Thank you for your quite useful PR, I'll check it and will merge it ASAP :)