Skip to content

A Libtorch implementation of the YOLO v3 object detection algorithm

Notifications You must be signed in to change notification settings

Whu-wxy/libtorch-yolov3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libtorch-yolov3

A Libtorch implementation of the YOLO v3 object detection algorithm, written with pure C++. It's fast, easy to be integrated to your production, and CPU and GPU are both supported. Enjoy ~

This project is inspired by the pytorch version, I rewritten it with C++.

Requirements

  1. LibTorch v1.0.0
  2. Qt5
  3. OpenCV
  4. VLC-Qt

Running the detector

Get the weights file for v3:

cd models
wget https://pjreddie.com/media/files/yolov3.weights 

Fork from

https://github.com/walktree/libtorch-yolov3

About

A Libtorch implementation of the YOLO v3 object detection algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 94.1%
  • QMake 5.9%