Skip to content

sparrowml/pytorch-object-tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple PyTorch Object Tracking

Track objects in a video in 75 lines of code. Here are commands to track cars in part of a test video of traffic that's available on YouTube if you want to try it yourself.

wget https://silly-noyce-82730b.netlify.app/traffic.mp4
poetry install
python simple-track.py traffic.mp4 --class-index 3

You can see a visualization of this algorithm in action here.

About

Object tracking in 75 lines of code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published