-
Notifications
You must be signed in to change notification settings - Fork 33
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
how to visualize the detection results? #13
Comments
You can run |
Sorry to bother you, I also wanted to see the visual results during the test, but there was an error: |
Did you successfully get the visual result? |
Yes, I successfully get the visual result. You can check your Pytorch version. |
Hi @NHW2017 , I think your problem comes from this line: Could you try modify it as: |
No, I have tried this modification, but a new error appears and the file path cannot be found |
torch==0.4.0? |
Then I think you might need to check the dataset is well downloaded as structured as suggested |
@NHW2017 torch==0.4, torchvision==0.21 |
I don't quite understand, because I had no problems during training and testing, but this error occurred during --vis, so I think the error is not due to the configuration of the data set |
Which version of python do you use and whether you have modified other parts of the code? |
No description provided.
The text was updated successfully, but these errors were encountered: