I am trying to modify the faster rcnn to fit with small objects. But in my images, there are only small objects and they are almost the same size as each other. I have changed these:
RPN_MIN_SIZE: form 16 to 32
anchor base size: from 16 to 2
I have 2 question:
1) Are these modifications right, or there are better options?
2) Is there a way to set a maximum size for RPN or anchor base size? (since there is no large object and some generated anchors maybe redundant.)
I am trying to modify the faster rcnn to fit with small objects. But in my images, there are only small objects and they are almost the same size as each other. I have changed these:
I have 2 question: 1) Are these modifications right, or there are better options? 2) Is there a way to set a maximum size for RPN or anchor base size? (since there is no large object and some generated anchors maybe redundant.)