You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what you want to happen.
Calculate the anchor boxes to use for one-shot detector strategies according to labels, using
Prerequisites
Please answer the following question for yourself before submitting an issue.
1. The entire URL of the file you are using
https://github.com/tensorflow/models/tree/master/official/vision/beta
2. Describe the feature you request
A clear and concise description of what you want to happen.
Calculate the anchor boxes to use for one-shot detector strategies according to labels, using
Some understanding on the boxes:
https://towardsdatascience.com/anchor-boxes-the-key-to-quality-object-detection-ddf9d612d4f9
pjreddie/darknet#568
Some implementations on generating boxes using clustering studies:
official darknet: https://github.com/AlexeyAB/darknet/blob/master/scripts/gen_anchors.py
ultralytics: https://github.com/ultralytics/yolov5/blob/1093b1d765fd2d1d603affdbb1473554b396bf1c/utils/autoanchor.py
ultralytics: ultralytics/yolov5#3546
keras: https://github.com/experiencor/keras-yolo3/blob/master/gen_anchors.py
3. Additional context
Add any other context about the feature request here.
4. Are you willing to contribute it? (Yes or No)
Yes
The text was updated successfully, but these errors were encountered: