tensorflow-yolov4-tflite icon indicating copy to clipboard operation
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

Results 129 tensorflow-yolov4-tflite issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/32456665/138322223-f71b8cd6-8d28-48a6-ab00-008a8dd3aca7.png) - Here is the result from converted model ![image](https://user-images.githubusercontent.com/32456665/138322294-df9874ab-f491-4aef-a7d7-4fa2a0015f5a.png)

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...

dependencies