Gradiant / pyodi

Python Object Detection Insights
https://gradiant.github.io/pyodi/
Mozilla Public License 2.0
189 stars 17 forks source link

Question about Train Config Generation App. #173

Open missyoudaisy opened 2 years ago

missyoudaisy commented 2 years ago

I want to get the anchor setting of my dataset, the example you showed is as follows: pyodi train-config generation \ $TINY_COCO_ANIMAL/annotations/train.json \ --input-size [1280,720] \ --n-ratios 3 --n-scales 3

However, for Faster R-CNN, the size of input image is not fixed, in this case, how should I set the ' --input-size'?