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
Hi My darknet model weight is 256MB. When converting to TensorFlow, size is 11.8MB and when converting back to tflite , size increases to 257MB. Why? Please guide I have...
I am facing the following error: `Traceback (most recent call last): File "convert_trt.py", line 100, in app.run(main) File "/usr/local/lib/python3.7/dist-packages/absl/app.py", line 303, in run _run_main(main, args) File "/usr/local/lib/python3.7/dist-packages/absl/app.py", line 251, in...
The object detection is done only with the first frame of the video. Please help
I am getting error like below while using my own yolov4 weights model, i have already replace .names file with my own in core config file. In my model i...
I tested on my custom model and got this error, please help me. - Here is the original result  - Here is the result from converted model 
Hi I use detect.py to detect my trained yolov4-tiny model. Here is my command: python detect.py --weights ./checkpoints/yolov4-tiny-224-int8.tflite --size 224 --model yolov4 --image ./data/person.jpg --framework tflite --tiny true My tflite...
Is there any information on the representative dataset file format. In this repo, an example is under data/dataset/val2017.txt. Why are bounding boxes included? I thought only images required to quantize...
when i run python train.py RuntimeError: Physical devices cannot be modified after being initialized
Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.1.1.26 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...