hafidh561 / multi-camera-people-tracking

Multi-camera people tracking is to monitoring people with multiple cameras and connecting each other
MIT License
43 stars 7 forks source link

how to get the 'yolov4-tiny.onnx' #3

Closed ckysohandsome closed 8 months ago

ckysohandsome commented 8 months ago

Hello! Thank you very much for uploading the open source project! I encountered some problems while reproducing your project and would like to ask you for advice. Could you tell me how you trained your yolov4-tiny.onnx? Which network did you use? The onnx file that I trained using yolov4-tiny always has a dimension mismatch.

hafidh561 commented 8 months ago

You can run my download_model.py to get yolov4-tiny.onnx, or you can check on these files there is a Google Drive link you can download manually. I use YOLOv4 Tiny Model, and after that I convert it to ONNX with these repository

ckysohandsome commented 8 months ago

You can run my download_model.py to get yolov4-tiny.onnx, or you can check on these files there is a Google Drive link you can download manually. I use YOLOv4 Tiny Model, and after that I convert it to ONNX with these repository

Thank you very much for your reply! Your reply is of great help to me!