Skip to content

Detection and Tracking of a sports ball in a video using opencv and deep learning

License

Notifications You must be signed in to change notification settings

ComputerVisionWorks/DetectionAndTracking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DetectionAndTracking

Sports Ball Detection and Tracking using opencv c++ and Deep Learning

This project is to demonstrate the detection and traking using opencv and deep learning concepts.

This project require the knowledge of C++ and opencv libraries. Apart from this it also requires some knowledge to use deep learning modules.

To build the project you just need to usage cmake in the code directory and it will compile if you have setup the path of opencv installtion coorectly in the CMakeLists.txt.

Once the project is compiled it will generate a binary named DetectionAndTracking

Before running the DetectionAndTracking you need to download and copy yolov3.weights inside data/models/

Now you can run this from commandline using ./DetectionAndTracking on Linux terminal

You can contact me on my email in case you face any issue. [email protected]

About

Detection and Tracking of a sports ball in a video using opencv and deep learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.1%
  • CMake 13.9%