jwyang / faster-rcnn.pytorch

A faster pytorch implementation of faster r-cnn
MIT License
7.63k stars 2.34k forks source link

difference with py-faster-rcnn #326

Open twmht opened 5 years ago

twmht commented 5 years ago

Hi,

in the rbg's py-faster rcnn, he un-normalize the bounding box regression before saving the weight (https://github.com/rbgirshick/py-faster-rcnn/blob/master/lib/fast_rcnn/train.py#L70).

But I couldn't see the related part in your code.

Any idea?

ralasun commented 5 years ago

Hi, do you find the answer? i also want to know why it does not include normalization part on bounding box.