JackWoo0831 / Yolov7-tracker

Yolo X, v7, v8 and several Multi-Object Tracker(SORT, DeepSORT, ByteTrack, BoT-SORT, etc.) in MOT17 and VisDrone2019 Dataset. It uses a unified style and integrated tracker for easy embedding in your own projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

运行track_yolov8.py时报错

ohj666 opened this issue · comments

在给出的代码中,缺少了这个包所以不能正确运行
ModuleNotFoundError: No module named 'cython_bbox'

这个需要pip install一下, 应该是:
pip install cython-bbox