tensorflow-yolov4-tflite
tensorflow-yolov4-tflite copied to clipboard
YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite
I try to run detectvideo.py but it only detect first time, and then it return empty
how to use 8 gpus for training.
Helo Bro! The yolov4.weights file in your github is down. I use the file from darknet (https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v3_optimal/yolov4.weights), but the recognicion from the model detects a lot of object classes where...
将save_model.py得到的模型文件进行tflite convert时出现下面报错 tensorflow.lite.python.convert_phase.ConverterError: Variable constant folding is failed. Please consider using enabling `experimental_enable_resource_variables` flag in the TFLite converter object. For example, converter.experimental_enable_resource_variables = True 请问如何解决
I have trained the yolov4 from scratch using my custom dataset and completed the training on Tensorflow. Now, I am stuck at evaulation part. Could you please help on how...
I got error message below tensorflow-yolov4-tflite/core/utils.py", line 63, in load_weights conv_weights = conv_weights.reshape(conv_shape).transpose([2, 3, 1, 0]) ValueError: cannot reshape array of size 421 into shape (32,3,3,3) I used yolov4.weights and...
I convert my yolov3 model to tflite and its succes and then i want deploy my yolo v3 tflite model to android its run succesfull but the camera is freezing...
Hi, your weight file url is not valid any more. https://drive.google.com/open?id=1cewMfusmPjYWbrnuJRuKhPMwRe_b9PaT can you re-open this link?
我已经得到了yolov4的tflite模型,并且已经配置好了android studio(android虚拟机),我是应该用android studio去打开项目中的android文件夹吗,具体操作麻烦有大神可以指点一下