dBeker / Faster-RCNN-TensorFlow-Python3

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

how to change the number of anchors? #123

Open xiezequn123 opened 4 years ago

xiezequn123 commented 4 years ago

I set anchor scales to [4,8,16,32] in generate_anchors .py and snippets .py files., what other files need to be modified.

xiezequn123 commented 4 years ago

@morpheusthewhite