Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YOLOV2 ANCHORS #8874

Open
snehashis1997 opened this issue Dec 5, 2023 · 0 comments
Open

YOLOV2 ANCHORS #8874

snehashis1997 opened this issue Dec 5, 2023 · 0 comments
Labels
Training issue Training issue - no-detections / Nan avg-loss / low accuracy:

Comments

@snehashis1997
Copy link

yolov3 and yolov2 anchors are quite different, like yolov3 anchors int integer values where yolov2 are in floating points that's because yolov2 anchors are divided by the height and width of the network. I tried to train a yolov2-tiny model using your repository. using your repo I got anchors 17,29 29,21. what should I do to train the yolov2-tiny network? should I use these anchors or I should divide these with height and width in yolov2 format? I will use this your repo for yolov2 training.

@snehashis1997 snehashis1997 added the Training issue Training issue - no-detections / Nan avg-loss / low accuracy: label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Training issue Training issue - no-detections / Nan avg-loss / low accuracy:
Projects
None yet
Development

No branches or pull requests

1 participant