fizyr / keras-retinanet

Keras implementation of RetinaNet object detection.
Apache License 2.0
4.38k stars 1.96k forks source link

yolo txt label format #1375

Closed shadi97kh closed 4 years ago

shadi97kh commented 4 years ago

is it possible to train retinanet on a dataset with yolo txt label format ? has anybody tried it before ?

hgaiser commented 4 years ago

I don't know what the format is, but the CSV format we use is very easy so maybe it isn't that difficult to write a conversion between their format and ours?