DEV Community

0xkoji
0xkoji

Posted on

2 1

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!

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay