Skip to content
/ track Public

track movement of detected objects using mobilenet model and coco dataset

Notifications You must be signed in to change notification settings

usbguru/track

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRACK

Simple Object Tracking based on detect.py from https://github.com/google-coral/examples-camera/blob/master/gstreamer/detect.py and unmodified sort.py tracking algorithm from https://github.com/abewley/sort/blob/master/sort.py

see https://github.com/abewley/sort for algorithm details and link to original paper

run tracker on camera input

python3 track.py --model all_models/mobilenet_ssd_v1_coco_quant_postprocess_edgetpu.tflite --labels all_models/coco_labels.txt

run tracker on video input

python3 track.py --videosrc pedestrians.mp4 --model all_models/mobilenet_ssd_v1_coco_quant_postprocess_edgetpu.tflite --labels all_models/coco_labels.txt

About

track movement of detected objects using mobilenet model and coco dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages