MPolaris / InstanceTracker

a nice trace algrithom, nice speed nice acc,一个速度和效果还不错的实例跟踪算法

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

一个简单的实例追踪算法

How to use

# base基本使用
python main.py --video_path "./sample.mp4"

# 使用简单特征提取(快一点), faster
python main.py --video_path "./sample.mp4" --simple_extractor

# 指定需要追踪的类别, track special class by id
python main.py --video_path "./sample.mp4" --class_ids 0 1 2 3

觉得效果还可以的画,给个star吧, pls star it~

About

a nice trace algrithom, nice speed nice acc,一个速度和效果还不错的实例跟踪算法

License:Apache License 2.0


Languages

Language:Python 100.0%