Google Colab `results.show()` producing no output
I am using google colab, when running the yolov5 !pip install yolov5 , the results.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?
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.