I used to use YOLO on my Mac which was very slow (FPS is around 1-2) and took one minute to test it with an image. In addition, it took some hours to figure out my env's issue.
I tried to run YOLO on Google Colab since I don't want to waste time for setting up the environment.
steps
- git clone darknet
- make
- download weight
- run YOLO
Here is my jupyter notebook on Google Colab
https://colab.research.google.com/drive/1XCsO_VZo7bCKv6x_QNYlOFwiuEFtwIP3
Top comments (1)
Thankyou!