We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i download the update darknet but i don't see where i can tell my training to use letter_box instead of resize, can you help me please?
The text was updated successfully, but these errors were encountered:
In the [net] section in cfg-file add letter_box=1 and train: https://github.com/AlexeyAB/darknet/wiki/CFG-Parameters-in-the-%5Bnet%5D-section
[net]
letter_box=1
More: #3119 (comment)
Then use for detection and mAP calculation flag -letter_box in your command.
-letter_box
Sorry, something went wrong.
which command? like that?: ./darknet detector test data/obj.data yolo-obj.cfg yolo-obj_8000.weights -letter box
No branches or pull requests
i download the update darknet but i don't see where i can tell my training to use letter_box instead of resize, can you help me please?
The text was updated successfully, but these errors were encountered: