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
@glenn-jocher
I just ran the newly added feature map visualization command:
python detect.py --visualize --weights ./weight/yolov5s.pt --source ./train2017/000000000081.jpg
Then this error was reported in the shell:
TypeError: can't convert cuda:0 device type tensor to numpy. Use Tensor.cpu() to copy the tensor to host memory first.
The following is a specific screenshot:
My configuration:
The text was updated successfully, but these errors were encountered:
@Zengyf-CVer ah, thanks for the bug report.
Sorry, something went wrong.
feature_visualization()
Successfully merging a pull request may close this issue.
@glenn-jocher
I just ran the newly added feature map visualization command:
Then this error was reported in the shell:
The following is a specific screenshot:
![ksnip_20210707-221125](https://user-images.githubusercontent.com/41098760/124774354-53314080-df70-11eb-9c13-53252845e062.png)
My configuration:
The text was updated successfully, but these errors were encountered: