mottrack

yolov8 track with distillation

https://github.com/ternencelopez/mottrack

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

yolov8 track with distillation

Basic Info
  • Host: GitHub
  • Owner: TernenceLopez
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 61.4 MB
Statistics
  • Stars: 5
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme License Citation

README.md

YoloV8 Detect and Track

requirement:


```python ultralytics==8.0.98

val ------------------------------------------------------------------

pycocotools tabulate

gitpython tensorboard numpy==1.23.1 # otherwise issues with track eval

StrongSORT ------------------------------------------------------------------

easydict

torchreid -------------------------------------------------------------------

gdown

OCSORT ----------------------------------------------------------------------

filterpy

Export ----------------------------------------------------------------------

onnx>=1.12.0 # ONNX export onnxsim>=0.4.1 # ONNX simplifier nvidia-pyindex # TensorRT export nvidia-tensorrt # TensorRT export openvino-dev>=2022.3 # OpenVINO export onnx2tf>=1.10.0

Hyperparam search -----------------------------------------------------------

optuna plotly # for hp importance and pareto front plots kaleido joblib ```  

Validation


1. track.py

只能实现 ocsort 的跟踪算法,实现细节在 ./trackers 目录 commandline mkdir ./valid_utils cd ./valid_utils mkdir ./data MOT17 数据集存放到 ./valid_utils/data 目录
权重文件存放到 ./weight 目录
运行结果存放到 ./runs/val./val_utils/data/trackers/mot_challenge 目录

2. examples/val.py

能实现 'strongsort, ocsort', 'deepocsort算法,实现细节在 boxmot目录 shell $ python3 val.py --tracking-method strongsort --benchmark MOT16 --tracking-method ocsort --benchmark MOT17 --tracking-method ocsort --benchmark <your-custom-dataset> MOT17 数据集存放到 ./examples/val_utils/data 目录
权重文件存放到 ./examples/weights 目录
运行结果存放到 ./examples/runs/val./examples/val_utils/data/trackers/mot_challenge 目录


项目完善中ing...... 完善之后会整理出一个文档


 

Cite:


@software{Jocher_Ultralytics_YOLO_2023, author = {Jocher, Glenn and Chaurasia, Ayush and Qiu, Jing}, license = {AGPL-3.0}, month = jan, title = {{Ultralytics YOLO}}, url = {https://github.com/ultralytics/ultralytics}, version = {8.0.0}, year = {2023} } @software{Brostrom_Real-time_multi-object_segmentation, author = {Broström, Mikel}, doi = {https://zenodo.org/record/7629840}, license = {AGPL-3.0}, title = {{Real-time multi-object, segmentation and pose tracking using Yolov8 with DeepOCSORT and LightMBN}}, url = {https://github.com/mikel-brostrom/yolov8_tracking}, version = {8.0} }

Owner

  • Name: elvis
  • Login: TernenceLopez
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
preferred-citation:
  type: software
  message: "If you use Yolov8 StrongSORT OSNet, please cite it as below."
  authors:
  - family-names: Broström
    given-names: Mikel
  title: "Real-time multi-object tracking and segmentation using Yolov8 with StrongSORT and OSNet"
  version: 8.0
  doi: https://zenodo.org/record/7629840
  date-released: 2023-2
  license: GPL-3.0
  url: "https://github.com/mikel-brostrom/yolov8_tracking"

GitHub Events

Total
Last Year

Dependencies

.github/workflows/ci-testing.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/stale.yml actions
  • actions/stale v3 composite
Dockerfile docker
  • nvcr.io/nvidia/pytorch 22.11-py3 build
yolov8/docker/Dockerfile docker
  • pytorch/pytorch latest build
yolov8/requirements.txt pypi
  • Pillow >=7.1.2
  • PyYAML >=5.3.1
  • matplotlib >=3.2.2
  • numpy >=1.18.5
  • opencv-python >=4.6.0
  • pandas >=1.1.4
  • psutil *
  • pyserial *
  • requests >=2.23.0
  • scipy >=1.4.1
  • seaborn >=0.11.0
  • tensorboard >=2.4.1
  • thop >=0.1.1
  • torch >=1.7.0
  • torchvision >=0.8.1
  • tqdm >=4.64.0
  • ultralytics >=8.0.39
  • wheel >=0.38.0
yolov8/setup.py pypi
examples/val_utils/minimum_requirements.txt pypi
  • numpy ==1.18.1
  • scipy ==1.4.1
examples/val_utils/pyproject.toml pypi
examples/val_utils/requirements.txt pypi
  • Pillow ==8.1.2
  • matplotlib ==3.2.1
  • numpy ==1.18.1
  • opencv_python ==4.4.0.46
  • pycocotools ==2.0.2
  • pytest ==6.0.1
  • scikit_image ==0.16.2
  • scipy ==1.4.1
  • tabulate *
  • tqdm ==4.64.0
examples/val_utils/setup.py pypi