0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

motpyやーる(Python3.6、Windows10)

Last updated at Posted at 2022-01-10

はじめに

motpyやっていくー

開発環境

  • Windows 10 PC
  • Python 3.6

実装

1.motpyをクローン

2.ライブラリをインストール

pip install motpy
pip install -r requirements_dev.txt

3.実行

python examples/detect_and_track_in_video.py --video_path=./assets/video.mp4 --detect_labels=['car','truck'] --tracker_min_iou=0.15 --device=cuda --track_text_verbose=1

追記

YOLOXと組み合わせてみた

参考文献

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?