tf-faster-rcnn icon indicating copy to clipboard operation
tf-faster-rcnn copied to clipboard

Non Standard Anchor Shapes

Open datNurd opened this issue 5 years ago • 1 comments

I would like to understand why the anchor sizes are (8,16,24) instead of the standard (128,256,512) recommended/used in the paper ?

datNurd avatar May 17 '19 13:05 datNurd

You can see generate_anchors.py, base_size=16, 16*(8,16,32) = (128,256,512)

ZhuoyaYang avatar May 19 '19 02:05 ZhuoyaYang