Zhou-sx / yolov5_Deepsort_rknn

Track vehicles and persons on rk3588 / rk3399pro.
316 stars 78 forks source link

osnet_x0_25_market.rknn如何转换得到的 #17

Open Maoyaoo opened 1 year ago

Maoyaoo commented 1 year ago

deep-person-reid下载的osnet_x0_25模型是.pt格式,要先转caffe再转rknn吗

15151822725 commented 1 year ago

请问有osnet_x0_25.pt模型吗?deep-person-reid上我这边下载不了

dlavrantonis commented 1 year ago

The osnet_x0_25 model downloaded by deep-person-reid is in .pt format, should I convert it to caffe first and then to rknn?

check the rockchip official repo: https://github.com/rockchip-linux/rknn-toolkit2 has examples on how to convert a pt model to rknn. You can also convert it to onnx first and then to rknn. Both work. But please let us know where did you find this .pt model?