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
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.0rc0 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.3.0rc0 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
https://github.com/hunglc007/tensorflow-yolov4-tflite/blob/9f16748aa3f45ff240608da4bd9b1216a29127f5/convert_tflite.py#L39-L41 The second assignment to converter.target_spec.supported_ops supersedes the first that contains the int8 flag for full integer quantization
Hi, thanks for your nicely work. As you say, `Yolov4 and Yolov4-tiny int8 quantization have some issues. I will try to fix that.` I have a solution to fix this,...
is it important to quantize yolo4 into either float16 or int8 ? what is the difference between them ? and when I run the command ( python convert_tflite.py --weights ./checkpoints/yolov4-416...
Hi, I am trying to convert my custom YOLOv4 weights to TF using below command- `python save_model.py --weights ./data/yolo-obj_best.weights --output ./checkpoints/yolov4-704 --input_size 704 --model yolov4` But getting below error- `...
This is my trained result : 
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...
Hi everyone, I have followed this tutorial and the linked colab in order to have yolov4 weights retrained on my custom dataset. https://www.youtube.com/watch?v=mmj3nxGT2YQ&ab_channel=TheAIGuy I've succesfully imported the .weight file and...
I'm trying to convert a yolov4-sam-mish weight file to a pb model for tensorflow. When I use detect.py I get no detections whatsoever. I've used yolov4-tiny trained on the same...