Yolov5+DeepSort 统计数量
GitHub - mikel-brostrom/Yolov5_DeepSort_Pytorch: Real-time multi-object tracker using YOLO v5 and deep sorthttps://github.com/mikel-brostrom/Yolov5_DeepSort_Pytorch
1、安装python3.8
1apt-get install python3.8-distutils -y2apt-get install python3.8-tk -y3apt-get install curl -y4curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py5python3.8 get-pip.py
2、下载代码
git clone --recurse-submodules https://github.com/mikel-brostrom/Yolov5_DeepSort_Pytorch.git
3、安装依赖
pip install
共有 0 条评论