linmx0130 / ya_mxdet

Yet Another MXnet DETection
MIT License
60 stars 10 forks source link

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

Open zzdang opened 6 years ago

zzdang commented 6 years ago

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?

lhCheung1991 commented 6 years ago

Get the same question here.

linmx0130 commented 6 years ago

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.