cannot import name ‘_registerMatType‘ from ‘cv2.cv2‘

原版opencv执行图像增强出现

(py37cv34) kobosp@R1015u:~/SLAC/TreeLabelMerge$ python3 7YOLOAlbumentation.py 
Traceback (most recent call last):
  File "7YOLOAlbumentation.py", line 2, in <module>
    import cv2
  File "/home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/cv2/__init__.py", line 9, in <module>
    from .cv2 import _registerMatType
ImportError: cannot import name '_registerMatType' from 'cv2.cv2' (/home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/cv2/cv2.cpython-37m-x86_64-linux-gnu.so)

先卸载图像增强

pip uninstall albumentations
Found existing installation: albumentations 1.1.0
Uninstalling albumentations-1.1.0:
  Would remove:
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/albumentations-1.1.0.dist-info/*
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/albumentations/*
Proceed (y/n)? y
  Successfully uninstalled albumentations-1.1.0

再卸载原版OPENCV heartless

!pip uninstall opencv-python-headless
pip uninstall albumentations uninstall opencv-python-headless
WARNING: Skipping albumentations as it is not installed.
WARNING: Skipping uninstall as it is not installed.
Found existing installation: opencv-python-headless 4.5.5.64
Uninstalling opencv-python-headless-4.5.5.64:
  Would remove:
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/cv2/*
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/opencv_python_headless-4.5.5.64.dist-info/*
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/opencv_python_headless.libs/libavcodec-65fa80df.so.58.134.100
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/opencv_python_headless.libs/libavformat-8ef5c7db.so.58.76.100
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/opencv_python_headless.libs/libavutil-9c768859.so.56.70.100
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/opencv_python_headless.libs/libbz2-a273e504.so.1.0.6
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/opencv_python_headless.libs/libcrypto-09fe7800.so.1.1
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/opencv_python_headless.libs/libgfortran-91cc3cb1.so.3.0.0
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/opencv_python_headless.libs/libopenblas-r0-f650aae0.3.3.so
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/opencv_python_headless.libs/libquadmath-96973f99.so.0.0.0
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/opencv_python_headless.libs/libssl-b92f8066.so.1.1
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/opencv_python_headless.libs/libswresample-99364a1c.so.3.9.100
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/opencv_python_headless.libs/libswscale-e6451464.so.5.9.100
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/opencv_python_headless.libs/libvpx-1016051d.so.7.0.0
  Would not remove (might be manually added):
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/cv2/.libs/libQtCore-ada04e4a.so.4.8.7
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/cv2/.libs/libQtGui-903938cd.so.4.8.7
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/cv2/.libs/libQtTest-1183da5d.so.4.8.7
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/cv2/.libs/libavcodec-4cf96bc1.so.58.65.103
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/cv2/.libs/libavformat-b798543f.so.58.35.101
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/cv2/.libs/libavutil-ac3ec209.so.56.38.100
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/cv2/.libs/libbz2-7225278b.so.1.0.3
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/cv2/.libs/libcrypto-cc2fb98b.so.1.1
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/cv2/.libs/libssl-fdf0b66c.so.1.1
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/cv2/.libs/libswresample-994f1795.so.3.6.100
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/cv2/.libs/libswscale-99a5f1f1.so.5.6.100
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/cv2/.libs/libvpx-3dd7ccd6.so.6.2.0
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/cv2/.libs/libz-a147dcb0.so.1.2.3
    /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages/cv2/cv2.cpython-37m-x86_64-linux-gnu.so
Proceed (y/n)? y
  Successfully uninstalled opencv-python-headless-4.5.5.64

安装老版本heartless

pip install albumentations -i https://pypi.mirrors.ustc.edu.cn/simple/
Looking in indexes: https://pypi.mirrors.ustc.edu.cn/simple/
Collecting albumentations
  Using cached https://mirrors.bfsu.edu.cn/pypi/web/packages/75/27/a8b0a738f8423b7ef9d0c9f8e73d5867395dbdae563c1655e9548cf700b9/albumentations-1.1.0-py3-none-any.whl (102 kB)
Requirement already satisfied: PyYAML in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from albumentations) (6.0)
Requirement already satisfied: scikit-image>=0.16.1 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from albumentations) (0.19.2)
Requirement already satisfied: numpy>=1.11.1 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from albumentations) (1.21.3)
Requirement already satisfied: opencv-python-headless>=4.1.1 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from albumentations) (4.1.2.30)
Requirement already satisfied: scipy in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from albumentations) (1.7.3)
Requirement already satisfied: qudida>=0.0.4 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from albumentations) (0.0.4)
Requirement already satisfied: typing-extensions in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from qudida>=0.0.4->albumentations) (4.1.1)
Requirement already satisfied: scikit-learn>=0.19.1 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from qudida>=0.0.4->albumentations) (1.0.2)
Requirement already satisfied: packaging>=20.0 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from scikit-image>=0.16.1->albumentations) (21.3)
Requirement already satisfied: pillow!=7.1.0,!=7.1.1,!=8.3.0,>=6.1.0 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from scikit-image>=0.16.1->albumentations) (9.1.0)
Requirement already satisfied: imageio>=2.4.1 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from scikit-image>=0.16.1->albumentations) (2.18.0)
Requirement already satisfied: PyWavelets>=1.1.1 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from scikit-image>=0.16.1->albumentations) (1.3.0)
Requirement already satisfied: tifffile>=2019.7.26 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from scikit-image>=0.16.1->albumentations) (2021.11.2)
Requirement already satisfied: networkx>=2.2 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from scikit-image>=0.16.1->albumentations) (2.6.3)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from packaging>=20.0->scikit-image>=0.16.1->albumentations) (3.0.7)
Requirement already satisfied: threadpoolctl>=2.0.0 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from scikit-learn>=0.19.1->qudida>=0.0.4->albumentations) (3.1.0)
Requirement already satisfied: joblib>=0.11 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from scikit-learn>=0.19.1->qudida>=0.0.4->albumentations) (1.1.0)
Installing collected packages: albumentations
Successfully installed albumentations-1.1.0

安装图像zqiang

pip install albumentations -i https://pypi.mirrors.ustc.edu.cn/simple/
Looking in indexes: https://pypi.mirrors.ustc.edu.cn/simple/
Collecting albumentations
  Using cached https://mirrors.bfsu.edu.cn/pypi/web/packages/75/27/a8b0a738f8423b7ef9d0c9f8e73d5867395dbdae563c1655e9548cf700b9/albumentations-1.1.0-py3-none-any.whl (102 kB)
Requirement already satisfied: PyYAML in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from albumentations) (6.0)
Requirement already satisfied: scikit-image>=0.16.1 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from albumentations) (0.19.2)
Requirement already satisfied: numpy>=1.11.1 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from albumentations) (1.21.3)
Requirement already satisfied: opencv-python-headless>=4.1.1 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from albumentations) (4.1.2.30)
Requirement already satisfied: scipy in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from albumentations) (1.7.3)
Requirement already satisfied: qudida>=0.0.4 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from albumentations) (0.0.4)
Requirement already satisfied: typing-extensions in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from qudida>=0.0.4->albumentations) (4.1.1)
Requirement already satisfied: scikit-learn>=0.19.1 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from qudida>=0.0.4->albumentations) (1.0.2)
Requirement already satisfied: packaging>=20.0 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from scikit-image>=0.16.1->albumentations) (21.3)
Requirement already satisfied: pillow!=7.1.0,!=7.1.1,!=8.3.0,>=6.1.0 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from scikit-image>=0.16.1->albumentations) (9.1.0)
Requirement already satisfied: imageio>=2.4.1 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from scikit-image>=0.16.1->albumentations) (2.18.0)
Requirement already satisfied: PyWavelets>=1.1.1 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from scikit-image>=0.16.1->albumentations) (1.3.0)
Requirement already satisfied: tifffile>=2019.7.26 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from scikit-image>=0.16.1->albumentations) (2021.11.2)
Requirement already satisfied: networkx>=2.2 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from scikit-image>=0.16.1->albumentations) (2.6.3)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from packaging>=20.0->scikit-image>=0.16.1->albumentations) (3.0.7)
Requirement already satisfied: threadpoolctl>=2.0.0 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from scikit-learn>=0.19.1->qudida>=0.0.4->albumentations) (3.1.0)
Requirement already satisfied: joblib>=0.11 in /home/kobosp/.conda/envs/py37cv34/lib/python3.7/site-packages (from scikit-learn>=0.19.1->qudida>=0.0.4->albumentations) (1.1.0)
Installing collected packages: albumentations
Successfully installed albumentations-1.1.0

opencv版本不匹配导致没法显示

Traceback (most recent call last):
  File "7YOLOAlbumentation.py", line 24, in <module>
    cv2.waitKey(0)
cv2.error: OpenCV(4.1.2) /io/opencv/modules/highgui/src/window.cpp:717: error: (-2:Unspecified error) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Cocoa support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function 'cvWaitKey'


差不多能用就新

训练记录

kobosp@R1015u:~$ cd SLAC/deep_sort/Yolov5_DeepSort_Pytorch/yolov5/
kobosp@R1015u:~/SLAC/deep_sort/Yolov5_DeepSort_Pytorch/yolov5$ conda activate deepsort
(deepsort) kobosp@R1015u:~/SLAC/deep_sort/Yolov5_DeepSort_Pytorch/yolov5$ python3 train.py 
Traceback (most recent call last):
  File "train.py", line 34, in <module>
    import val  # for end-of-epoch mAP
  File "/home/kobosp/SLAC/deep_sort/Yolov5_DeepSort_Pytorch/yolov5/val.py", line 26, in <module>
    from models.common import DetectMultiBackend
  File "/home/kobosp/SLAC/deep_sort/Yolov5_DeepSort_Pytorch/yolov5/models/common.py", line 14, in <module>
    import cv2
  File "/home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/cv2/__init__.py", line 9, in <module>
    from .cv2 import _registerMatType
ImportError: cannot import name '_registerMatType' from 'cv2.cv2' (/home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/cv2/cv2.cpython-37m-x86_64-linux-gnu.so)
(deepsort) kobosp@R1015u:~/SLAC/deep_sort/Yolov5_DeepSort_Pytorch/yolov5$ pip uninstall albumentations
Found existing installation: albumentations 1.1.0
Uninstalling albumentations-1.1.0:
  Would remove:
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/albumentations-1.1.0.dist-info/*
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/albumentations/*
Proceed (Y/n)? y
  Successfully uninstalled albumentations-1.1.0
(deepsort) kobosp@R1015u:~/SLAC/deep_sort/Yolov5_DeepSort_Pytorch/yolov5$ !pip uninstall opencv-python-headless
pip uninstall albumentations uninstall opencv-python-headless
WARNING: Skipping albumentations as it is not installed.
WARNING: Skipping uninstall as it is not installed.
Found existing installation: opencv-python-headless 4.5.5.64
Uninstalling opencv-python-headless-4.5.5.64:
  Would remove:
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/cv2/*
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/opencv_python_headless-4.5.5.64.dist-info/*
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/opencv_python_headless.libs/libavcodec-65fa80df.so.58.134.100
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/opencv_python_headless.libs/libavformat-8ef5c7db.so.58.76.100
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/opencv_python_headless.libs/libavutil-9c768859.so.56.70.100
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/opencv_python_headless.libs/libbz2-a273e504.so.1.0.6
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/opencv_python_headless.libs/libcrypto-09fe7800.so.1.1
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/opencv_python_headless.libs/libgfortran-91cc3cb1.so.3.0.0
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/opencv_python_headless.libs/libopenblas-r0-f650aae0.3.3.so
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/opencv_python_headless.libs/libquadmath-96973f99.so.0.0.0
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/opencv_python_headless.libs/libssl-b92f8066.so.1.1
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/opencv_python_headless.libs/libswresample-99364a1c.so.3.9.100
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/opencv_python_headless.libs/libswscale-e6451464.so.5.9.100
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/opencv_python_headless.libs/libvpx-1016051d.so.7.0.0
  Would not remove (might be manually added):
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/cv2/.libs/libQtCore-bbdab771.so.4.8.7
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/cv2/.libs/libQtGui-903938cd.so.4.8.7
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/cv2/.libs/libQtTest-1183da5d.so.4.8.7
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/cv2/.libs/libavcodec-3cdd3bd4.so.58.62.100
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/cv2/.libs/libavformat-69a63b50.so.58.35.100
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/cv2/.libs/libavutil-8e8979a8.so.56.36.100
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/cv2/.libs/libbz2-7225278b.so.1.0.3
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/cv2/.libs/libcrypto-a25ff511.so.1.1
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/cv2/.libs/libssl-fdf0b66c.so.1.1
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/cv2/.libs/libswresample-c6b3bbb9.so.3.6.100
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/cv2/.libs/libswscale-2d19f7d1.so.5.6.100
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/cv2/.libs/libvpx-c887ea55.so.6.1.0
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/cv2/.libs/libz-a147dcb0.so.1.2.3
    /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/cv2/cv2.cpython-37m-x86_64-linux-gnu.so
Proceed (Y/n)? y
  Successfully uninstalled opencv-python-headless-4.5.5.64
(deepsort) kobosp@R1015u:~/SLAC/deep_sort/Yolov5_DeepSort_Pytorch/yolov5$ pip install opencv-python-headless==4.1.2.30 -i https://pypi.mirrors.ustc.edu.cn/simple/
Looking in indexes: https://pypi.mirrors.ustc.edu.cn/simple/
Collecting opencv-python-headless==4.1.2.30
  Using cached https://mirrors.bfsu.edu.cn/pypi/web/packages/8f/03/d1ff796a30aefc0da4263db7bbee7de308934b7b3ef6fd5482de0756a58a/opencv_python_headless-4.1.2.30-cp37-cp37m-manylinux1_x86_64.whl (21.8 MB)
Requirement already satisfied: numpy>=1.14.5 in /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages (from opencv-python-headless==4.1.2.30) (1.18.5)
Installing collected packages: opencv-python-headless
Successfully installed opencv-python-headless-4.1.2.30
(deepsort) kobosp@R1015u:~/SLAC/deep_sort/Yolov5_DeepSort_Pytorch/yolov5$ pip install albumentations -i https://pypi.mirrors.ustc.edu.cn/simple/
Looking in indexes: https://pypi.mirrors.ustc.edu.cn/simple/
Collecting albumentations
  Using cached https://mirrors.bfsu.edu.cn/pypi/web/packages/75/27/a8b0a738f8423b7ef9d0c9f8e73d5867395dbdae563c1655e9548cf700b9/albumentations-1.1.0-py3-none-any.whl (102 kB)
Requirement already satisfied: opencv-python-headless>=4.1.1 in /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages (from albumentations) (4.1.2.30)
Requirement already satisfied: scikit-image>=0.16.1 in /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages (from albumentations) (0.19.2)
Requirement already satisfied: numpy>=1.11.1 in /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages (from albumentations) (1.18.5)
Requirement already satisfied: PyYAML in /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages (from albumentations) (5.3.1)
Requirement already satisfied: scipy in /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages (from albumentations) (1.4.1)
Requirement already satisfied: qudida>=0.0.4 in /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages (from albumentations) (0.0.4)
Requirement already satisfied: scikit-learn>=0.19.1 in /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages (from qudida>=0.0.4->albumentations) (1.0.2)
Requirement already satisfied: typing-extensions in /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages (from qudida>=0.0.4->albumentations) (4.1.1)
Requirement already satisfied: imageio>=2.4.1 in /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages (from scikit-image>=0.16.1->albumentations) (2.9.0)
Requirement already satisfied: networkx>=2.2 in /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages (from scikit-image>=0.16.1->albumentations) (2.6.3)
Requirement already satisfied: tifffile>=2019.7.26 in /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages (from scikit-image>=0.16.1->albumentations) (2021.11.2)
Requirement already satisfied: pillow!=7.1.0,!=7.1.1,!=8.3.0,>=6.1.0 in /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages (from scikit-image>=0.16.1->albumentations) (7.1.2)
Requirement already satisfied: PyWavelets>=1.1.1 in /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages (from scikit-image>=0.16.1->albumentations) (1.3.0)
Requirement already satisfied: packaging>=20.0 in /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages (from scikit-image>=0.16.1->albumentations) (21.3)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages (from packaging>=20.0->scikit-image>=0.16.1->albumentations) (3.0.7)
Requirement already satisfied: threadpoolctl>=2.0.0 in /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages (from scikit-learn>=0.19.1->qudida>=0.0.4->albumentations) (3.1.0)
Requirement already satisfied: joblib>=0.11 in /home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages (from scikit-learn>=0.19.1->qudida>=0.0.4->albumentations) (1.1.0)
Installing collected packages: albumentations
Successfully installed albumentations-1.1.0
(deepsort) kobosp@R1015u:~/SLAC/deep_sort/Yolov5_DeepSort_Pytorch/yolov5$ python3 train.py 
train: weights=weights/yolov5n.pt, cfg=models/yolov5ntree.yaml, data=data/VOCtree.yaml, hyp=data/hyps/hyp.scratch-tree.yaml, epochs=500, batch_size=4, imgsz=736, rect=False, resume=False, nosave=False, noval=False, noautoanchor=False, evolve=None, bucket=, cache=None, image_weights=False, device=0,1, multi_scale=True, single_cls=False, adam=False, sync_bn=False, workers=16, project=runs/train, name=exp, exist_ok=False, quad=False, linear_lr=False, label_smoothing=0.0, patience=1500, freeze=[0], save_period=500, local_rank=-1, entity=None, upload_dataset=False, bbox_interval=-1, artifact_alias=latest
github: skipping check (not a git repository), for updates see https://github.com/ultralytics/yolov5
YOLOv5  2021-12-23 torch 1.7.0 CUDA:0 (GeForce RTX 2080 Ti, 11019MiB)
                                 CUDA:1 (GeForce RTX 2080 Ti, 11016MiB)

hyperparameters: lr0=0.01, lrf=0.1, momentum=0.937, weight_decay=0.0005, warmup_epochs=3.0, warmup_momentum=0.8, warmup_bias_lr=0.1, box=0.05, cls=0.3, cls_pw=1.0, obj=0.7, obj_pw=1.0, iou_t=0.2, anchor_t=4.0, fl_gamma=0.0, hsv_h=0.01, hsv_s=0.01, hsv_v=0.01, degrees=45, translate=0.1, scale=0.5, shear=45, perspective=0.0001, flipud=0.5, fliplr=0.5, mosaic=0.1, mixup=0.5, copy_paste=0.0
Weights & Biases: run 'pip install wandb' to automatically track and visualize YOLOv5  runs (RECOMMENDED)
TensorBoard: Start with 'tensorboard --logdir runs/train', view at http://localhost:6006/

                 from  n    params  module                                  arguments                     
  0                -1  1      1760  models.common.Conv                      [3, 16, 6, 2, 2]              
  1                -1  1      4672  models.common.Conv                      [16, 32, 3, 2]                
  2                -1  1      4800  models.common.C3                        [32, 32, 1]                   
  3                -1  1     18560  models.common.Conv                      [32, 64, 3, 2]                
  4                -1  2     29184  models.common.C3                        [64, 64, 2]                   
  5                -1  1     73984  models.common.Conv                      [64, 128, 3, 2]               
  6                -1  3    156928  models.common.C3                        [128, 128, 3]                 
  7                -1  1    295424  models.common.Conv                      [128, 256, 3, 2]              
  8                -1  1    296448  models.common.C3                        [256, 256, 1]                 
  9                -1  1    164608  models.common.SPPF                      [256, 256, 5]                 
 10                -1  1     33024  models.common.Conv                      [256, 128, 1, 1]              
 11                -1  1         0  torch.nn.modules.upsampling.Upsample    [None, 2, 'nearest']          
 12           [-1, 6]  1         0  models.common.Concat                    [1]                           
 13                -1  1     90880  models.common.C3                        [256, 128, 1, False]          
 14                -1  1      8320  models.common.Conv                      [128, 64, 1, 1]               
 15                -1  1         0  torch.nn.modules.upsampling.Upsample    [None, 2, 'nearest']          
 16           [-1, 4]  1         0  models.common.Concat                    [1]                           
 17                -1  1     22912  models.common.C3                        [128, 64, 1, False]           
 18                -1  1     36992  models.common.Conv                      [64, 64, 3, 2]                
 19          [-1, 14]  1         0  models.common.Concat                    [1]                           
 20                -1  1     74496  models.common.C3                        [128, 128, 1, False]          
 21                -1  1    147712  models.common.Conv                      [128, 128, 3, 2]              
 22          [-1, 10]  1         0  models.common.Concat                    [1]                           
 23                -1  1    296448  models.common.C3                        [256, 256, 1, False]          
 24      [17, 20, 23]  1      8118  models.yolo.Detect                      [1, [[10, 13, 16, 30, 33, 23], [30, 61, 62, 45, 59, 119], [116, 90, 156, 198, 373, 326]], [64, 128, 256]]
Model Summary: 270 layers, 1765270 parameters, 1765270 gradients

Transferred 342/349 items from weights/yolov5n.pt
Scaled weight_decay = 0.0005
optimizer: SGD with parameter groups 57 weight, 60 weight (no decay), 60 bias
WARNING: DP not recommended, use torch.distributed.run for best DDP Multi-GPU results.
See Multi-GPU Tutorial at https://github.com/ultralytics/yolov5/issues/475 to get started.
albumentations: Blur(always_apply=False, p=0.01, blur_limit=(3, 7)), MedianBlur(always_apply=False, p=0.01, blur_limit=(3, 7)), ToGray(always_apply=False, p=0.01), CLAHE(always_apply=False, p=0.01, clip_limit=(1, 4.0), tile_grid_size=(8, 8))
train: Scanning '/home/kobosp/SLAC/TreeLabelMerge/train' images and labels...589
train: New cache created: /home/kobosp/SLAC/TreeLabelMerge/train.cache
val: Scanning '/home/kobosp/SLAC/TreeLabelMerge/val' images and labels...66 foun
val: New cache created: /home/kobosp/SLAC/TreeLabelMerge/val.cache
Plotting labels to runs/train/exp26/labels.jpg... 

AutoAnchor: 6.27 anchors/target, 1.000 Best Possible Recall (BPR). Current anchors are a good fit to dataset ✅
Image sizes 736 train, 736 val
Using 4 dataloader workers
Logging results to runs/train/exp26
Starting training for 500 epochs...

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     0/499    0.805G    0.1174    0.1423         0        15       736: 100%|███
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:02<00:00,  3.27it/s]                                
                 all         66       2051     0.0125     0.0502    0.00671    0.00117

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     1/499    0.946G    0.1009    0.1548         0        20       384: 100%|██████████| 148/148 [00:18<00:00,  7.80it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:01<00:00,  4.93it/s]                                
                 all         66       2051     0.0953      0.276     0.0625     0.0106

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     2/499    0.946G   0.08292    0.1638         0        97       832:  58%|█████▊    | 86/148 [00:10<00:07,  7.94it/s]                                             ^CTraceback (most recent call last):
  File "train.py", line 627, in <module>
    main(opt)
  File "train.py", line 524, in main
    train(opt.hyp, opt, device, callbacks)
  File "train.py", line 320, in train
    pred = model(imgs)  # forward
  File "/home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/torch/nn/modules/module.py", line 727, in _call_impl
    result = self.forward(*input, **kwargs)
  File "/home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/torch/nn/parallel/data_parallel.py", line 161, in forward
    outputs = self.parallel_apply(replicas, inputs, kwargs)
  File "/home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/torch/nn/parallel/data_parallel.py", line 171, in parallel_apply
    return parallel_apply(replicas, inputs, kwargs, self.device_ids[:len(replicas)])
  File "/home/kobosp/.conda/envs/deepsort/lib/python3.7/site-packages/torch/nn/parallel/parallel_apply.py", line 78, in parallel_apply
    thread.join()
  File "/home/kobosp/.conda/envs/deepsort/lib/python3.7/threading.py", line 1032, in join
    self._wait_for_tstate_lock()
  File "/home/kobosp/.conda/envs/deepsort/lib/python3.7/threading.py", line 1048, in _wait_for_tstate_lock
    elif lock.acquire(block, timeout):
KeyboardInterrupt
     2/499    0.946G   0.08292    0.1638         0        97       832:  58%|█████▊    | 86/148 [00:10<00:07,  7.89it/s]                                             
(deepsort) kobosp@R1015u:~/SLAC/deep_sort/Yolov5_DeepSort_Pytorch/yolov5$ python3 train.py 
train: weights=weights/yolov5n.pt, cfg=models/yolov5ntree.yaml, data=data/VOCtree.yaml, hyp=data/hyps/hyp.scratch-tree.yaml, epochs=100, batch_size=4, imgsz=736, rect=False, resume=False, nosave=False, noval=False, noautoanchor=False, evolve=None, bucket=, cache=None, image_weights=False, device=0,1, multi_scale=True, single_cls=False, adam=False, sync_bn=False, workers=16, project=runs/train, name=exp, exist_ok=False, quad=False, linear_lr=False, label_smoothing=0.0, patience=1500, freeze=[0], save_period=500, local_rank=-1, entity=None, upload_dataset=False, bbox_interval=-1, artifact_alias=latest
github: skipping check (not a git repository), for updates see https://github.com/ultralytics/yolov5
YOLOv5  2021-12-23 torch 1.7.0 CUDA:0 (GeForce RTX 2080 Ti, 11019MiB)
                                 CUDA:1 (GeForce RTX 2080 Ti, 11016MiB)

hyperparameters: lr0=0.01, lrf=0.1, momentum=0.937, weight_decay=0.0005, warmup_epochs=3.0, warmup_momentum=0.8, warmup_bias_lr=0.1, box=0.05, cls=0.3, cls_pw=1.0, obj=0.7, obj_pw=1.0, iou_t=0.2, anchor_t=4.0, fl_gamma=0.0, hsv_h=0.01, hsv_s=0.01, hsv_v=0.01, degrees=45, translate=0.1, scale=0.5, shear=45, perspective=0.0001, flipud=0.5, fliplr=0.5, mosaic=0.1, mixup=0.5, copy_paste=0.0
Weights & Biases: run 'pip install wandb' to automatically track and visualize YOLOv5  runs (RECOMMENDED)
TensorBoard: Start with 'tensorboard --logdir runs/train', view at http://localhost:6006/

                 from  n    params  module                                  arguments                     
  0                -1  1      1760  models.common.Conv                      [3, 16, 6, 2, 2]              
  1                -1  1      4672  models.common.Conv                      [16, 32, 3, 2]                
  2                -1  1      4800  models.common.C3                        [32, 32, 1]                   
  3                -1  1     18560  models.common.Conv                      [32, 64, 3, 2]                
  4                -1  2     29184  models.common.C3                        [64, 64, 2]                   
  5                -1  1     73984  models.common.Conv                      [64, 128, 3, 2]               
  6                -1  3    156928  models.common.C3                        [128, 128, 3]                 
  7                -1  1    295424  models.common.Conv                      [128, 256, 3, 2]              
  8                -1  1    296448  models.common.C3                        [256, 256, 1]                 
  9                -1  1    164608  models.common.SPPF                      [256, 256, 5]                 
 10                -1  1     33024  models.common.Conv                      [256, 128, 1, 1]              
 11                -1  1         0  torch.nn.modules.upsampling.Upsample    [None, 2, 'nearest']          
 12           [-1, 6]  1         0  models.common.Concat                    [1]                           
 13                -1  1     90880  models.common.C3                        [256, 128, 1, False]          
 14                -1  1      8320  models.common.Conv                      [128, 64, 1, 1]               
 15                -1  1         0  torch.nn.modules.upsampling.Upsample    [None, 2, 'nearest']          
 16           [-1, 4]  1         0  models.common.Concat                    [1]                           
 17                -1  1     22912  models.common.C3                        [128, 64, 1, False]           
 18                -1  1     36992  models.common.Conv                      [64, 64, 3, 2]                
 19          [-1, 14]  1         0  models.common.Concat                    [1]                           
 20                -1  1     74496  models.common.C3                        [128, 128, 1, False]          
 21                -1  1    147712  models.common.Conv                      [128, 128, 3, 2]              
 22          [-1, 10]  1         0  models.common.Concat                    [1]                           
 23                -1  1    296448  models.common.C3                        [256, 256, 1, False]          
 24      [17, 20, 23]  1      8118  models.yolo.Detect                      [1, [[10, 13, 16, 30, 33, 23], [30, 61, 62, 45, 59, 119], [116, 90, 156, 198, 373, 326]], [64, 128, 256]]
Model Summary: 270 layers, 1765270 parameters, 1765270 gradients

Transferred 342/349 items from weights/yolov5n.pt
Scaled weight_decay = 0.0005
optimizer: SGD with parameter groups 57 weight, 60 weight (no decay), 60 bias
WARNING: DP not recommended, use torch.distributed.run for best DDP Multi-GPU results.
See Multi-GPU Tutorial at https://github.com/ultralytics/yolov5/issues/475 to get started.
albumentations: Blur(always_apply=False, p=0.01, blur_limit=(3, 7)), MedianBlur(always_apply=False, p=0.01, blur_limit=(3, 7)), ToGray(always_apply=False, p=0.01), CLAHE(always_apply=False, p=0.01, clip_limit=(1, 4.0), tile_grid_size=(8, 8))
train: Scanning '/home/kobosp/SLAC/TreeLabelMerge/train.cache' images and labels... 589 found, 0 missing, 0 empty, 0 corrupted: 100%|| 589/589 [00:00<00:00, 4796980
val: Scanning '/home/kobosp/SLAC/TreeLabelMerge/val.cache' images and labels... 66 found, 0 missing, 0 empty, 0 corrupted: 100%|| 66/66 [00:00<00:00, 350854.33it/s]
Plotting labels to runs/train/exp27/labels.jpg... 

AutoAnchor: 6.27 anchors/target, 1.000 Best Possible Recall (BPR). Current anchors are a good fit to dataset ✅
Image sizes 736 train, 736 val
Using 4 dataloader workers
Logging results to runs/train/exp27
Starting training for 100 epochs...

     Epoch   gpu_mem       box       obj       cls    labels  img_size
      0/99    0.805G    0.1174    0.1424         0        15       736: 100%|██████████| 148/148 [00:23<00:00,  6.39it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:02<00:00,  3.37it/s]                                
                 all         66       2051     0.0112     0.0741    0.00669     0.0011

     Epoch   gpu_mem       box       obj       cls    labels  img_size
      1/99    0.948G    0.1009    0.1546         0        20       384: 100%|██████████| 148/148 [00:18<00:00,  7.81it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:01<00:00,  5.34it/s]                                
                 all         66       2051      0.102      0.266     0.0644     0.0112

     Epoch   gpu_mem       box       obj       cls    labels  img_size
      2/99    0.948G   0.08085    0.1608         0        21       672: 100%|██████████| 148/148 [00:18<00:00,  7.92it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 13.28it/s]                                
                 all         66       2051      0.376      0.572      0.391     0.0808

     Epoch   gpu_mem       box       obj       cls    labels  img_size
      3/99    0.948G   0.07691    0.1551         0        34       544: 100%|██████████| 148/148 [00:18<00:00,  7.96it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 17.32it/s]                                
                 all         66       2051      0.289       0.53       0.29     0.0569

     Epoch   gpu_mem       box       obj       cls    labels  img_size
      4/99    0.948G   0.07583    0.1695         0        23       576: 100%|██████████| 148/148 [00:18<00:00,  8.08it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 19.86it/s]                                
                 all         66       2051      0.592      0.681      0.562      0.141

     Epoch   gpu_mem       box       obj       cls    labels  img_size
      5/99    0.948G   0.07157    0.1892         0       193       384: 100%|██████████| 148/148 [00:18<00:00,  8.17it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 21.07it/s]                                
                 all         66       2051      0.678      0.666      0.654      0.189

     Epoch   gpu_mem       box       obj       cls    labels  img_size
      6/99    0.948G   0.06737    0.1589         0        26       544: 100%|██████████| 148/148 [00:18<00:00,  8.21it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 22.24it/s]                                
                 all         66       2051      0.342      0.627      0.279     0.0525

     Epoch   gpu_mem       box       obj       cls    labels  img_size
      7/99    0.948G   0.06582    0.1636         0        69       800: 100%|██████████| 148/148 [00:18<00:00,  8.18it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 19.19it/s]                                
                 all         66       2051      0.475      0.378       0.32     0.0566

     Epoch   gpu_mem       box       obj       cls    labels  img_size
      8/99    0.948G    0.0598    0.1478         0       126       704: 100%|██████████| 148/148 [00:18<00:00,  8.15it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 21.29it/s]                                
                 all         66       2051      0.333      0.593      0.296     0.0584

     Epoch   gpu_mem       box       obj       cls    labels  img_size
      9/99    0.948G   0.05489    0.1485         0        25      1056: 100%|██████████| 148/148 [00:17<00:00,  8.30it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 21.19it/s]                                
                 all         66       2051      0.633      0.642      0.507      0.108

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     10/99    0.948G   0.05347    0.1511         0        30       736: 100%|██████████| 148/148 [00:17<00:00,  8.23it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 23.85it/s]                                
                 all         66       2051      0.614      0.613      0.481     0.0952

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     11/99    0.948G   0.05165    0.1515         0         7       512: 100%|██████████| 148/148 [00:18<00:00,  8.14it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 22.21it/s]                                
                 all         66       2051      0.758      0.775      0.681      0.159

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     12/99    0.948G   0.05378    0.1772         0        10       576: 100%|██████████| 148/148 [00:17<00:00,  8.28it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 20.34it/s]                                
                 all         66       2051      0.481      0.505      0.355     0.0678

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     13/99    0.948G   0.05243    0.1428         0        16       960: 100%|██████████| 148/148 [00:18<00:00,  8.22it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 23.41it/s]                                
                 all         66       2051      0.655      0.646      0.526      0.108

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     14/99    0.948G   0.04992    0.1488         0        11       448: 100%|██████████| 148/148 [00:18<00:00,  8.04it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.57it/s]                                
                 all         66       2051      0.766      0.763      0.706      0.167

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     15/99     0.95G   0.05124    0.1544         0        39      1024: 100%|██████████| 148/148 [00:18<00:00,  8.03it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 26.86it/s]                                
                 all         66       2051      0.674      0.671       0.56      0.114

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     16/99     0.95G   0.04755    0.1389         0        64       672: 100%|██████████| 148/148 [00:18<00:00,  7.99it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.86it/s]                                
                 all         66       2051      0.823      0.821      0.768      0.198

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     17/99     0.95G   0.04922    0.1438         0        23       544: 100%|██████████| 148/148 [00:18<00:00,  7.98it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 26.35it/s]                                
                 all         66       2051      0.856      0.834      0.789      0.216

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     18/99     0.95G   0.04925    0.1472         0        23       512: 100%|██████████| 148/148 [00:18<00:00,  7.91it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 25.10it/s]                                
                 all         66       2051      0.902       0.89      0.877      0.283

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     19/99     0.95G   0.04744    0.1366         0        43      1024: 100%|██████████| 148/148 [00:18<00:00,  7.94it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.46it/s]                                
                 all         66       2051      0.841      0.829      0.774      0.216

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     20/99     0.95G   0.04894    0.1411         0        20      1088: 100%|██████████| 148/148 [00:18<00:00,  8.01it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 25.78it/s]                                
                 all         66       2051      0.458      0.642      0.417     0.0806

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     21/99     0.95G   0.04961    0.1428         0        45       512: 100%|██████████| 148/148 [00:18<00:00,  7.97it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.60it/s]                                
                 all         66       2051      0.827      0.834      0.763        0.2

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     22/99     0.95G   0.04698    0.1303         0        28       480: 100%|██████████| 148/148 [00:18<00:00,  8.06it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 22.76it/s]                                
                 all         66       2051      0.883      0.865      0.845      0.255

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     23/99     0.95G   0.04717    0.1313         0        38      1024: 100%|██████████| 148/148 [00:18<00:00,  8.16it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 23.84it/s]                                
                 all         66       2051       0.71      0.707      0.633      0.137

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     24/99     0.95G   0.04599    0.1306         0        29       448: 100%|██████████| 148/148 [00:18<00:00,  8.19it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 23.57it/s]                                
                 all         66       2051      0.923      0.917      0.905      0.311

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     25/99     0.95G   0.04653    0.1323         0        16       608: 100%|██████████| 148/148 [00:17<00:00,  8.27it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 21.66it/s]                                
                 all         66       2051      0.862      0.849      0.821      0.226

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     26/99     0.95G    0.0464    0.1454         0        26       832: 100%|██████████| 148/148 [00:18<00:00,  8.21it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 23.40it/s]                                
                 all         66       2051       0.91      0.908      0.889      0.289

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     27/99     0.95G   0.04638    0.1355         0       156      1056: 100%|██████████| 148/148 [00:17<00:00,  8.25it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 23.61it/s]                                
                 all         66       2051      0.924      0.916      0.902      0.314

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     28/99     0.95G   0.04625    0.1514         0        40       704: 100%|██████████| 148/148 [00:18<00:00,  8.16it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 23.32it/s]                                
                 all         66       2051       0.93      0.924      0.915      0.311

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     29/99     0.95G    0.0464    0.1411         0        16       896: 100%|██████████| 148/148 [00:18<00:00,  8.12it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 25.60it/s]                                
                 all         66       2051      0.772      0.759      0.696      0.162

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     30/99     0.95G   0.04627    0.1366         0        21       800: 100%|██████████| 148/148 [00:18<00:00,  8.16it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 27.11it/s]                                
                 all         66       2051      0.873      0.866      0.828      0.236

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     31/99     0.95G   0.04536    0.1479         0       149       832: 100%|██████████| 148/148 [00:17<00:00,  8.23it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 22.17it/s]                                
                 all         66       2051       0.86      0.849      0.811       0.22

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     32/99     0.95G   0.04635    0.1449         0        29       448: 100%|██████████| 148/148 [00:18<00:00,  8.11it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 21.90it/s]                                
                 all         66       2051      0.857      0.851      0.818      0.224

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     33/99     0.95G   0.04761    0.1461         0        24       608: 100%|██████████| 148/148 [00:18<00:00,  8.09it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 21.83it/s]                                
                 all         66       2051      0.857      0.866      0.833      0.231

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     34/99     0.95G   0.04517    0.1388         0        28       448: 100%|██████████| 148/148 [00:18<00:00,  8.18it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.59it/s]                                
                 all         66       2051      0.867      0.866      0.834      0.244

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     35/99     0.95G   0.04506    0.1432         0        22       480: 100%|██████████| 148/148 [00:18<00:00,  8.20it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.43it/s]                                
                 all         66       2051      0.853      0.842       0.81      0.225

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     36/99     0.95G   0.04437    0.1333         0        14       800: 100%|██████████| 148/148 [00:18<00:00,  8.21it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 26.29it/s]                                
                 all         66       2051      0.909      0.916      0.903      0.313

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     37/99     0.95G   0.04372    0.1326         0        26      1056: 100%|██████████| 148/148 [00:18<00:00,  8.21it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.21it/s]                                
                 all         66       2051      0.916      0.926      0.914      0.322

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     38/99     0.95G   0.04467    0.1444         0        21       480: 100%|██████████| 148/148 [00:18<00:00,  8.18it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 25.48it/s]                                
                 all         66       2051       0.92      0.906      0.896      0.307

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     39/99     0.95G   0.04574    0.1539         0        15       768: 100%|██████████| 148/148 [00:18<00:00,  8.19it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 23.01it/s]                                
                 all         66       2051      0.926      0.927      0.918      0.337

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     40/99     0.95G   0.04415    0.1436         0         9       608: 100%|██████████| 148/148 [00:18<00:00,  8.12it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.52it/s]                                
                 all         66       2051      0.938      0.944      0.942       0.37

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     41/99     0.95G    0.0427    0.1383         0        20       416: 100%|██████████| 148/148 [00:18<00:00,  8.12it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 23.44it/s]                                
                 all         66       2051      0.873       0.86       0.84      0.245

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     42/99     0.95G   0.04442    0.1333         0        22      1024: 100%|██████████| 148/148 [00:17<00:00,  8.28it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 25.73it/s]                                
                 all         66       2051      0.926      0.926      0.921      0.334

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     43/99     0.95G   0.04312     0.139         0        30       896: 100%|██████████| 148/148 [00:17<00:00,  8.26it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 25.51it/s]                                
                 all         66       2051      0.911      0.903      0.893      0.307

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     44/99     0.95G   0.04284    0.1262         0        42       608: 100%|██████████| 148/148 [00:18<00:00,  8.06it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.64it/s]                                
                 all         66       2051      0.884      0.896      0.866      0.287

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     45/99     0.95G    0.0427    0.1336         0        23      1024: 100%|██████████| 148/148 [00:18<00:00,  8.02it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 23.34it/s]                                
                 all         66       2051      0.893      0.896      0.871      0.278

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     46/99     0.95G   0.04406    0.1395         0        27       768: 100%|██████████| 148/148 [00:18<00:00,  8.00it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.69it/s]                                
                 all         66       2051      0.907      0.902      0.885      0.288

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     47/99     0.95G    0.0429    0.1393         0        21       512: 100%|██████████| 148/148 [00:18<00:00,  8.20it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 23.86it/s]                                
                 all         66       2051      0.919      0.933      0.921      0.342

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     48/99     0.95G   0.04416    0.1406         0        30       960: 100%|██████████| 148/148 [00:18<00:00,  8.08it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 23.68it/s]                                
                 all         66       2051      0.937      0.932      0.929      0.357

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     49/99     0.95G   0.04219    0.1258         0        16       832: 100%|██████████| 148/148 [00:18<00:00,  8.03it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.91it/s]                                
                 all         66       2051      0.896      0.878      0.861      0.264

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     50/99     0.95G   0.04166    0.1207         0        33      1120: 100%|██████████| 148/148 [00:18<00:00,  8.01it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 22.42it/s]                                
                 all         66       2051      0.918       0.92      0.906      0.322

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     51/99     0.95G   0.04172    0.1274         0        23       576: 100%|██████████| 148/148 [00:18<00:00,  8.06it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 23.84it/s]                                
                 all         66       2051      0.915      0.925      0.909      0.326

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     52/99     0.95G   0.04295    0.1398         0        29       448: 100%|██████████| 148/148 [00:18<00:00,  7.92it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 25.34it/s]                                
                 all         66       2051      0.908      0.916      0.891      0.304

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     53/99     0.95G    0.0424    0.1378         0        23       992: 100%|██████████| 148/148 [00:18<00:00,  7.98it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.04it/s]                                
                 all         66       2051      0.862      0.849      0.819      0.234

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     54/99     0.95G   0.04289    0.1344         0        26       512: 100%|██████████| 148/148 [00:18<00:00,  7.91it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.08it/s]                                
                 all         66       2051      0.916      0.917      0.902      0.319

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     55/99     0.95G   0.04238    0.1358         0        15       768: 100%|██████████| 148/148 [00:17<00:00,  8.27it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 22.49it/s]                                
                 all         66       2051      0.917      0.927      0.913      0.325

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     56/99     0.95G   0.04187    0.1304         0        40       640: 100%|██████████| 148/148 [00:18<00:00,  8.15it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.77it/s]                                
                 all         66       2051      0.902      0.917      0.896      0.307

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     57/99     0.95G   0.04275    0.1406         0        98       448: 100%|██████████| 148/148 [00:18<00:00,  8.14it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 22.29it/s]                                
                 all         66       2051      0.913      0.912      0.895      0.303

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     58/99     0.95G   0.04301    0.1398         0        27       480: 100%|██████████| 148/148 [00:18<00:00,  8.14it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 23.40it/s]                                
                 all         66       2051      0.921      0.927      0.913      0.341

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     59/99     0.95G   0.04167    0.1216         0        99       704: 100%|██████████| 148/148 [00:18<00:00,  8.08it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 25.17it/s]                                
                 all         66       2051      0.918      0.929      0.916      0.337

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     60/99     0.95G   0.04306    0.1409         0        26       896: 100%|██████████| 148/148 [00:18<00:00,  8.17it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 26.59it/s]                                
                 all         66       2051      0.908      0.912      0.895      0.312

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     61/99     0.95G   0.04145    0.1435         0        36       352: 100%|██████████| 148/148 [00:17<00:00,  8.29it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 26.19it/s]                                
                 all         66       2051      0.894      0.898      0.871      0.278

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     62/99     0.95G    0.0424    0.1281         0        16       736: 100%|██████████| 148/148 [00:18<00:00,  8.20it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.03it/s]                                
                 all         66       2051      0.877      0.882      0.844      0.252

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     63/99     0.95G   0.04264     0.146         0        21       576: 100%|██████████| 148/148 [00:18<00:00,  8.18it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 25.59it/s]                                
                 all         66       2051      0.937      0.934       0.93      0.352

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     64/99     0.95G   0.04145    0.1312         0        19       576: 100%|██████████| 148/148 [00:18<00:00,  8.21it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 26.66it/s]                                
                 all         66       2051      0.912      0.909      0.891      0.303

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     65/99     0.95G   0.04187    0.1364         0        38       576: 100%|██████████| 148/148 [00:17<00:00,  8.28it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 26.72it/s]                                
                 all         66       2051      0.918      0.911      0.897      0.309

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     66/99     0.95G   0.04078    0.1265         0        41       800: 100%|██████████| 148/148 [00:17<00:00,  8.31it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.93it/s]                                
                 all         66       2051      0.921      0.921       0.91      0.322

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     67/99     0.95G   0.04175    0.1335         0        15       608: 100%|██████████| 148/148 [00:18<00:00,  8.17it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 25.34it/s]                                
                 all         66       2051      0.938      0.939      0.938      0.358

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     68/99     0.95G     0.041    0.1289         0        28       672: 100%|██████████| 148/148 [00:18<00:00,  8.14it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.48it/s]                                
                 all         66       2051      0.935       0.94      0.936      0.354

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     69/99     0.95G    0.0415    0.1358         0        21       896: 100%|██████████| 148/148 [00:18<00:00,  8.09it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 26.03it/s]                                
                 all         66       2051      0.921      0.928      0.914      0.326

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     70/99     0.95G   0.04207    0.1349         0        29       416: 100%|██████████| 148/148 [00:17<00:00,  8.22it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.94it/s]                                
                 all         66       2051      0.931      0.941      0.928      0.349

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     71/99     0.95G   0.04156    0.1277         0        22       352: 100%|██████████| 148/148 [00:18<00:00,  8.16it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.09it/s]                                
                 all         66       2051      0.936      0.936      0.932      0.359

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     72/99     0.95G   0.04141    0.1425         0        25       640: 100%|██████████| 148/148 [00:17<00:00,  8.23it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 22.44it/s]                                
                 all         66       2051       0.92       0.93      0.915      0.336

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     73/99     0.95G   0.04134    0.1368         0        35       352: 100%|██████████| 148/148 [00:17<00:00,  8.22it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 26.57it/s]                                
                 all         66       2051      0.935      0.938      0.936      0.361

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     74/99     0.95G    0.0418    0.1353         0         9       768: 100%|██████████| 148/148 [00:17<00:00,  8.30it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.85it/s]                                
                 all         66       2051      0.923      0.917       0.91       0.33

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     75/99     0.95G   0.04098    0.1339         0        34      1024: 100%|██████████| 148/148 [00:17<00:00,  8.27it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 23.48it/s]                                
                 all         66       2051      0.915      0.916      0.905      0.327

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     76/99     0.95G   0.04069    0.1391         0        36      1024: 100%|██████████| 148/148 [00:18<00:00,  8.01it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.26it/s]                                
                 all         66       2051      0.935      0.948      0.939      0.374

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     77/99     0.95G   0.04082    0.1366         0        24       672: 100%|██████████| 148/148 [00:18<00:00,  7.97it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 23.46it/s]                                
                 all         66       2051      0.922      0.931      0.915      0.334

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     78/99     0.95G   0.04204    0.1341         0        25       576: 100%|██████████| 148/148 [00:18<00:00,  8.04it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 26.25it/s]                                
                 all         66       2051      0.933      0.944      0.936      0.367

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     79/99     0.95G   0.04136    0.1338         0        25       800: 100%|██████████| 148/148 [00:18<00:00,  8.14it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 23.82it/s]                                
                 all         66       2051      0.935      0.932      0.928      0.356

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     80/99     0.95G   0.04063    0.1295         0        44       384: 100%|██████████| 148/148 [00:18<00:00,  8.21it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 26.72it/s]                                
                 all         66       2051      0.915       0.92      0.905      0.323

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     81/99     0.95G   0.04079     0.121         0        27      1120: 100%|██████████| 148/148 [00:18<00:00,  8.15it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 25.70it/s]                                
                 all         66       2051      0.922      0.929      0.915      0.334

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     82/99     0.95G   0.04208    0.1414         0        65       480: 100%|██████████| 148/148 [00:18<00:00,  8.22it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 25.50it/s]                                
                 all         66       2051      0.934      0.931      0.928      0.347

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     83/99     0.95G   0.04093    0.1391         0        39       960: 100%|██████████| 148/148 [00:17<00:00,  8.30it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 23.50it/s]                                
                 all         66       2051      0.923      0.935      0.917      0.341

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     84/99     0.95G   0.04176    0.1404         0        28       800: 100%|██████████| 148/148 [00:17<00:00,  8.28it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.31it/s]                                
                 all         66       2051      0.917      0.926      0.909      0.324

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     85/99     0.95G   0.04066    0.1245         0        53      1120: 100%|██████████| 148/148 [00:18<00:00,  8.07it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 25.43it/s]                                
                 all         66       2051      0.936      0.933       0.93      0.351

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     86/99     0.95G    0.0406    0.1268         0        30       640: 100%|██████████| 148/148 [00:17<00:00,  8.28it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.00it/s]                                
                 all         66       2051      0.931      0.941      0.928      0.355

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     87/99     0.95G   0.04039    0.1373         0        36       672: 100%|██████████| 148/148 [00:18<00:00,  8.11it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 26.76it/s]                                
                 all         66       2051       0.92      0.926       0.91      0.328

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     88/99     0.95G   0.04121    0.1401         0        20       576: 100%|██████████| 148/148 [00:18<00:00,  8.14it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.83it/s]                                
                 all         66       2051      0.927      0.932       0.92      0.333

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     89/99     0.95G   0.04042    0.1338         0        35       544: 100%|██████████| 148/148 [00:18<00:00,  8.22it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 22.81it/s]                                
                 all         66       2051      0.927      0.934      0.921      0.343

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     90/99     0.95G   0.04023     0.128         0        25       704: 100%|██████████| 148/148 [00:18<00:00,  8.19it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 26.18it/s]                                
                 all         66       2051      0.938      0.936      0.934      0.353

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     91/99     0.95G   0.04233    0.1418         0       150      1024: 100%|██████████| 148/148 [00:17<00:00,  8.26it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 25.68it/s]                                
                 all         66       2051      0.942      0.947      0.947      0.372

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     92/99     0.95G   0.04021    0.1336         0         4      1056: 100%|██████████| 148/148 [00:18<00:00,  8.13it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 25.78it/s]                                
                 all         66       2051      0.931      0.934      0.928      0.357

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     93/99     0.95G   0.04124    0.1414         0        30       512: 100%|██████████| 148/148 [00:18<00:00,  8.19it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 25.09it/s]                                
                 all         66       2051      0.925      0.935       0.92      0.342

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     94/99     0.95G   0.04162    0.1371         0        20       640: 100%|██████████| 148/148 [00:18<00:00,  8.17it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.30it/s]                                
                 all         66       2051      0.928      0.948      0.935      0.355

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     95/99     0.95G   0.04093    0.1404         0        13      1088: 100%|██████████| 148/148 [00:18<00:00,  8.15it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 26.57it/s]                                
                 all         66       2051      0.923      0.932      0.915      0.333

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     96/99     0.95G   0.04076    0.1395         0        44       896: 100%|██████████| 148/148 [00:17<00:00,  8.27it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 24.11it/s]                                
                 all         66       2051      0.927      0.942      0.928      0.352

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     97/99     0.95G   0.04087    0.1343         0        32       512: 100%|██████████| 148/148 [00:18<00:00,  8.12it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 23.93it/s]                                
                 all         66       2051      0.932      0.936      0.926      0.349

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     98/99     0.95G   0.03976    0.1273         0        31       672: 100%|██████████| 148/148 [00:18<00:00,  8.04it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 23.94it/s]                                
                 all         66       2051      0.936      0.948      0.936      0.363

     Epoch   gpu_mem       box       obj       cls    labels  img_size
     99/99     0.95G   0.04135    0.1441         0        17      1120: 100%|██████████| 148/148 [00:18<00:00,  8.20it/s]                                            
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:00<00:00, 25.28it/s]                                
                 all         66       2051      0.928       0.94      0.925      0.344

100 epochs completed in 0.524 hours.
Optimizer stripped from runs/train/exp27/weights/last.pt, 3.9MB
Optimizer stripped from runs/train/exp27/weights/best.pt, 3.9MB

Validating runs/train/exp27/weights/best.pt...
Fusing layers... 
Model Summary: 213 layers, 1760518 parameters, 0 gradients
               Class     Images     Labels          P          R     [email protected] [email protected]:.95: 100%|██████████| 9/9 [00:01<00:00,  6.13it/s]                                
                 all         66       2051      0.935      0.947      0.939      0.373
Results saved to runs/train/exp27
(deepsort) kobosp@R1015u:~/SLAC/deep_sort/Yolov5_DeepSort_Pytorch/yolov5$ 

kobosp@R1015u:~$ conda activate deepsort
(deepsort) kobosp@R1015u:~$ cd SLAC/deep_sort/Yolov5_DeepSort_Pytorch/yolov5/
(deepsort) kobosp@R1015u:~/SLAC/deep_sort/Yolov5_DeepSort_Pytorch/yolov5$ python3 detect.py 
detect: weights=weights/nbest.pt, source=/home/kobosp/SLAC/compound.mp4, imgsz=[736, 736], conf_thres=0.5, iou_thres=0.45, max_det=100, device=0, view_img=False, save_txt=False, save_conf=False, save_crop=False, nosave=False, classes=None, agnostic_nms=False, augment=False, visualize=False, update=False, project=runs/detect, name=exp, exist_ok=False, line_thickness=3, hide_labels=False, hide_conf=False, half=False, dnn=False
YOLOv5  2021-12-23 torch 1.7.0 CUDA:0 (GeForce RTX 2080 Ti, 11019MiB)

Fusing layers... 
Model Summary: 213 layers, 1760518 parameters, 0 gradients
video 1/1 (1/1288) /home/kobosp/SLAC/compound.mp4: 512x736 18 0s, Done. (0.006s)
video 1/1 (2/1288) /home/kobosp/SLAC/compound.mp4: 512x736 19 0s, Done. (0.005s)
video 1/1 (3/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. (0.005s)
video 1/1 (4/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. (0.005s)
video 1/1 (5/1288) /home/kobosp/SLAC/compound.mp4: 512x736 22 0s, Done. (0.005s)
video 1/1 (6/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. (0.005s)
video 1/1 (7/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. (0.005s)
video 1/1 (8/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. (0.005s)
video 1/1 (9/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. (0.005s)
video 1/1 (10/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. (0.005s)
video 1/1 (11/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. (0.005s)
video 1/1 (12/1288) /home/kobosp/SLAC/compound.mp4: 512x736 29 0s, Done. (0.005s)
video 1/1 (13/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. (0.005s)
video 1/1 (14/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. (0.005s)
video 1/1 (15/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. (0.005s)
video 1/1 (16/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. (0.005s)
video 1/1 (17/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. (0.005s)
video 1/1 (18/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. (0.005s)
video 1/1 (19/1288) /home/kobosp/SLAC/compound.mp4: 512x736 39 0s, Done. (0.005s)
video 1/1 (20/1288) /home/kobosp/SLAC/compound.mp4: 512x736 42 0s, Done. (0.005s)
video 1/1 (21/1288) /home/kobosp/SLAC/compound.mp4: 512x736 38 0s, Done. (0.005s)
video 1/1 (22/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. (0.005s)
video 1/1 (23/1288) /home/kobosp/SLAC/compound.mp4: 512x736 42 0s, Done. (0.005s)
video 1/1 (24/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. (0.005s)
video 1/1 (25/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. (0.005s)
video 1/1 (26/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. (0.005s)
video 1/1 (27/1288) /home/kobosp/SLAC/compound.mp4: 512x736 39 0s, Done. (0.005s)
video 1/1 (28/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. (0.005s)
video 1/1 (29/1288) /home/kobosp/SLAC/compound.mp4: 512x736 42 0s, Done. (0.005s)
video 1/1 (30/1288) /home/kobosp/SLAC/compound.mp4: 512x736 41 0s, Done. (0.005s)
video 1/1 (31/1288) /home/kobosp/SLAC/compound.mp4: 512x736 41 0s, Done. (0.005s)
video 1/1 (32/1288) /home/kobosp/SLAC/compound.mp4: 512x736 42 0s, Done. (0.005s)
video 1/1 (33/1288) /home/kobosp/SLAC/compound.mp4: 512x736 39 0s, Done. (0.005s)
video 1/1 (34/1288) /home/kobosp/SLAC/compound.mp4: 512x736 39 0s, Done. (0.005s)
video 1/1 (35/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. (0.005s)
video 1/1 (36/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. (0.005s)
video 1/1 (37/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. (0.005s)
video 1/1 (38/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. (0.005s)
video 1/1 (39/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. (0.005s)
video 1/1 (40/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. (0.005s)
video 1/1 (41/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. (0.005s)
video 1/1 (42/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. (0.005s)
video 1/1 (43/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. (0.005s)
video 1/1 (44/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. (0.005s)
video 1/1 (45/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. (0.005s)
video 1/1 (46/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. (0.005s)
video 1/1 (47/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. (0.005s)
video 1/1 (48/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. (0.005s)
video 1/1 (49/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. (0.005s)
video 1/1 (50/1288) /home/kobosp/SLAC/compound.mp4: 512x736 29 0s, Done. (0.005s)
video 1/1 (51/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. (0.005s)
video 1/1 (52/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. (0.005s)
video 1/1 (53/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. (0.005s)
video 1/1 (54/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. (0.005s)
video 1/1 (55/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. (0.005s)
video 1/1 (56/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. (0.005s)
video 1/1 (57/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. (0.005s)
video 1/1 (58/1288) /home/kobosp/SLAC/compound.mp4: 512x736 22 0s, Done. (0.005s)
video 1/1 (59/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. (0.005s)
video 1/1 (60/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. (0.005s)
video 1/1 (61/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. (0.005s)
video 1/1 (62/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. (0.005s)
video 1/1 (63/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. (0.005s)
video 1/1 (64/1288) /home/kobosp/SLAC/compound.mp4: 512x736 19 0s, Done. (0.005s)
video 1/1 (65/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. (0.005s)
video 1/1 (66/1288) /home/kobosp/SLAC/compound.mp4: 512x736 18 0s, Done. (0.005s)
video 1/1 (67/1288) /home/kobosp/SLAC/compound.mp4: 512x736 19 0s, Done. (0.005s)
video 1/1 (68/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. (0.005s)
video 1/1 (69/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. (0.005s)
video 1/1 (70/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. (0.005s)
video 1/1 (71/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. (0.005s)
video 1/1 (72/1288) /home/kobosp/SLAC/compound.mp4: 512x736 13 0s, Done. (0.005s)
video 1/1 (73/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. (0.005s)
video 1/1 (74/1288) /home/kobosp/SLAC/compound.mp4: 512x736 16 0s, Done. (0.005s)
video 1/1 (75/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. (0.005s)
video 1/1 (76/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. (0.005s)
video 1/1 (77/1288) /home/kobosp/SLAC/compound.mp4: 512x736 19 0s, Done. (0.005s)
video 1/1 (78/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. (0.005s)
video 1/1 (79/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. (0.005s)
video 1/1 (80/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. (0.005s)
video 1/1 (81/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. (0.005s)
video 1/1 (82/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. (0.005s)
video 1/1 (83/1288) /home/kobosp/SLAC/compound.mp4: 512x736 14 0s, Done. (0.005s)
video 1/1 (84/1288) /home/kobosp/SLAC/compound.mp4: 512x736 13 0s, Done. (0.005s)
video 1/1 (85/1288) /home/kobosp/SLAC/compound.mp4: 512x736 12 0s, Done. (0.005s)
video 1/1 (86/1288) /home/kobosp/SLAC/compound.mp4: 512x736 10 0s, Done. (0.005s)
video 1/1 (87/1288) /home/kobosp/SLAC/compound.mp4: 512x736 9 0s, Done. (0.005s)
video 1/1 (88/1288) /home/kobosp/SLAC/compound.mp4: 512x736 9 0s, Done. (0.005s)
video 1/1 (89/1288) /home/kobosp/SLAC/compound.mp4: 512x736 8 0s, Done. (0.005s)
video 1/1 (90/1288) /home/kobosp/SLAC/compound.mp4: 512x736 8 0s, Done. (0.005s)
video 1/1 (91/1288) /home/kobosp/SLAC/compound.mp4: 512x736 8 0s, Done. (0.005s)
video 1/1 (92/1288) /home/kobosp/SLAC/compound.mp4: 512x736 7 0s, Done. (0.005s)
video 1/1 (93/1288) /home/kobosp/SLAC/compound.mp4: 512x736 6 0s, Done. (0.005s)
video 1/1 (94/1288) /home/kobosp/SLAC/compound.mp4: 512x736 5 0s, Done. (0.005s)
video 1/1 (95/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. (0.005s)
video 1/1 (96/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. (0.005s)
video 1/1 (97/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. (0.005s)
video 1/1 (98/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. (0.005s)
video 1/1 (99/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. (0.005s)
video 1/1 (100/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. (0.005s)
video 1/1 (101/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. (0.005s)
video 1/1 (102/1288) /home/kobosp/SLAC/compound.mp4: 512x736 5 0s, Done. (0.005s)
video 1/1 (103/1288) /home/kobosp/SLAC/compound.mp4: 512x736 5 0s, Done. (0.005s)
video 1/1 (104/1288) /home/kobosp/SLAC/compound.mp4: 512x736 5 0s, Done. (0.005s)
video 1/1 (105/1288) /home/kobosp/SLAC/compound.mp4: 512x736 5 0s, Done. (0.005s)
video 1/1 (106/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. (0.005s)
video 1/1 (107/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. (0.005s)
video 1/1 (108/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. (0.005s)
video 1/1 (109/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. (0.005s)
video 1/1 (110/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. (0.005s)
video 1/1 (111/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. (0.005s)
video 1/1 (112/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. (0.005s)
video 1/1 (113/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. (0.005s)
video 1/1 (114/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. (0.005s)
video 1/1 (115/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. (0.005s)
video 1/1 (116/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. (0.005s)
video 1/1 (117/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. (0.005s)
video 1/1 (118/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. (0.005s)
video 1/1 (119/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. (0.005s)
video 1/1 (120/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. (0.005s)
video 1/1 (121/1288) /home/kobosp/SLAC/compound.mp4: 512x736 7 0s, Done. (0.005s)
video 1/1 (122/1288) /home/kobosp/SLAC/compound.mp4: 512x736 7 0s, Done. (0.005s)
video 1/1 (123/1288) /home/kobosp/SLAC/compound.mp4: 512x736 7 0s, Done. (0.005s)
video 1/1 (124/1288) /home/kobosp/SLAC/compound.mp4: 512x736 7 0s, Done. (0.005s)
video 1/1 (125/1288) /home/kobosp/SLAC/compound.mp4: 512x736 10 0s, Done. (0.005s)
video 1/1 (126/1288) /home/kobosp/SLAC/compound.mp4: 512x736 10 0s, Done. (0.005s)
video 1/1 (127/1288) /home/kobosp/SLAC/compound.mp4: 512x736 10 0s, Done. (0.005s)
video 1/1 (128/1288) /home/kobosp/SLAC/compound.mp4: 512x736 10 0s, Done. (0.005s)
video 1/1 (129/1288) /home/kobosp/SLAC/compound.mp4: 512x736 11 0s, Done. (0.005s)
video 1/1 (130/1288) /home/kobosp/SLAC/compound.mp4: 512x736 11 0s, Done. (0.005s)
video 1/1 (131/1288) /home/kobosp/SLAC/compound.mp4: 512x736 11 0s, Done. (0.005s)
video 1/1 (132/1288) /home/kobosp/SLAC/compound.mp4: 512x736 12 0s, Done. (0.005s)
video 1/1 (133/1288) /home/kobosp/SLAC/compound.mp4: 512x736 13 0s, Done. (0.005s)
video 1/1 (134/1288) /home/kobosp/SLAC/compound.mp4: 512x736 14 0s, Done. (0.005s)
video 1/1 (135/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. (0.005s)
video 1/1 (136/1288) /home/kobosp/SLAC/compound.mp4: 512x736 16 0s, Done. (0.005s)
video 1/1 (137/1288) /home/kobosp/SLAC/compound.mp4: 512x736 16 0s, Done. (0.005s)
video 1/1 (138/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. (0.005s)
video 1/1 (139/1288) /home/kobosp/SLAC/compound.mp4: 512x736 16 0s, Done. (0.005s)
video 1/1 (140/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. (0.005s)
video 1/1 (141/1288) /home/kobosp/SLAC/compound.mp4: 512x736 16 0s, Done. (0.005s)
video 1/1 (142/1288) /home/kobosp/SLAC/compound.mp4: 512x736 16 0s, Done. (0.005s)
video 1/1 (143/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. (0.005s)
video 1/1 (144/1288) /home/kobosp/SLAC/compound.mp4: 512x736 14 0s, Done. (0.005s)
video 1/1 (145/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. (0.005s)
video 1/1 (146/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. (0.005s)
video 1/1 (147/1288) /home/kobosp/SLAC/compound.mp4: 512x736 16 0s, Done. (0.005s)
video 1/1 (148/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. (0.005s)
video 1/1 (149/1288) /home/kobosp/SLAC/compound.mp4: 512x736 18 0s, Done. (0.005s)
video 1/1 (150/1288) /home/kobosp/SLAC/compound.mp4: 512x736 19 0s, Done. (0.005s)
video 1/1 (151/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. (0.005s)
video 1/1 (152/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. (0.005s)
video 1/1 (153/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. (0.005s)
video 1/1 (154/1288) /home/kobosp/SLAC/compound.mp4: 512x736 23 0s, Done. (0.005s)
video 1/1 (155/1288) /home/kobosp/SLAC/compound.mp4: 512x736 23 0s, Done. (0.005s)
video 1/1 (156/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. (0.005s)
video 1/1 (157/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. (0.005s)
video 1/1 (158/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. (0.005s)
video 1/1 (159/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. (0.005s)
video 1/1 (160/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. (0.005s)
video 1/1 (161/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. (0.012s)
video 1/1 (162/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. (0.005s)
video 1/1 (163/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. (0.005s)
video 1/1 (164/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. (0.005s)
video 1/1 (165/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. (0.005s)
video 1/1 (166/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. (0.005s)
video 1/1 (167/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. (0.005s)
video 1/1 (168/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. (0.005s)
video 1/1 (169/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. (0.005s)
video 1/1 (170/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. (0.005s)
video 1/1 (171/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. (0.005s)
video 1/1 (172/1288) /home/kobosp/SLAC/compound.mp4: 512x736 29 0s, Done. (0.005s)
video 1/1 (173/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. (0.005s)
video 1/1 (174/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. (0.005s)
video 1/1 (175/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. (0.005s)
video 1/1 (176/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. (0.005s)
video 1/1 (177/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. (0.005s)
video 1/1 (178/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. (0.005s)
video 1/1 (179/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. (0.005s)
video 1/1 (180/1288) /home/kobosp/SLAC/compound.mp4: 512x736 29 0s, Done. (0.005s)
video 1/1 (181/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. (0.005s)
video 1/1 (182/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. (0.005s)
video 1/1 (183/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. (0.005s)
video 1/1 (184/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. (0.005s)
video 1/1 (185/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. (0.005s)
video 1/1 (186/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. (0.005s)
video 1/1 (187/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. (0.005s)
video 1/1 (188/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. (0.005s)
video 1/1 (189/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. (0.005s)
video 1/1 (190/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. (0.005s)
video 1/1 (191/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. (0.005s)
video 1/1 (192/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. (0.005s)
video 1/1 (193/1288) /home/kobosp/SLAC/compound.mp4: 512x736 29 0s, Done. (0.005s)
video 1/1 (194/1288) /home/kobosp/SLAC/compound.mp4: 512x736 29 0s, Done. (0.005s)
video 1/1 (195/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. (0.005s)
video 1/1 (196/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. (0.005s)
video 1/1 (197/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. (0.005s)
video 1/1 (198/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. (0.005s)
video 1/1 (199/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. (0.005s)
video 1/1 (200/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. (0.005s)
video 1/1 (201/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. (0.005s)
video 1/1 (202/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. (0.005s)
video 1/1 (203/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. (0.005s)
video 1/1 (204/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. (0.005s)
video 1/1 (205/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. (0.005s)
video 1/1 (206/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. (0.005s)
video 1/1 (207/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. (0.005s)
video 1/1 (208/1288) /home/kobosp/SLAC/compound.mp4: 512x736 23 0s, Done. (0.005s)
video 1/1 (209/1288) /home/kobosp/SLAC/compound.mp4: 512x736 22 0s, Done. (0.005s)
video 1/1 (210/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. (0.005s)
video 1/1 (211/1288) /home/kobosp/SLAC/compound.mp4: 512x736 23 0s, Done. (0.005s)
video 1/1 (212/1288) /home/kobosp/SLAC/compound.mp4: 512x736 23 0s, Done. (0.005s)
video 1/1 (213/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. (0.005s)
video 1/1 (214/1288) /home/kobosp/SLAC/compound.mp4: 512x736 29 0s, Done. (0.005s)
video 1/1 (215/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. (0.005s)
video 1/1 (216/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. (0.005s)
video 1/1 (217/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. (0.005s)
video 1/1 (218/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. (0.005s)
video 1/1 (219/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. (0.005s)
video 1/1 (220/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. (0.005s)
video 1/1 (221/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. (0.005s)
video 1/1 (222/1288) /home/kobosp/SLAC/compound.mp4: 512x736 38 0s, Done. (0.005s)
video 1/1 (223/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. (0.005s)
video 1/1 (224/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. (0.005s)
video 1/1 (225/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. (0.005s)
video 1/1 (226/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. (0.005s)
video 1/1 (227/1288) /home/kobosp/SLAC/compound.mp4: 512x736 42 0s, Done. (0.005s)
video 1/1 (1279/1288) /home/kobosp/SLAC/compound.mp4: 512x736 12 0s, Done. (0.005s)
video 1/1 (1280/1288) /home/kobosp/SLAC/compound.mp4: 512x736 12 0s, Done. (0.005s)
video 1/1 (1281/1288) /home/kobosp/SLAC/compound.mp4: 512x736 12 0s, Done. (0.005s)
video 1/1 (1282/1288) /home/kobosp/SLAC/compound.mp4: 512x736 9 0s, Done. (0.005s)
video 1/1 (1283/1288) /home/kobosp/SLAC/compound.mp4: 512x736 8 0s, Done. (0.005s)
video 1/1 (1284/1288) /home/kobosp/SLAC/compound.mp4: 512x736 8 0s, Done. (0.005s)
video 1/1 (1285/1288) /home/kobosp/SLAC/compound.mp4: 512x736 8 0s, Done. (0.005s)
video 1/1 (1286/1288) /home/kobosp/SLAC/compound.mp4: 512x736 8 0s, Done. (0.005s)
video 1/1 (1287/1288) /home/kobosp/SLAC/compound.mp4: 512x736 8 0s, Done. (0.005s)
video 1/1 (1288/1288) /home/kobosp/SLAC/compound.mp4: 512x736 8 0s, Done. (0.005s)
Speed: 0.3ms pre-process, 5.1ms inference, 0.8ms NMS per image at shape (1, 3, 736, 736)
Results saved to runs/detect/exp12
(deepsort) kobosp@R1015u:~/SLAC/deep_sort/Yolov5_DeepSort_Pytorch/yolov5$ 

目标gengzong跟踪

kobosp@R1015u:~$ cd SLAC/deep_sort/Yolov5_DeepSort_Pytorch/yolov5/
kobosp@R1015u:~/SLAC/deep_sort/Yolov5_DeepSort_Pytorch/yolov5$ conda activate deepsort
(deepsort) kobosp@R1015u:~/SLAC/deep_sort/Yolov5_DeepSort_Pytorch/yolov5$ cd ..
(deepsort) kobosp@R1015u:~/SLAC/deep_sort/Yolov5_DeepSort_Pytorch$ python3 track.py 
deep_sort/deep/reid/torchreid/metrics/rank.py:12: UserWarning: Cython evaluation (very fast so highly recommended) is unavailable, now use python evaluation.
  'Cython evaluation (very fast so highly recommended) is '
YOLOv5  2021-12-23 torch 1.7.0 CUDA:0 (GeForce RTX 2080 Ti, 11019MiB)

Successfully loaded imagenet pretrained weights from "/home/kobosp/.cache/torch/checkpoints/osnet_x1_0_imagenet.pth"
** The following layers are discarded due to unmatched keys or layer size: ['classifier.weight', 'classifier.bias']
Model: osnet_x1_0
- params: 2,193,616
- flops: 978,878,352
YOLOv5  2021-12-23 torch 1.7.0 CUDA:0 (GeForce RTX 2080 Ti, 11019MiB)

Fusing layers... 
Model Summary: 213 layers, 1760518 parameters, 0 gradients
video 1/1 (1/1288) /home/kobosp/SLAC/compound.mp4: 512x736 18 0s, Done. YOLO:(0.011s), DeepSort:(0.038s)
video 1/1 (2/1288) /home/kobosp/SLAC/compound.mp4: 512x736 19 0s, Done. YOLO:(0.005s), DeepSort:(0.037s)
video 1/1 (3/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. YOLO:(0.005s), DeepSort:(0.039s)
video 1/1 (4/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. YOLO:(0.005s), DeepSort:(0.037s)
video 1/1 (5/1288) /home/kobosp/SLAC/compound.mp4: 512x736 22 0s, Done. YOLO:(0.005s), DeepSort:(0.041s)
video 1/1 (6/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. YOLO:(0.005s), DeepSort:(0.048s)
video 1/1 (7/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. YOLO:(0.005s), DeepSort:(0.047s)
video 1/1 (8/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. YOLO:(0.005s), DeepSort:(0.044s)
video 1/1 (9/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. YOLO:(0.006s), DeepSort:(0.047s)
video 1/1 (10/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. YOLO:(0.005s), DeepSort:(0.046s)
video 1/1 (11/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. YOLO:(0.005s), DeepSort:(0.049s)
video 1/1 (12/1288) /home/kobosp/SLAC/compound.mp4: 512x736 29 0s, Done. YOLO:(0.005s), DeepSort:(0.052s)
video 1/1 (13/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.057s)
video 1/1 (14/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. YOLO:(0.005s), DeepSort:(0.064s)
video 1/1 (15/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. YOLO:(0.005s), DeepSort:(0.065s)
video 1/1 (16/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. YOLO:(0.005s), DeepSort:(0.063s)
video 1/1 (17/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. YOLO:(0.005s), DeepSort:(0.064s)
video 1/1 (18/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. YOLO:(0.006s), DeepSort:(0.063s)
video 1/1 (19/1288) /home/kobosp/SLAC/compound.mp4: 512x736 39 0s, Done. YOLO:(0.005s), DeepSort:(0.068s)
video 1/1 (20/1288) /home/kobosp/SLAC/compound.mp4: 512x736 42 0s, Done. YOLO:(0.006s), DeepSort:(0.072s)
video 1/1 (21/1288) /home/kobosp/SLAC/compound.mp4: 512x736 38 0s, Done. YOLO:(0.006s), DeepSort:(0.066s)
video 1/1 (22/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. YOLO:(0.005s), DeepSort:(0.069s)
video 1/1 (23/1288) /home/kobosp/SLAC/compound.mp4: 512x736 42 0s, Done. YOLO:(0.005s), DeepSort:(0.070s)
video 1/1 (24/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. YOLO:(0.005s), DeepSort:(0.068s)
video 1/1 (25/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. YOLO:(0.005s), DeepSort:(0.063s)
video 1/1 (26/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. YOLO:(0.005s), DeepSort:(0.067s)
video 1/1 (27/1288) /home/kobosp/SLAC/compound.mp4: 512x736 39 0s, Done. YOLO:(0.006s), DeepSort:(0.065s)
video 1/1 (28/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. YOLO:(0.005s), DeepSort:(0.063s)
video 1/1 (29/1288) /home/kobosp/SLAC/compound.mp4: 512x736 42 0s, Done. YOLO:(0.005s), DeepSort:(0.069s)
video 1/1 (30/1288) /home/kobosp/SLAC/compound.mp4: 512x736 41 0s, Done. YOLO:(0.005s), DeepSort:(0.069s)
video 1/1 (31/1288) /home/kobosp/SLAC/compound.mp4: 512x736 41 0s, Done. YOLO:(0.005s), DeepSort:(0.070s)
video 1/1 (32/1288) /home/kobosp/SLAC/compound.mp4: 512x736 42 0s, Done. YOLO:(0.005s), DeepSort:(0.070s)
video 1/1 (33/1288) /home/kobosp/SLAC/compound.mp4: 512x736 39 0s, Done. YOLO:(0.005s), DeepSort:(0.066s)
video 1/1 (34/1288) /home/kobosp/SLAC/compound.mp4: 512x736 39 0s, Done. YOLO:(0.005s), DeepSort:(0.066s)
video 1/1 (35/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. YOLO:(0.005s), DeepSort:(0.063s)
video 1/1 (36/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. YOLO:(0.006s), DeepSort:(0.060s)
video 1/1 (37/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. YOLO:(0.005s), DeepSort:(0.059s)
video 1/1 (38/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. YOLO:(0.005s), DeepSort:(0.059s)
video 1/1 (39/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.056s)
video 1/1 (40/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. YOLO:(0.005s), DeepSort:(0.051s)
video 1/1 (41/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.048s)
video 1/1 (42/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. YOLO:(0.005s), DeepSort:(0.052s)
video 1/1 (43/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. YOLO:(0.005s), DeepSort:(0.051s)
video 1/1 (44/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. YOLO:(0.005s), DeepSort:(0.046s)
video 1/1 (45/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.048s)
video 1/1 (46/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.048s)
video 1/1 (47/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. YOLO:(0.005s), DeepSort:(0.043s)
video 1/1 (48/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. YOLO:(0.006s), DeepSort:(0.046s)
video 1/1 (49/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. YOLO:(0.005s), DeepSort:(0.050s)
video 1/1 (50/1288) /home/kobosp/SLAC/compound.mp4: 512x736 29 0s, Done. YOLO:(0.006s), DeepSort:(0.050s)
video 1/1 (51/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. YOLO:(0.005s), DeepSort:(0.046s)
video 1/1 (52/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.047s)
video 1/1 (53/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. YOLO:(0.005s), DeepSort:(0.043s)
video 1/1 (54/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. YOLO:(0.005s), DeepSort:(0.042s)
video 1/1 (55/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. YOLO:(0.005s), DeepSort:(0.043s)
video 1/1 (56/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. YOLO:(0.005s), DeepSort:(0.043s)
video 1/1 (57/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. YOLO:(0.005s), DeepSort:(0.041s)
video 1/1 (58/1288) /home/kobosp/SLAC/compound.mp4: 512x736 22 0s, Done. YOLO:(0.005s), DeepSort:(0.038s)
video 1/1 (59/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. YOLO:(0.005s), DeepSort:(0.035s)
video 1/1 (60/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. YOLO:(0.005s), DeepSort:(0.036s)
video 1/1 (61/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. YOLO:(0.005s), DeepSort:(0.031s)
video 1/1 (62/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. YOLO:(0.005s), DeepSort:(0.030s)
video 1/1 (63/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. YOLO:(0.005s), DeepSort:(0.030s)
video 1/1 (64/1288) /home/kobosp/SLAC/compound.mp4: 512x736 19 0s, Done. YOLO:(0.005s), DeepSort:(0.033s)
video 1/1 (65/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. YOLO:(0.005s), DeepSort:(0.031s)
video 1/1 (66/1288) /home/kobosp/SLAC/compound.mp4: 512x736 18 0s, Done. YOLO:(0.005s), DeepSort:(0.031s)
video 1/1 (67/1288) /home/kobosp/SLAC/compound.mp4: 512x736 19 0s, Done. YOLO:(0.005s), DeepSort:(0.033s)
video 1/1 (68/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. YOLO:(0.006s), DeepSort:(0.034s)
video 1/1 (69/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. YOLO:(0.005s), DeepSort:(0.034s)
video 1/1 (70/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. YOLO:(0.005s), DeepSort:(0.031s)
video 1/1 (71/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. YOLO:(0.005s), DeepSort:(0.029s)
video 1/1 (72/1288) /home/kobosp/SLAC/compound.mp4: 512x736 13 0s, Done. YOLO:(0.005s), DeepSort:(0.027s)
video 1/1 (73/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. YOLO:(0.005s), DeepSort:(0.028s)
video 1/1 (74/1288) /home/kobosp/SLAC/compound.mp4: 512x736 16 0s, Done. YOLO:(0.005s), DeepSort:(0.029s)
video 1/1 (75/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. YOLO:(0.005s), DeepSort:(0.031s)
video 1/1 (76/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. YOLO:(0.005s), DeepSort:(0.034s)
video 1/1 (77/1288) /home/kobosp/SLAC/compound.mp4: 512x736 19 0s, Done. YOLO:(0.005s), DeepSort:(0.033s)
video 1/1 (78/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. YOLO:(0.005s), DeepSort:(0.029s)
video 1/1 (79/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. YOLO:(0.005s), DeepSort:(0.030s)
video 1/1 (80/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. YOLO:(0.005s), DeepSort:(0.031s)
video 1/1 (81/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. YOLO:(0.005s), DeepSort:(0.029s)
video 1/1 (82/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. YOLO:(0.005s), DeepSort:(0.030s)
video 1/1 (83/1288) /home/kobosp/SLAC/compound.mp4: 512x736 14 0s, Done. YOLO:(0.005s), DeepSort:(0.028s)
video 1/1 (84/1288) /home/kobosp/SLAC/compound.mp4: 512x736 13 0s, Done. YOLO:(0.005s), DeepSort:(0.027s)
video 1/1 (85/1288) /home/kobosp/SLAC/compound.mp4: 512x736 12 0s, Done. YOLO:(0.005s), DeepSort:(0.026s)
video 1/1 (86/1288) /home/kobosp/SLAC/compound.mp4: 512x736 10 0s, Done. YOLO:(0.005s), DeepSort:(0.024s)
video 1/1 (87/1288) /home/kobosp/SLAC/compound.mp4: 512x736 9 0s, Done. YOLO:(0.005s), DeepSort:(0.023s)
video 1/1 (88/1288) /home/kobosp/SLAC/compound.mp4: 512x736 9 0s, Done. YOLO:(0.005s), DeepSort:(0.022s)
video 1/1 (89/1288) /home/kobosp/SLAC/compound.mp4: 512x736 8 0s, Done. YOLO:(0.005s), DeepSort:(0.022s)
video 1/1 (90/1288) /home/kobosp/SLAC/compound.mp4: 512x736 8 0s, Done. YOLO:(0.005s), DeepSort:(0.021s)
video 1/1 (91/1288) /home/kobosp/SLAC/compound.mp4: 512x736 8 0s, Done. YOLO:(0.005s), DeepSort:(0.021s)
video 1/1 (92/1288) /home/kobosp/SLAC/compound.mp4: 512x736 7 0s, Done. YOLO:(0.005s), DeepSort:(0.021s)
video 1/1 (93/1288) /home/kobosp/SLAC/compound.mp4: 512x736 6 0s, Done. YOLO:(0.005s), DeepSort:(0.020s)
video 1/1 (94/1288) /home/kobosp/SLAC/compound.mp4: 512x736 5 0s, Done. YOLO:(0.005s), DeepSort:(0.019s)
video 1/1 (95/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. YOLO:(0.005s), DeepSort:(0.018s)
video 1/1 (96/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. YOLO:(0.005s), DeepSort:(0.017s)
video 1/1 (97/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. YOLO:(0.005s), DeepSort:(0.017s)
video 1/1 (98/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. YOLO:(0.005s), DeepSort:(0.016s)
video 1/1 (99/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. YOLO:(0.005s), DeepSort:(0.017s)
video 1/1 (100/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. YOLO:(0.005s), DeepSort:(0.017s)
video 1/1 (101/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. YOLO:(0.005s), DeepSort:(0.018s)
video 1/1 (102/1288) /home/kobosp/SLAC/compound.mp4: 512x736 5 0s, Done. YOLO:(0.005s), DeepSort:(0.018s)
video 1/1 (103/1288) /home/kobosp/SLAC/compound.mp4: 512x736 5 0s, Done. YOLO:(0.005s), DeepSort:(0.018s)
video 1/1 (104/1288) /home/kobosp/SLAC/compound.mp4: 512x736 5 0s, Done. YOLO:(0.005s), DeepSort:(0.019s)
video 1/1 (105/1288) /home/kobosp/SLAC/compound.mp4: 512x736 5 0s, Done. YOLO:(0.005s), DeepSort:(0.018s)
video 1/1 (106/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. YOLO:(0.005s), DeepSort:(0.017s)
video 1/1 (107/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. YOLO:(0.005s), DeepSort:(0.017s)
video 1/1 (108/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. YOLO:(0.005s), DeepSort:(0.017s)
video 1/1 (109/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. YOLO:(0.005s), DeepSort:(0.016s)
video 1/1 (110/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. YOLO:(0.005s), DeepSort:(0.016s)
video 1/1 (111/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. YOLO:(0.005s), DeepSort:(0.016s)
video 1/1 (112/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. YOLO:(0.005s), DeepSort:(0.016s)
video 1/1 (113/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. YOLO:(0.005s), DeepSort:(0.016s)
video 1/1 (114/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. YOLO:(0.005s), DeepSort:(0.016s)
video 1/1 (115/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. YOLO:(0.005s), DeepSort:(0.016s)
video 1/1 (116/1288) /home/kobosp/SLAC/compound.mp4: 512x736 3 0s, Done. YOLO:(0.005s), DeepSort:(0.016s)
video 1/1 (117/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. YOLO:(0.005s), DeepSort:(0.017s)
video 1/1 (118/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. YOLO:(0.005s), DeepSort:(0.017s)
video 1/1 (119/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. YOLO:(0.005s), DeepSort:(0.017s)
video 1/1 (120/1288) /home/kobosp/SLAC/compound.mp4: 512x736 4 0s, Done. YOLO:(0.005s), DeepSort:(0.017s)
video 1/1 (121/1288) /home/kobosp/SLAC/compound.mp4: 512x736 7 0s, Done. YOLO:(0.005s), DeepSort:(0.020s)
video 1/1 (122/1288) /home/kobosp/SLAC/compound.mp4: 512x736 7 0s, Done. YOLO:(0.005s), DeepSort:(0.020s)
video 1/1 (123/1288) /home/kobosp/SLAC/compound.mp4: 512x736 7 0s, Done. YOLO:(0.005s), DeepSort:(0.021s)
video 1/1 (124/1288) /home/kobosp/SLAC/compound.mp4: 512x736 7 0s, Done. YOLO:(0.005s), DeepSort:(0.020s)
video 1/1 (125/1288) /home/kobosp/SLAC/compound.mp4: 512x736 10 0s, Done. YOLO:(0.005s), DeepSort:(0.023s)
video 1/1 (126/1288) /home/kobosp/SLAC/compound.mp4: 512x736 10 0s, Done. YOLO:(0.005s), DeepSort:(0.023s)
video 1/1 (127/1288) /home/kobosp/SLAC/compound.mp4: 512x736 10 0s, Done. YOLO:(0.005s), DeepSort:(0.023s)
video 1/1 (128/1288) /home/kobosp/SLAC/compound.mp4: 512x736 10 0s, Done. YOLO:(0.005s), DeepSort:(0.023s)
video 1/1 (129/1288) /home/kobosp/SLAC/compound.mp4: 512x736 11 0s, Done. YOLO:(0.005s), DeepSort:(0.025s)
video 1/1 (130/1288) /home/kobosp/SLAC/compound.mp4: 512x736 11 0s, Done. YOLO:(0.005s), DeepSort:(0.025s)
video 1/1 (131/1288) /home/kobosp/SLAC/compound.mp4: 512x736 11 0s, Done. YOLO:(0.005s), DeepSort:(0.025s)
video 1/1 (132/1288) /home/kobosp/SLAC/compound.mp4: 512x736 12 0s, Done. YOLO:(0.005s), DeepSort:(0.025s)
video 1/1 (133/1288) /home/kobosp/SLAC/compound.mp4: 512x736 13 0s, Done. YOLO:(0.005s), DeepSort:(0.026s)
video 1/1 (134/1288) /home/kobosp/SLAC/compound.mp4: 512x736 14 0s, Done. YOLO:(0.005s), DeepSort:(0.028s)
video 1/1 (135/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. YOLO:(0.005s), DeepSort:(0.028s)
video 1/1 (136/1288) /home/kobosp/SLAC/compound.mp4: 512x736 16 0s, Done. YOLO:(0.005s), DeepSort:(0.029s)
video 1/1 (137/1288) /home/kobosp/SLAC/compound.mp4: 512x736 16 0s, Done. YOLO:(0.005s), DeepSort:(0.029s)
video 1/1 (138/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. YOLO:(0.005s), DeepSort:(0.029s)
video 1/1 (139/1288) /home/kobosp/SLAC/compound.mp4: 512x736 16 0s, Done. YOLO:(0.005s), DeepSort:(0.030s)
video 1/1 (140/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. YOLO:(0.005s), DeepSort:(0.028s)
video 1/1 (141/1288) /home/kobosp/SLAC/compound.mp4: 512x736 16 0s, Done. YOLO:(0.005s), DeepSort:(0.030s)
video 1/1 (142/1288) /home/kobosp/SLAC/compound.mp4: 512x736 16 0s, Done. YOLO:(0.005s), DeepSort:(0.029s)
video 1/1 (143/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. YOLO:(0.005s), DeepSort:(0.029s)
video 1/1 (144/1288) /home/kobosp/SLAC/compound.mp4: 512x736 14 0s, Done. YOLO:(0.005s), DeepSort:(0.028s)
video 1/1 (145/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. YOLO:(0.005s), DeepSort:(0.029s)
video 1/1 (146/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. YOLO:(0.005s), DeepSort:(0.029s)
video 1/1 (147/1288) /home/kobosp/SLAC/compound.mp4: 512x736 16 0s, Done. YOLO:(0.005s), DeepSort:(0.030s)
video 1/1 (148/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. YOLO:(0.005s), DeepSort:(0.031s)
video 1/1 (149/1288) /home/kobosp/SLAC/compound.mp4: 512x736 18 0s, Done. YOLO:(0.005s), DeepSort:(0.033s)
video 1/1 (150/1288) /home/kobosp/SLAC/compound.mp4: 512x736 19 0s, Done. YOLO:(0.005s), DeepSort:(0.035s)
video 1/1 (151/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. YOLO:(0.005s), DeepSort:(0.037s)
video 1/1 (152/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. YOLO:(0.005s), DeepSort:(0.036s)
video 1/1 (153/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. YOLO:(0.005s), DeepSort:(0.038s)
video 1/1 (154/1288) /home/kobosp/SLAC/compound.mp4: 512x736 23 0s, Done. YOLO:(0.005s), DeepSort:(0.042s)
video 1/1 (155/1288) /home/kobosp/SLAC/compound.mp4: 512x736 23 0s, Done. YOLO:(0.005s), DeepSort:(0.042s)
video 1/1 (156/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. YOLO:(0.005s), DeepSort:(0.045s)
video 1/1 (157/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. YOLO:(0.005s), DeepSort:(0.045s)
video 1/1 (158/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. YOLO:(0.005s), DeepSort:(0.045s)
video 1/1 (159/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. YOLO:(0.005s), DeepSort:(0.047s)
video 1/1 (160/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.050s)
video 1/1 (161/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. YOLO:(0.005s), DeepSort:(0.048s)
video 1/1 (162/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.006s), DeepSort:(0.049s)
video 1/1 (163/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.049s)
video 1/1 (164/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. YOLO:(0.005s), DeepSort:(0.048s)
video 1/1 (165/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. YOLO:(0.005s), DeepSort:(0.054s)
video 1/1 (166/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. YOLO:(0.005s), DeepSort:(0.054s)
video 1/1 (167/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. YOLO:(0.005s), DeepSort:(0.053s)
video 1/1 (168/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. YOLO:(0.005s), DeepSort:(0.052s)
video 1/1 (169/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. YOLO:(0.005s), DeepSort:(0.054s)
video 1/1 (170/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. YOLO:(0.005s), DeepSort:(0.053s)
video 1/1 (171/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. YOLO:(0.005s), DeepSort:(0.052s)
video 1/1 (172/1288) /home/kobosp/SLAC/compound.mp4: 512x736 29 0s, Done. YOLO:(0.005s), DeepSort:(0.051s)
video 1/1 (173/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. YOLO:(0.005s), DeepSort:(0.054s)
video 1/1 (174/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. YOLO:(0.005s), DeepSort:(0.054s)
video 1/1 (175/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. YOLO:(0.005s), DeepSort:(0.054s)
video 1/1 (176/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. YOLO:(0.005s), DeepSort:(0.055s)
video 1/1 (177/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.050s)
video 1/1 (178/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. YOLO:(0.005s), DeepSort:(0.055s)
video 1/1 (179/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. YOLO:(0.005s), DeepSort:(0.055s)
video 1/1 (180/1288) /home/kobosp/SLAC/compound.mp4: 512x736 29 0s, Done. YOLO:(0.005s), DeepSort:(0.051s)
video 1/1 (181/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.056s)
video 1/1 (182/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.057s)
video 1/1 (183/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. YOLO:(0.005s), DeepSort:(0.060s)
video 1/1 (184/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. YOLO:(0.005s), DeepSort:(0.055s)
video 1/1 (185/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (186/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (187/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. YOLO:(0.005s), DeepSort:(0.055s)
video 1/1 (188/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. YOLO:(0.005s), DeepSort:(0.055s)
video 1/1 (189/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.056s)
video 1/1 (190/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. YOLO:(0.005s), DeepSort:(0.055s)
video 1/1 (191/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. YOLO:(0.005s), DeepSort:(0.052s)
video 1/1 (192/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. YOLO:(0.005s), DeepSort:(0.055s)
video 1/1 (193/1288) /home/kobosp/SLAC/compound.mp4: 512x736 29 0s, Done. YOLO:(0.005s), DeepSort:(0.051s)
video 1/1 (194/1288) /home/kobosp/SLAC/compound.mp4: 512x736 29 0s, Done. YOLO:(0.006s), DeepSort:(0.050s)
video 1/1 (195/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.048s)
video 1/1 (196/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. YOLO:(0.005s), DeepSort:(0.045s)
video 1/1 (197/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.048s)
video 1/1 (198/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. YOLO:(0.005s), DeepSort:(0.047s)
video 1/1 (199/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. YOLO:(0.005s), DeepSort:(0.047s)
video 1/1 (200/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. YOLO:(0.005s), DeepSort:(0.046s)
video 1/1 (201/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. YOLO:(0.005s), DeepSort:(0.044s)
video 1/1 (202/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. YOLO:(0.005s), DeepSort:(0.043s)
video 1/1 (203/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. YOLO:(0.005s), DeepSort:(0.043s)
video 1/1 (204/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. YOLO:(0.005s), DeepSort:(0.043s)
video 1/1 (205/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. YOLO:(0.005s), DeepSort:(0.042s)
video 1/1 (206/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. YOLO:(0.005s), DeepSort:(0.042s)
video 1/1 (207/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. YOLO:(0.005s), DeepSort:(0.045s)
video 1/1 (208/1288) /home/kobosp/SLAC/compound.mp4: 512x736 23 0s, Done. YOLO:(0.005s), DeepSort:(0.040s)
video 1/1 (209/1288) /home/kobosp/SLAC/compound.mp4: 512x736 22 0s, Done. YOLO:(0.005s), DeepSort:(0.038s)
video 1/1 (210/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. YOLO:(0.005s), DeepSort:(0.042s)
video 1/1 (211/1288) /home/kobosp/SLAC/compound.mp4: 512x736 23 0s, Done. YOLO:(0.005s), DeepSort:(0.040s)
video 1/1 (212/1288) /home/kobosp/SLAC/compound.mp4: 512x736 23 0s, Done. YOLO:(0.005s), DeepSort:(0.040s)
video 1/1 (213/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. YOLO:(0.006s), DeepSort:(0.046s)
video 1/1 (214/1288) /home/kobosp/SLAC/compound.mp4: 512x736 29 0s, Done. YOLO:(0.005s), DeepSort:(0.049s)
video 1/1 (215/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.048s)
video 1/1 (216/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.048s)
video 1/1 (217/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.055s)
video 1/1 (218/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. YOLO:(0.005s), DeepSort:(0.060s)
video 1/1 (219/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (220/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (221/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. YOLO:(0.005s), DeepSort:(0.060s)
video 1/1 (222/1288) /home/kobosp/SLAC/compound.mp4: 512x736 38 0s, Done. YOLO:(0.005s), DeepSort:(0.064s)
video 1/1 (223/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. YOLO:(0.005s), DeepSort:(0.063s)
video 1/1 (224/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. YOLO:(0.005s), DeepSort:(0.061s)
video 1/1 (225/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. YOLO:(0.005s), DeepSort:(0.068s)
video 1/1 (226/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. YOLO:(0.005s), DeepSort:(0.067s)
video 1/1 (227/1288) /home/kobosp/SLAC/compound.mp4: 512x736 42 0s, Done. YOLO:(0.005s), DeepSort:(0.071s)
video 1/1 (228/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. YOLO:(0.005s), DeepSort:(0.068s)
video 1/1 (229/1288) /home/kobosp/SLAC/compound.mp4: 512x736 38 0s, Done. YOLO:(0.005s), DeepSort:(0.065s)
video 1/1 (230/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. YOLO:(0.005s), DeepSort:(0.067s)
video 1/1 (231/1288) /home/kobosp/SLAC/compound.mp4: 512x736 39 0s, Done. YOLO:(0.005s), DeepSort:(0.066s)
video 1/1 (232/1288) /home/kobosp/SLAC/compound.mp4: 512x736 41 0s, Done. YOLO:(0.005s), DeepSort:(0.069s)
video 1/1 (233/1288) /home/kobosp/SLAC/compound.mp4: 512x736 38 0s, Done. YOLO:(0.005s), DeepSort:(0.064s)
video 1/1 (234/1288) /home/kobosp/SLAC/compound.mp4: 512x736 41 0s, Done. YOLO:(0.005s), DeepSort:(0.069s)
video 1/1 (235/1288) /home/kobosp/SLAC/compound.mp4: 512x736 42 0s, Done. YOLO:(0.005s), DeepSort:(0.070s)
video 1/1 (236/1288) /home/kobosp/SLAC/compound.mp4: 512x736 43 0s, Done. YOLO:(0.005s), DeepSort:(0.073s)
video 1/1 (237/1288) /home/kobosp/SLAC/compound.mp4: 512x736 44 0s, Done. YOLO:(0.005s), DeepSort:(0.074s)
video 1/1 (238/1288) /home/kobosp/SLAC/compound.mp4: 512x736 44 0s, Done. YOLO:(0.005s), DeepSort:(0.074s)
video 1/1 (239/1288) /home/kobosp/SLAC/compound.mp4: 512x736 42 0s, Done. YOLO:(0.005s), DeepSort:(0.071s)
video 1/1 (240/1288) /home/kobosp/SLAC/compound.mp4: 512x736 44 0s, Done. YOLO:(0.005s), DeepSort:(0.074s)
video 1/1 (241/1288) /home/kobosp/SLAC/compound.mp4: 512x736 42 0s, Done. YOLO:(0.005s), DeepSort:(0.071s)
video 1/1 (242/1288) /home/kobosp/SLAC/compound.mp4: 512x736 42 0s, Done. YOLO:(0.005s), DeepSort:(0.071s)
video 1/1 (243/1288) /home/kobosp/SLAC/compound.mp4: 512x736 41 0s, Done. YOLO:(0.005s), DeepSort:(0.070s)
video 1/1 (244/1288) /home/kobosp/SLAC/compound.mp4: 512x736 41 0s, Done. YOLO:(0.005s), DeepSort:(0.069s)
video 1/1 (245/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. YOLO:(0.005s), DeepSort:(0.068s)
video 1/1 (246/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. YOLO:(0.005s), DeepSort:(0.068s)
video 1/1 (247/1288) /home/kobosp/SLAC/compound.mp4: 512x736 38 0s, Done. YOLO:(0.005s), DeepSort:(0.065s)
video 1/1 (248/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. YOLO:(0.005s), DeepSort:(0.067s)
video 1/1 (249/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. YOLO:(0.005s), DeepSort:(0.063s)
video 1/1 (250/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (251/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.057s)
video 1/1 (252/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. YOLO:(0.005s), DeepSort:(0.055s)
video 1/1 (253/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. YOLO:(0.005s), DeepSort:(0.052s)
video 1/1 (254/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. YOLO:(0.005s), DeepSort:(0.052s)
video 1/1 (255/1288) /home/kobosp/SLAC/compound.mp4: 512x736 29 0s, Done. YOLO:(0.005s), DeepSort:(0.050s)
video 1/1 (256/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. YOLO:(0.005s), DeepSort:(0.051s)
video 1/1 (257/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. YOLO:(0.005s), DeepSort:(0.052s)
video 1/1 (258/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.048s)
video 1/1 (259/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. YOLO:(0.005s), DeepSort:(0.046s)
video 1/1 (260/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. YOLO:(0.005s), DeepSort:(0.043s)
video 1/1 (261/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. YOLO:(0.005s), DeepSort:(0.035s)
video 1/1 (262/1288) /home/kobosp/SLAC/compound.mp4: 512x736 19 0s, Done. YOLO:(0.005s), DeepSort:(0.033s)
video 1/1 (263/1288) /home/kobosp/SLAC/compound.mp4: 512x736 19 0s, Done. YOLO:(0.005s), DeepSort:(0.033s)
video 1/1 (264/1288) /home/kobosp/SLAC/compound.mp4: 512x736 18 0s, Done. YOLO:(0.005s), DeepSort:(0.031s)
video 1/1 (265/1288) /home/kobosp/SLAC/compound.mp4: 512x736 23 0s, Done. YOLO:(0.005s), DeepSort:(0.039s)
video 1/1 (266/1288) /home/kobosp/SLAC/compound.mp4: 512x736 23 0s, Done. YOLO:(0.005s), DeepSort:(0.040s)
video 1/1 (267/1288) /home/kobosp/SLAC/compound.mp4: 512x736 23 0s, Done. YOLO:(0.005s), DeepSort:(0.040s)
video 1/1 (268/1288) /home/kobosp/SLAC/compound.mp4: 512x736 22 0s, Done. YOLO:(0.005s), DeepSort:(0.038s)
video 1/1 (269/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. YOLO:(0.005s), DeepSort:(0.035s)
video 1/1 (270/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. YOLO:(0.005s), DeepSort:(0.036s)
video 1/1 (271/1288) /home/kobosp/SLAC/compound.mp4: 512x736 22 0s, Done. YOLO:(0.005s), DeepSort:(0.038s)
video 1/1 (272/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. YOLO:(0.005s), DeepSort:(0.036s)
video 1/1 (273/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. YOLO:(0.005s), DeepSort:(0.035s)
video 1/1 (274/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. YOLO:(0.005s), DeepSort:(0.031s)
video 1/1 (275/1288) /home/kobosp/SLAC/compound.mp4: 512x736 16 0s, Done. YOLO:(0.005s), DeepSort:(0.029s)
video 1/1 (276/1288) /home/kobosp/SLAC/compound.mp4: 512x736 14 0s, Done. YOLO:(0.005s), DeepSort:(0.027s)
video 1/1 (277/1288) /home/kobosp/SLAC/compound.mp4: 512x736 13 0s, Done. YOLO:(0.005s), DeepSort:(0.026s)
video 1/1 (278/1288) /home/kobosp/SLAC/compound.mp4: 512x736 13 0s, Done. YOLO:(0.005s), DeepSort:(0.026s)
video 1/1 (279/1288) /home/kobosp/SLAC/compound.mp4: 512x736 13 0s, Done. YOLO:(0.005s), DeepSort:(0.026s)
video 1/1 (280/1288) /home/kobosp/SLAC/compound.mp4: 512x736 13 0s, Done. YOLO:(0.005s), DeepSort:(0.026s)
video 1/1 (281/1288) /home/kobosp/SLAC/compound.mp4: 512x736 14 0s, Done. YOLO:(0.005s), DeepSort:(0.027s)
video 1/1 (282/1288) /home/kobosp/SLAC/compound.mp4: 512x736 14 0s, Done. YOLO:(0.005s), DeepSort:(0.027s)
video 1/1 (283/1288) /home/kobosp/SLAC/compound.mp4: 512x736 13 0s, Done. YOLO:(0.005s), DeepSort:(0.027s)
video 1/1 (284/1288) /home/kobosp/SLAC/compound.mp4: 512x736 16 0s, Done. YOLO:(0.005s), DeepSort:(0.029s)
video 1/1 (285/1288) /home/kobosp/SLAC/compound.mp4: 512x736 16 0s, Done. YOLO:(0.005s), DeepSort:(0.030s)
video 1/1 (286/1288) /home/kobosp/SLAC/compound.mp4: 512x736 16 0s, Done. YOLO:(0.005s), DeepSort:(0.030s)
video 1/1 (287/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. YOLO:(0.005s), DeepSort:(0.029s)
video 1/1 (288/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. YOLO:(0.005s), DeepSort:(0.028s)
video 1/1 (289/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. YOLO:(0.005s), DeepSort:(0.028s)
video 1/1 (290/1288) /home/kobosp/SLAC/compound.mp4: 512x736 18 0s, Done. YOLO:(0.005s), DeepSort:(0.031s)
video 1/1 (291/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. YOLO:(0.005s), DeepSort:(0.029s)
video 1/1 (292/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. YOLO:(0.005s), DeepSort:(0.028s)
video 1/1 (293/1288) /home/kobosp/SLAC/compound.mp4: 512x736 15 0s, Done. YOLO:(0.005s), DeepSort:(0.028s)
video 1/1 (294/1288) /home/kobosp/SLAC/compound.mp4: 512x736 18 0s, Done. YOLO:(0.005s), DeepSort:(0.031s)
video 1/1 (295/1288) /home/kobosp/SLAC/compound.mp4: 512x736 19 0s, Done. YOLO:(0.005s), DeepSort:(0.033s)
video 1/1 (296/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. YOLO:(0.005s), DeepSort:(0.036s)
video 1/1 (297/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. YOLO:(0.005s), DeepSort:(0.036s)
video 1/1 (298/1288) /home/kobosp/SLAC/compound.mp4: 512x736 23 0s, Done. YOLO:(0.005s), DeepSort:(0.040s)
video 1/1 (299/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. YOLO:(0.005s), DeepSort:(0.041s)
video 1/1 (300/1288) /home/kobosp/SLAC/compound.mp4: 512x736 22 0s, Done. YOLO:(0.005s), DeepSort:(0.038s)
video 1/1 (301/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. YOLO:(0.005s), DeepSort:(0.037s)
video 1/1 (302/1288) /home/kobosp/SLAC/compound.mp4: 512x736 22 0s, Done. YOLO:(0.005s), DeepSort:(0.038s)
video 1/1 (303/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. YOLO:(0.005s), DeepSort:(0.035s)
video 1/1 (304/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. YOLO:(0.005s), DeepSort:(0.037s)
video 1/1 (305/1288) /home/kobosp/SLAC/compound.mp4: 512x736 19 0s, Done. YOLO:(0.005s), DeepSort:(0.034s)
video 1/1 (306/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. YOLO:(0.005s), DeepSort:(0.036s)
video 1/1 (307/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. YOLO:(0.005s), DeepSort:(0.041s)
video 1/1 (308/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. YOLO:(0.005s), DeepSort:(0.043s)
video 1/1 (309/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. YOLO:(0.005s), DeepSort:(0.042s)
video 1/1 (310/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. YOLO:(0.005s), DeepSort:(0.046s)
video 1/1 (311/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. YOLO:(0.005s), DeepSort:(0.046s)
video 1/1 (312/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. YOLO:(0.005s), DeepSort:(0.045s)
video 1/1 (313/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. YOLO:(0.005s), DeepSort:(0.045s)
video 1/1 (314/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. YOLO:(0.005s), DeepSort:(0.046s)
video 1/1 (315/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.048s)
video 1/1 (316/1288) /home/kobosp/SLAC/compound.mp4: 512x736 29 0s, Done. YOLO:(0.005s), DeepSort:(0.050s)
video 1/1 (317/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. YOLO:(0.005s), DeepSort:(0.051s)
video 1/1 (318/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. YOLO:(0.005s), DeepSort:(0.053s)
video 1/1 (319/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.056s)
video 1/1 (320/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. YOLO:(0.005s), DeepSort:(0.062s)
video 1/1 (321/1288) /home/kobosp/SLAC/compound.mp4: 512x736 38 0s, Done. YOLO:(0.005s), DeepSort:(0.065s)
video 1/1 (322/1288) /home/kobosp/SLAC/compound.mp4: 512x736 39 0s, Done. YOLO:(0.005s), DeepSort:(0.066s)
video 1/1 (323/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. YOLO:(0.005s), DeepSort:(0.068s)
video 1/1 (324/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. YOLO:(0.005s), DeepSort:(0.069s)
video 1/1 (325/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. YOLO:(0.005s), DeepSort:(0.069s)
video 1/1 (326/1288) /home/kobosp/SLAC/compound.mp4: 512x736 42 0s, Done. YOLO:(0.005s), DeepSort:(0.071s)
video 1/1 (327/1288) /home/kobosp/SLAC/compound.mp4: 512x736 41 0s, Done. YOLO:(0.005s), DeepSort:(0.070s)
video 1/1 (328/1288) /home/kobosp/SLAC/compound.mp4: 512x736 43 0s, Done. YOLO:(0.005s), DeepSort:(0.073s)
video 1/1 (329/1288) /home/kobosp/SLAC/compound.mp4: 512x736 42 0s, Done. YOLO:(0.005s), DeepSort:(0.071s)
video 1/1 (330/1288) /home/kobosp/SLAC/compound.mp4: 512x736 44 0s, Done. YOLO:(0.005s), DeepSort:(0.074s)
video 1/1 (331/1288) /home/kobosp/SLAC/compound.mp4: 512x736 45 0s, Done. YOLO:(0.005s), DeepSort:(0.077s)
video 1/1 (332/1288) /home/kobosp/SLAC/compound.mp4: 512x736 41 0s, Done. YOLO:(0.005s), DeepSort:(0.070s)
video 1/1 (333/1288) /home/kobosp/SLAC/compound.mp4: 512x736 41 0s, Done. YOLO:(0.005s), DeepSort:(0.070s)
video 1/1 (334/1288) /home/kobosp/SLAC/compound.mp4: 512x736 43 0s, Done. YOLO:(0.005s), DeepSort:(0.086s)
video 1/1 (335/1288) /home/kobosp/SLAC/compound.mp4: 512x736 41 0s, Done. YOLO:(0.005s), DeepSort:(0.070s)
video 1/1 (336/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. YOLO:(0.005s), DeepSort:(0.068s)
video 1/1 (337/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. YOLO:(0.005s), DeepSort:(0.068s)
video 1/1 (338/1288) /home/kobosp/SLAC/compound.mp4: 512x736 42 0s, Done. YOLO:(0.005s), DeepSort:(0.071s)
video 1/1 (339/1288) /home/kobosp/SLAC/compound.mp4: 512x736 39 0s, Done. YOLO:(0.005s), DeepSort:(0.067s)
video 1/1 (340/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. YOLO:(0.005s), DeepSort:(0.068s)
video 1/1 (341/1288) /home/kobosp/SLAC/compound.mp4: 512x736 41 0s, Done. YOLO:(0.005s), DeepSort:(0.069s)
video 1/1 (342/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. YOLO:(0.005s), DeepSort:(0.068s)
video 1/1 (343/1288) /home/kobosp/SLAC/compound.mp4: 512x736 39 0s, Done. YOLO:(0.005s), DeepSort:(0.067s)
video 1/1 (344/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. YOLO:(0.005s), DeepSort:(0.063s)
video 1/1 (345/1288) /home/kobosp/SLAC/compound.mp4: 512x736 38 0s, Done. YOLO:(0.005s), DeepSort:(0.065s)
video 1/1 (346/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. YOLO:(0.005s), DeepSort:(0.062s)
video 1/1 (347/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (348/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. YOLO:(0.005s), DeepSort:(0.055s)
video 1/1 (349/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. YOLO:(0.005s), DeepSort:(0.054s)
video 1/1 (350/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.056s)
video 1/1 (351/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. YOLO:(0.005s), DeepSort:(0.052s)
video 1/1 (352/1288) /home/kobosp/SLAC/compound.mp4: 512x736 29 0s, Done. YOLO:(0.005s), DeepSort:(0.050s)
video 1/1 (353/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. YOLO:(0.005s), DeepSort:(0.053s)
video 1/1 (354/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.048s)
video 1/1 (355/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. YOLO:(0.005s), DeepSort:(0.045s)
video 1/1 (356/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. YOLO:(0.005s), DeepSort:(0.037s)
video 1/1 (357/1288) /home/kobosp/SLAC/compound.mp4: 512x736 19 0s, Done. YOLO:(0.005s), DeepSort:(0.034s)
video 1/1 (358/1288) /home/kobosp/SLAC/compound.mp4: 512x736 18 0s, Done. YOLO:(0.005s), DeepSort:(0.032s)
video 1/1 (359/1288) /home/kobosp/SLAC/compound.mp4: 512x736 18 0s, Done. YOLO:(0.005s), DeepSort:(0.032s)
video 1/1 (360/1288) /home/kobosp/SLAC/compound.mp4: 512x736 17 0s, Done. YOLO:(0.005s), DeepSort:(0.030s)
video 1/1 (361/1288) /home/kobosp/SLAC/compound.mp4: 512x736 18 0s, Done. YOLO:(0.005s), DeepSort:(0.031s)
video 1/1 (362/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. YOLO:(0.005s), DeepSort:(0.036s)
video 1/1 (363/1288) /home/kobosp/SLAC/compound.mp4: 512x736 18 0s, Done. YOLO:(0.005s), DeepSort:(0.032s)
video 1/1 (364/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. YOLO:(0.005s), DeepSort:(0.036s)
video 1/1 (365/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. YOLO:(0.005s), DeepSort:(0.035s)
video 1/1 (366/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. YOLO:(0.005s), DeepSort:(0.036s)
video 1/1 (367/1288) /home/kobosp/SLAC/compound.mp4: 512x736 18 0s, Done. YOLO:(0.005s), DeepSort:(0.032s)
video 1/1 (368/1288) /home/kobosp/SLAC/compound.mp4: 512x736 18 0s, Done. YOLO:(0.005s), DeepSort:(0.032s)
video 1/1 (369/1288) /home/kobosp/SLAC/compound.mp4: 512x736 22 0s, Done. YOLO:(0.005s), DeepSort:(0.038s)
video 1/1 (370/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. YOLO:(0.005s), DeepSort:(0.035s)
video 1/1 (371/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. YOLO:(0.005s), DeepSort:(0.036s)
video 1/1 (372/1288) /home/kobosp/SLAC/compound.mp4: 512x736 19 0s, Done. YOLO:(0.005s), DeepSort:(0.033s)
video 1/1 (373/1288) /home/kobosp/SLAC/compound.mp4: 512x736 22 0s, Done. YOLO:(0.005s), DeepSort:(0.038s)
video 1/1 (374/1288) /home/kobosp/SLAC/compound.mp4: 512x736 23 0s, Done. YOLO:(0.005s), DeepSort:(0.039s)
video 1/1 (375/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. YOLO:(0.005s), DeepSort:(0.042s)
video 1/1 (376/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. YOLO:(0.005s), DeepSort:(0.046s)
video 1/1 (377/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. YOLO:(0.005s), DeepSort:(0.051s)
video 1/1 (378/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. YOLO:(0.005s), DeepSort:(0.053s)
video 1/1 (379/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.056s)
video 1/1 (380/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.057s)
video 1/1 (381/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. YOLO:(0.005s), DeepSort:(0.063s)
video 1/1 (382/1288) /home/kobosp/SLAC/compound.mp4: 512x736 38 0s, Done. YOLO:(0.005s), DeepSort:(0.065s)
video 1/1 (383/1288) /home/kobosp/SLAC/compound.mp4: 512x736 39 0s, Done. YOLO:(0.005s), DeepSort:(0.067s)
video 1/1 (384/1288) /home/kobosp/SLAC/compound.mp4: 512x736 42 0s, Done. YOLO:(0.005s), DeepSort:(0.071s)
video 1/1 (385/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. YOLO:(0.005s), DeepSort:(0.064s)
video 1/1 (386/1288) /home/kobosp/SLAC/compound.mp4: 512x736 38 0s, Done. YOLO:(0.005s), DeepSort:(0.065s)
video 1/1 (387/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (388/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. YOLO:(0.005s), DeepSort:(0.063s)
video 1/1 (389/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. YOLO:(0.005s), DeepSort:(0.061s)
video 1/1 (390/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. YOLO:(0.005s), DeepSort:(0.061s)
video 1/1 (391/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.057s)
video 1/1 (392/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. YOLO:(0.005s), DeepSort:(0.054s)
video 1/1 (393/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.056s)
video 1/1 (394/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. YOLO:(0.005s), DeepSort:(0.060s)
video 1/1 (395/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (396/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.056s)
video 1/1 (397/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.056s)
video 1/1 (398/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. YOLO:(0.005s), DeepSort:(0.055s)
video 1/1 (399/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.056s)
video 1/1 (400/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (401/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. YOLO:(0.005s), DeepSort:(0.063s)
video 1/1 (402/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. YOLO:(0.005s), DeepSort:(0.062s)
video 1/1 (403/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. YOLO:(0.005s), DeepSort:(0.062s)
video 1/1 (404/1288) /home/kobosp/SLAC/compound.mp4: 512x736 38 0s, Done. YOLO:(0.005s), DeepSort:(0.065s)
video 1/1 (405/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. YOLO:(0.005s), DeepSort:(0.064s)
video 1/1 (406/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (407/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. YOLO:(0.005s), DeepSort:(0.062s)
video 1/1 (408/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. YOLO:(0.005s), DeepSort:(0.060s)
video 1/1 (409/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. YOLO:(0.005s), DeepSort:(0.060s)
video 1/1 (410/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. YOLO:(0.005s), DeepSort:(0.060s)
video 1/1 (411/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (412/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. YOLO:(0.005s), DeepSort:(0.055s)
video 1/1 (413/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. YOLO:(0.005s), DeepSort:(0.053s)
video 1/1 (414/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. YOLO:(0.005s), DeepSort:(0.053s)
video 1/1 (415/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. YOLO:(0.005s), DeepSort:(0.053s)
video 1/1 (416/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.056s)
video 1/1 (417/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. YOLO:(0.005s), DeepSort:(0.054s)
video 1/1 (418/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. YOLO:(0.005s), DeepSort:(0.054s)
video 1/1 (419/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.056s)
video 1/1 (420/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. YOLO:(0.005s), DeepSort:(0.054s)
video 1/1 (421/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. YOLO:(0.005s), DeepSort:(0.053s)
video 1/1 (422/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. YOLO:(0.005s), DeepSort:(0.045s)
video 1/1 (423/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.048s)
video 1/1 (424/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. YOLO:(0.005s), DeepSort:(0.046s)
video 1/1 (425/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.048s)
video 1/1 (426/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. YOLO:(0.005s), DeepSort:(0.045s)
video 1/1 (427/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. YOLO:(0.005s), DeepSort:(0.045s)
video 1/1 (428/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. YOLO:(0.005s), DeepSort:(0.045s)
video 1/1 (429/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. YOLO:(0.005s), DeepSort:(0.046s)
video 1/1 (430/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. YOLO:(0.005s), DeepSort:(0.042s)
video 1/1 (431/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. YOLO:(0.005s), DeepSort:(0.037s)
video 1/1 (432/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. YOLO:(0.005s), DeepSort:(0.041s)
video 1/1 (433/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. YOLO:(0.005s), DeepSort:(0.037s)
video 1/1 (434/1288) /home/kobosp/SLAC/compound.mp4: 512x736 22 0s, Done. YOLO:(0.005s), DeepSort:(0.038s)
video 1/1 (435/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. YOLO:(0.005s), DeepSort:(0.042s)
video 1/1 (436/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. YOLO:(0.005s), DeepSort:(0.041s)
video 1/1 (437/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. YOLO:(0.005s), DeepSort:(0.041s)
video 1/1 (438/1288) /home/kobosp/SLAC/compound.mp4: 512x736 23 0s, Done. YOLO:(0.005s), DeepSort:(0.040s)
video 1/1 (439/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. YOLO:(0.005s), DeepSort:(0.035s)
video 1/1 (440/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. YOLO:(0.005s), DeepSort:(0.035s)
video 1/1 (441/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. YOLO:(0.005s), DeepSort:(0.035s)
video 1/1 (442/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. YOLO:(0.005s), DeepSort:(0.036s)
video 1/1 (443/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. YOLO:(0.005s), DeepSort:(0.036s)
video 1/1 (444/1288) /home/kobosp/SLAC/compound.mp4: 512x736 22 0s, Done. YOLO:(0.005s), DeepSort:(0.038s)
video 1/1 (445/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. YOLO:(0.005s), DeepSort:(0.043s)
video 1/1 (446/1288) /home/kobosp/SLAC/compound.mp4: 512x736 23 0s, Done. YOLO:(0.005s), DeepSort:(0.040s)
video 1/1 (447/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. YOLO:(0.005s), DeepSort:(0.035s)
video 1/1 (448/1288) /home/kobosp/SLAC/compound.mp4: 512x736 22 0s, Done. YOLO:(0.005s), DeepSort:(0.038s)
video 1/1 (449/1288) /home/kobosp/SLAC/compound.mp4: 512x736 20 0s, Done. YOLO:(0.005s), DeepSort:(0.035s)
video 1/1 (450/1288) /home/kobosp/SLAC/compound.mp4: 512x736 22 0s, Done. YOLO:(0.005s), DeepSort:(0.038s)
video 1/1 (451/1288) /home/kobosp/SLAC/compound.mp4: 512x736 23 0s, Done. YOLO:(0.005s), DeepSort:(0.040s)
video 1/1 (452/1288) /home/kobosp/SLAC/compound.mp4: 512x736 21 0s, Done. YOLO:(0.005s), DeepSort:(0.036s)
video 1/1 (453/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. YOLO:(0.005s), DeepSort:(0.041s)
video 1/1 (454/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.047s)
video 1/1 (455/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.048s)
video 1/1 (456/1288) /home/kobosp/SLAC/compound.mp4: 512x736 29 0s, Done. YOLO:(0.005s), DeepSort:(0.050s)
video 1/1 (457/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. YOLO:(0.005s), DeepSort:(0.051s)
video 1/1 (458/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. YOLO:(0.005s), DeepSort:(0.053s)
video 1/1 (459/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.056s)
video 1/1 (460/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (461/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.056s)
video 1/1 (462/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (463/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. YOLO:(0.005s), DeepSort:(0.062s)
video 1/1 (464/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. YOLO:(0.005s), DeepSort:(0.054s)
video 1/1 (465/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.057s)
video 1/1 (466/1288) /home/kobosp/SLAC/compound.mp4: 512x736 31 0s, Done. YOLO:(0.005s), DeepSort:(0.053s)
video 1/1 (467/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.057s)
video 1/1 (468/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. YOLO:(0.005s), DeepSort:(0.062s)
video 1/1 (469/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. YOLO:(0.005s), DeepSort:(0.062s)
video 1/1 (470/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (471/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. YOLO:(0.005s), DeepSort:(0.060s)
video 1/1 (472/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. YOLO:(0.005s), DeepSort:(0.060s)
video 1/1 (473/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. YOLO:(0.005s), DeepSort:(0.062s)
video 1/1 (474/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.057s)
video 1/1 (475/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. YOLO:(0.005s), DeepSort:(0.055s)
video 1/1 (476/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (477/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.056s)
video 1/1 (478/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. YOLO:(0.005s), DeepSort:(0.060s)
video 1/1 (479/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. YOLO:(0.005s), DeepSort:(0.062s)
video 1/1 (480/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.057s)
video 1/1 (481/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.057s)
video 1/1 (482/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. YOLO:(0.005s), DeepSort:(0.060s)
video 1/1 (483/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (484/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.057s)
video 1/1 (485/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (486/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. YOLO:(0.005s), DeepSort:(0.062s)
video 1/1 (487/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.057s)
video 1/1 (488/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. YOLO:(0.005s), DeepSort:(0.055s)
video 1/1 (489/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. YOLO:(0.005s), DeepSort:(0.061s)
video 1/1 (490/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (491/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. YOLO:(0.005s), DeepSort:(0.062s)
video 1/1 (492/1288) /home/kobosp/SLAC/compound.mp4: 512x736 39 0s, Done. YOLO:(0.005s), DeepSort:(0.067s)
video 1/1 (493/1288) /home/kobosp/SLAC/compound.mp4: 512x736 40 0s, Done. YOLO:(0.005s), DeepSort:(0.068s)
video 1/1 (494/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. YOLO:(0.005s), DeepSort:(0.062s)
video 1/1 (495/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. YOLO:(0.005s), DeepSort:(0.063s)
video 1/1 (496/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. YOLO:(0.005s), DeepSort:(0.064s)
video 1/1 (497/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (498/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (499/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. YOLO:(0.005s), DeepSort:(0.063s)
video 1/1 (500/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (501/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. YOLO:(0.005s), DeepSort:(0.060s)
video 1/1 (502/1288) /home/kobosp/SLAC/compound.mp4: 512x736 39 0s, Done. YOLO:(0.005s), DeepSort:(0.066s)
video 1/1 (503/1288) /home/kobosp/SLAC/compound.mp4: 512x736 39 0s, Done. YOLO:(0.005s), DeepSort:(0.067s)
video 1/1 (504/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. YOLO:(0.005s), DeepSort:(0.063s)
video 1/1 (505/1288) /home/kobosp/SLAC/compound.mp4: 512x736 36 0s, Done. YOLO:(0.005s), DeepSort:(0.062s)
video 1/1 (506/1288) /home/kobosp/SLAC/compound.mp4: 512x736 37 0s, Done. YOLO:(0.005s), DeepSort:(0.063s)
video 1/1 (507/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (508/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. YOLO:(0.005s), DeepSort:(0.055s)
video 1/1 (509/1288) /home/kobosp/SLAC/compound.mp4: 512x736 33 0s, Done. YOLO:(0.005s), DeepSort:(0.056s)
video 1/1 (510/1288) /home/kobosp/SLAC/compound.mp4: 512x736 29 0s, Done. YOLO:(0.005s), DeepSort:(0.051s)
video 1/1 (511/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.048s)
video 1/1 (512/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.048s)
video 1/1 (513/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. YOLO:(0.005s), DeepSort:(0.045s)
video 1/1 (514/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. YOLO:(0.005s), DeepSort:(0.044s)
video 1/1 (515/1288) /home/kobosp/SLAC/compound.mp4: 512x736 29 0s, Done. YOLO:(0.005s), DeepSort:(0.049s)
video 1/1 (516/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. YOLO:(0.005s), DeepSort:(0.047s)
video 1/1 (517/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. YOLO:(0.005s), DeepSort:(0.045s)
video 1/1 (518/1288) /home/kobosp/SLAC/compound.mp4: 512x736 29 0s, Done. YOLO:(0.005s), DeepSort:(0.050s)
video 1/1 (519/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. YOLO:(0.005s), DeepSort:(0.047s)
video 1/1 (520/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. YOLO:(0.005s), DeepSort:(0.043s)
video 1/1 (521/1288) /home/kobosp/SLAC/compound.mp4: 512x736 27 0s, Done. YOLO:(0.005s), DeepSort:(0.046s)
video 1/1 (522/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.048s)
video 1/1 (523/1288) /home/kobosp/SLAC/compound.mp4: 512x736 24 0s, Done. YOLO:(0.005s), DeepSort:(0.042s)
video 1/1 (524/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. YOLO:(0.005s), DeepSort:(0.043s)
video 1/1 (525/1288) /home/kobosp/SLAC/compound.mp4: 512x736 25 0s, Done. YOLO:(0.005s), DeepSort:(0.043s)
video 1/1 (526/1288) /home/kobosp/SLAC/compound.mp4: 512x736 26 0s, Done. YOLO:(0.005s), DeepSort:(0.045s)
video 1/1 (527/1288) /home/kobosp/SLAC/compound.mp4: 512x736 30 0s, Done. YOLO:(0.005s), DeepSort:(0.051s)
video 1/1 (528/1288) /home/kobosp/SLAC/compound.mp4: 512x736 32 0s, Done. YOLO:(0.005s), DeepSort:(0.055s)
video 1/1 (529/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (530/1288) /home/kobosp/SLAC/compound.mp4: 512x736 28 0s, Done. YOLO:(0.005s), DeepSort:(0.049s)
video 1/1 (531/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. YOLO:(0.005s), DeepSort:(0.059s)
video 1/1 (532/1288) /home/kobosp/SLAC/compound.mp4: 512x736 34 0s, Done. YOLO:(0.005s), DeepSort:(0.058s)
video 1/1 (533/1288) /home/kobosp/SLAC/compound.mp4: 512x736 35 0s, Done. YOLO:(0.005s), DeepSort:(

你可能感兴趣的:(python)