LongxingTan / tfyolo

tfyolo: Efficient Implementation of Yolov5 in TensorFlow
229 stars 71 forks source link

Could you provide the pre-trained weights #16

Open AI-Passionner opened 3 years ago

AI-Passionner commented 3 years ago

❔Question

Which is working for your code? I have been looking around the internet and couldn't find the TensorFlow(2.x) or Keras's weights or model. It would be nice you could provide it. Otherwise, there is no way to see if your repo works or not. Thanks.

Additional context

AI-Passionner commented 3 years ago

converted using the covert.py in the original yolo5 repos,

Clark1216 commented 2 years ago

Which original yolo5 repos are u referring to? Becuase I cannot find convert.py in https://github.com/ultralytics/yolov5