TexasInstruments / edgeai-yolov5

YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite. Forked from https://ultralytics.com/yolov5
https://github.com/TexasInstruments/edgeai
GNU General Public License v3.0
644 stars 120 forks source link

The anchors for 640 input size #96

Open liamsun2019 opened 1 year ago

liamsun2019 commented 1 year ago

Hi author,

Thanks for your excellent work. For yolo pose, the default anchors in models/hub/yolov5s6_kpts_ti_lite.yaml look the same as "anchors_p6_1280" defined in models/hub/anchors.yaml. My question is, if I select 640 as the training input size, should I apply "anchors_p6_640" instead of "anchors_p6_1280" correspondingly? Appreciate your help and thanks for your time.