avBuffer / Yolov5_tf

Yolov5/Yolov4/ Yolov3/ Yolo_tiny in tensorflow
290 stars 108 forks source link

how can i convert yolov5s.pt to tf1.x #9

Open zhouyingchaoAI opened 4 years ago

zhouyingchaoAI commented 4 years ago

there isn`t method to convert pt files

EricHuiK commented 4 years ago

you can convert to .pb(savemodel),only use pytorch==1.6.0,onnx==1.7.0,tensorflow==2.1.0

avBuffer commented 4 years ago

hey EricHuiK, Thanks!