-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Search before asking
- I have searched the BoxMOT issues and discussions and found no similar questions.
Bug
The detection model which is yolov8l was able to detect the object when called "yolo predict" but not able to tracking not even in a single frame.
image 1/2859 /Data3/Abhishek/trackig/v5/img1/00000001.jpg: 384x640 (no detections), 61.5ms
image 2/2859 /Data3/Abhishek/trackig/v5/img1/00000002.jpg: 384x640 (no detections), 6.2ms
image 3/2859 /Data3/Abhishek/trackig/v5/img1/00000003.jpg: 384x640 (no detections), 5.1ms
image 4/2859 /Data3/Abhishek/trackig/v5/img1/00000004.jpg: 384x640 (no detections), 5.0ms
image 5/2859 /Data3/Abhishek/trackig/v5/img1/00000005.jpg: 384x640 (no detections), 5.1ms
image 6/2859 /Data3/Abhishek/trackig/v5/img1/00000006.jpg: 384x640 (no detections), 5.1ms
image 7/2859 /Data3/Abhishek/trackig/v5/img1/00000007.jpg: 384x640 (no detections), 5.0ms
....
The command i was running is :
boxmot track \
--yolo-model /home/weights/yolov8l-day.pt \
--tracking-method deepocsort \
--reid-model osnet_x0_25_msmt17.pt \
--source /home/day/test/images/ \
--conf 0.1 \
Environment
bayesian-optimization 3.1.0
beautifulsoup4 4.14.2
boxmot 13.0.9 /home/jetson-agx-orin/BoxMOT
certifi 2025.10.5
charset-normalizer 3.4.4
colorama 0.4.6
coloredlogs 15.0.1
contourpy 1.3.2
cycler 0.12.1
Cython 0.29.37
filelock 3.20.0
filterpy 1.4.5
flatbuffers 25.9.23
fonttools 4.60.1
fsspec 2025.9.0
ftfy 6.3.1
gdown 5.2.0
gitdb 4.0.12
GitPython 3.1.45
humanfriendly 10.0
idna 3.11
Jinja2 3.1.6
joblib 1.5.2
kiwisolver 1.4.9
lapx 0.6.0
loguru 0.7.3
markdown-it-py 4.0.0
MarkupSafe 3.0.3
matplotlib 3.10.7
mdurl 0.1.2
ml_dtypes 0.5.3
mplcursors 0.7
mpmath 1.3.0
networkx 3.4.2
ninja 1.13.0
numpy 1.26.4
onnx 1.17.0
onnxruntime-gpu 1.18.0
onnxsim 0.4.13
onnxslim 0.1.78
opencv-python 4.12.0.88
packaging 25.0
pandas 2.3.3
pillow 12.0.0
pip 22.0.2
polars 1.34.0
polars-runtime-32 1.34.0
protobuf 6.33.0
psutil 7.1.0
py-cpuinfo 9.0.0
pycocotools 2.0.10
Pygments 2.19.2
pyparsing 3.2.5
PySocks 1.7.1
python-dateutil 2.9.0.post0
pytz 2025.2
PyYAML 6.0.3
regex 2024.11.6
requests 2.32.5
rich 14.2.0
scikit-learn 1.7.2
scipy 1.15.3
setuptools 59.6.0
six 1.17.0
smmap 5.0.2
soupsieve 2.8
sympy 1.14.0
tabulate 0.9.0
threadpoolctl 3.6.0
torch 2.3.0
torchvision 0.18.0a0+6043bc2
tqdm 4.67.1
typing_extensions 4.15.0
tzdata 2025.2
ultralytics 8.3.170 /home/jetson-agx-orin/Downloads/ultralytics
ultralytics-thop 2.0.17
urllib3 2.5.0
uv 0.9.5
wcwidth 0.2.14
yacs 0.1.8
Minimal Reproducible Example
boxmot track \
--yolo-model /home/weights/yolov8l-day.pt \
--tracking-method deepocsort \
--reid-model osnet_x0_25_msmt17.pt \
--source /home/day/test/images/ \
--conf 0.1 \