-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Google Colab results.show()
producing no output
#7
Comments
Did you try locally? Can you share the error message? |
There is no error message, just nothing displays. I am only using it on colab (based on the example given). |
I have tested. Colab doesn't work either. But it also works locally. you can use the results.save() parameter. |
okay yea, save was working but was hoping for seeing it (it was for a course demo). Since v5 was working (i think the readme mentions its based partly on that), I thought there may be a simple fix. Anyway thanks for the contribution! |
I don't know how to solve it as there is no error message. |
I am using google colab, when running the yolov5
!pip install yolov5
, theresults.show()
method shows an image, while the!pip install yolov7detect
does not. yolov7 does write the image, but not display.Any ideas how to fix this?
The text was updated successfully, but these errors were encountered: