smallcorgi / Faster-RCNN_TF

Faster-RCNN in Tensorflow
MIT License
2.34k stars 1.12k forks source link

problems with ROIPooling #263

Open HiKapok opened 6 years ago

HiKapok commented 6 years ago

The forward of roi pooling is quite straightforward, but I was confused that how to deal with race condition between CPU threads when doing backward since many threads may add gradients to the same position of the gradient output buffer? Thanks for your time.