chenyuntc / simple-faster-rcnn-pytorch

A simplified implemention of Faster R-CNN that replicate performance from origin paper
Other
3.99k stars 1.14k forks source link

how to write RPN net #127

Open LeonardNiu opened 5 years ago

LeonardNiu commented 5 years ago

I try to write RPN and train it, but there are too many errors : ( Can u give me some suggestion? BTW, can i write RPN using CPU pytorch version according to your code?