-
From @dirkroorda:
We need:
> a feature on texts that contains the number used to identify it on the website
> a feature on lines that contains the number used to identify it on the website
Som…
-
My device is RK3399Pro, I install Tengine by the steps of /Tengine/doc/install.md, and I don't modify the makefile.config. I want to run the example of "/Tengine/examples/YuFaceDetectNet", I download …
-
I run this command:
python convert_tflite.py --weights ./checkpoints/yolov4-416 --output ./checkpoints/yolov4-416-int8.tflite --quantize_mode int8 --dataset ./coco_dataset/coco/val207.txt
And occu…
-
We had a question why we are using Python 3.8, even though the dependencies should also resolve under Python 3.9.
> It's not clear to me which component is forcing 3.8 as the lowest common denomina…
-
I managed to convert .pb file of Faster RCNN to .tflite.
But while testing the detection code it gives " list index out of range" error
CODE -
import tensorflow as tf
import numpy as np
impor…
-
Does anyone train a model on their own data, convert it to tflite format, and apply it to Android?
-
I've gone ahead and compiled TF-Lite for the Raspi Architecture without much issue. However, in running it in conjunction with Wyoming-Sattelite, OpenWakeWord is using 100% of the CPU.
As far as I…
-
Nice Repository!
@nyadla-sys what do you think, could one use the Android device's GPU to accelerate inference with the [GPU delegates](https://www.tensorflow.org/lite/performance/gpu)? Any point…
-
hello,
i manage to run yolov5s and yolov5m on coral tpu with very high performace..
but i faced a problem with the compiler,, if i define more than 7 classes the edge compiler fail (if the resolutio…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
tensorflow-lite:2.16.1
### Custom code
No
### OS platform and distribu…