DEV Community

0xkoji
0xkoji

Posted on

YOLO on Google Colab

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

  1. git clone darknet
  2. make
  3. download weight
  4. run YOLO

Here is my jupyter notebook on Google Colab
https://colab.research.google.com/drive/1XCsO_VZo7bCKv6x_QNYlOFwiuEFtwIP3

Top comments (1)

Collapse
 
aimamalik profile image
Aima A Malik

Thankyou!