-
Notifications
You must be signed in to change notification settings - Fork 8
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
Label visualization problems in test.py #3
Comments
when creating val_dataloader,the sign of |
Thank you very much for removing my doubts. I have another question. I hope I can get your answer. When I set task to speed or study in test.py, an error is reported: |
when you set task to speed or study in test.py,parser.add_argument('--weights'...) default=['{your_weigthts}']. |
I want to know whether the code of test.py has not been modified,The proportion of the gt box in the visualization image becomes thinner,It's strange, but it's not like this in detect.py,and labels in the .txt format are only horizontal boxes, and only four coordinate parameters are included
The text was updated successfully, but these errors were encountered: