hunglc007 / tensorflow-yolov4-tflite

YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite
https://github.com/hunglc007/tensorflow-yolov4-tflite
MIT License
2.23k stars 1.24k forks source link

how to convert my custom yolo annotated.txt format into the format which 'val207.txt' is ? #290

Open Arfinul opened 3 years ago

Arfinul commented 3 years ago

i am able to covert yolov3 tiny to .tflite facing issue, while i quantize it into int8

i am not understanding, how to add my custom data in place of './coco_dataset/coco/val207.txt' ? i have annotated images in yolo format but i see the format of val207.txt is different from yolo.

so, how to convert my custom yolo annotated.txt format into the format which 'val207.txt' is ?

romesh17184 commented 2 years ago

Same issue I am also facing.

wenyishengkingkong commented 2 years ago

me too