Detectx-Yolo-V3 icon indicating copy to clipboard operation
Detectx-Yolo-V3 copied to clipboard

Yolo-V3 implementation from scratch in pytorch

This is complementary code for the video series that explains the implementation of yolo-v3 from scratch, available here. . My channel for cutting edge deep learning projects.

Yolo-V3

yolov3.cfg (236 MB COCO Yolo v3) - requires 4 GB GPU-RAM: https://pjreddie.com/media/files/yolov3.weights

Test:

Run the following command with optional commandline arguments to perform detections on images in 'images' folder. By default the 'result' folder will store the output.

python detect.py 

Run the following command with optional commandline arguments to perform detections on videos

python detect_video.py

Understand and implement the network from scratch (Video)

Some Outputs: