ya_mxdet icon indicating copy to clipboard operation
ya_mxdet copied to clipboard

Could you list the differents between you codes and official faster rcnn?

Open zzdang opened this issue 6 years ago • 2 comments

Hi ,your project is cool. I plan to write a faster rcnn project with gluon. I want to use your code for reference,could you list the differents between you codes and official faster rcnn?

zzdang avatar Jun 05 '18 07:06 zzdang

Get the same question here.

lhCheung1991 avatar Jun 12 '18 10:06 lhCheung1991

Thank you for your attention! I am sorry that I was too busy last month and reply so late. The major difference is that I use gluon rather than caffe.

Some tricks to improve the performance are ignored. For example, multiply the regression term to 10 times in RCNN branch. It is just a project for fun, but not a serious re-implementation.

linmx0130 avatar Jul 12 '18 02:07 linmx0130