Skip to content

MasterMiao919/ditection-and-track

 
 

Repository files navigation

ditection-and-track

abstract

  • Using watershed algorithm to recognized and mark multiple pigs in video.
  • Using opencv tracker (KCF tracker) and Hungarian algorithm to track recognized pigs.

install the lib

  • Run pip install -r requirements.txt

find multiple pigs in video

  • Run python find_pig.py

find and track multiple pigs in video

  • Run python find_and_track_pig.py

Show

sample data example result of find pig example result of find and track pig

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%