chainer-fcis icon indicating copy to clipboard operation
chainer-fcis copied to clipboard

[Training][COCO] Reproduce original performance

Open knorth55 opened this issue 6 years ago • 5 comments

Currently, this repo's performance of both voc and coco is lower than original ones.

knorth55 avatar Nov 14 '17 06:11 knorth55

Thanks for the repo. What are the current results?

Edit: Never mind I see it is included in examples.

patrickpoirson avatar Nov 21 '17 00:11 patrickpoirson

@patrickpoirson Hi, thank you for getting interested in. Currently, I do not have enough time to improve this repo, but I'm trying to reproduce the original repo's performance. I survey training results, and what is the most different from original is rpn_loc_loss and rpn_cls_loss, so I'm now debugging it.

knorth55 avatar Nov 21 '17 01:11 knorth55

Edit: Never mind I see it is included in examples.

The results shown in example is the result of model converted from mxnet, so it is not pure chainer training result.

knorth55 avatar Nov 21 '17 02:11 knorth55

I update README.md https://github.com/knorth55/chainer-fcis/blob/master/examples/voc/README.md

there is quite big different from original repo ;(

knorth55 avatar Dec 26 '17 11:12 knorth55

I debugged and finally reproduce VOC training accuracy as original repo!

knorth55 avatar Jan 19 '18 15:01 knorth55