wizyoung / YOLOv3_TensorFlow

Complete YOLO v3 TensorFlow implementation. Support training on your own dataset.
MIT License
1.55k stars 579 forks source link

convert yolov3-tiny #233

Closed SouradipBh closed 3 years ago

SouradipBh commented 4 years ago

i want to convert custom yolov3-tiny.weghts file.

Can any help me with this?

qawsedrg commented 3 years ago

you may refer to https://github.com/qawsedrg/yolov3_yolov4_tensorflow i have add yolo tiny as well as yolov4 support within the training frame work of this repo.

SouradipBh commented 3 years ago

you may refer to https://github.com/qawsedrg/yolov3_yolov4_tensorflow i have add yolo tiny as well as yolov4 support within the training frame work of this repo.

Thanks @qawsedrg