dBeker / Faster-RCNN-TensorFlow-Python3

Tensorflow Faster R-CNN for Windows/Linux and Python 3 (3.5/3.6/3.7)
MIT License
609 stars 329 forks source link

why don't use roi pooling? #103

Closed whx159 closed 5 years ago

whx159 commented 5 years ago

from the code, i see "_crop_pool_layer", it only use max pooling, but why dont use roi pooling?