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

Tensorflow 2.4 #314

Open erkin98 opened 3 years ago

erkin98 commented 3 years ago

Doesnt detect anything in tf 2.4.0

RodolfoFerro commented 3 years ago

As mentioned in the prerequisites, it works with Tensorflow 2.3.0rc0 or 2.3.1.

khoatran94 commented 3 years ago

Adding to @erkin98, it runs well on images, but not on videos. And furthermore, when I tried to run without GPU, it actually can run on videos, but ofc very slow

khg2478 commented 3 years ago

@RodolfoFerro @khoatran94 TF 2.3.0rc0 doesn't work. The results from darknet and converted tf2 model are different. Any ideas?

Soo-yeong commented 3 years ago

@RodolfoFerro @khoatran94 @erkin98 it works fine in tensorflow-gpu 2.4.2 I also experienced the same problem, so I uploaded the tensorflow version. it's nice!

erkin98 commented 3 years ago

@RodolfoFerro @khoatran94 @erkin98 it works fine in tensorflow-gpu 2.4.2 I also experienced the same problem, so I uploaded the tensorflow version. it's nice!

uploaded or upgraded?