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.25k stars 1.24k forks source link

if trying custom yolov4 training, only get result of yolov4.index and yolov4.data-00000-of-00001 #244

Closed KYUNGGUK-CHOI closed 4 years ago

KYUNGGUK-CHOI commented 4 years ago

I have no idea how to do next to test on linux or deploy for android

mathpopo commented 3 years ago

@KYUNGGUK-CHOI i have same issue, how can you do?

KYUNGGUK-CHOI commented 3 years ago

@mathpopo which one? linux or android? after running custom train.py then run convert_tflite.py you would get tflite file then adapt it on anroid

vandics commented 3 years ago

I got an error CUDA_ERROR_UNKNOWN: unknown error then Fatal Python error: Aborted when converting to tflite. Did you got this error too?