python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
TensorFlow Lite model not working in Android (Java) but works on Python
Background
I successfully converted my YOLOV5 model from YOLOV5.pt to YOLOV5-fp16.tflite and was able to run it on python(refer to the test video on Google Drive).
I used the conversion method python ...
NYProject
Votes: 0
Answers: 1
YOLOv5 only detects when changing video resolution
I'm using YOLOv5 to detect persons in a video, which has a 944x1080 resolution. I'm using OBS-studio to stream the video as a virtual webcam. This is for testing purposes, but with the idea of using r...

schrodingerscatcuriosity
Votes: 0
Answers: 1
Cuda illegal memory access when running inference on *.engine
After exporting a YoloV5 model to .engine I receive an error when trying to perform inference on it.
Loading model.engine for TensorRT inference...
[01/16/2022-04:18:26] [TRT] [I] [MemUsageChange] Ini...
user17948924
Votes: 0
Answers: 1
How to convert yolov5 trained model into tflite in google colab to install on mobile app?
I have used Yolov5 to train the model in google colab and how can I export the .tflite file of the trained model so that it can be used for mobile applications. Thanks for help me
Nguyễn Khang
Votes: 0
Answers: 2