-
### Proposal Summary
Fiftyone currently only creates tfrecords with source_ids indexed to filenames. Tensorflow Lite does not support this, requiring source_id fields in tfrecord files to be numeri…
-
I encountered this exception when trying to run the app :
![image](https://user-images.githubusercontent.com/34044636/38671768-ef4707ae-3e54-11e8-8b3d-ac6fe500545b.png)
How can I solve it?
Th…
-
crash when useGpuDelegate is true in v2,
```
await Tflite.loadModel(
model: "assets/tflite/mobilenet_v1_1.0_224.tflite",
labels: "assets/tflite/mobilenet_v1_1.0_224.txt",
…
-
- [Machine Learning on Local or Cloud based NVidia or Apple GPUs](https://github.com/ObrienlabsDev/blog/wiki/Machine-Learning-on-local-or-Cloud-based-NVidia-or-Apple-GPUs)
https://github.com/Obrienla…
-
## Summary
We are seeing some our app crashing sometimes (not many) with the exception below.
```
Fatal Exception: java.lang.IllegalArgumentException: Contents of /data/user/0/com.package/cache/a…
-
# 해결하고자 하는 문제
android studio에서 모델을 넣어보려고 하였는데 메타데이터값이 없다고 하는 문제
# 코드 혹은 오류
tflite 파일을 넣었는데 no meta data in this model 이라고 뜹니다. 즉, 메타데이터가 없다는거 같은데 이해가 잘 안갑니다.
추가하는 방법이라며, https://www.tensorflow.o…
-
Hi, I would like to try using Coral Dev Board and do a Minigo training from scratch.
Is it possible?
I have a working Coral Dev Board, and able to start the game by following this steps https://c…
-
Hello! I don't know how to contact you. Forgive me in a way like this if you see. I have tried your project to detect woods on the android and it worked with your model. However, it crashed when i use…
-
# Confusion
After some experiments I can say that the location of the binary libraries on using `tflite_flutter_plugin` is confusing:
- Libraries for Android are located in the project directory: …
mspnr updated
2 years ago
-
Hi, I am trying to run the bat_ident.py on Arch Linux. I did the following:
```
git clone https://github.com/rdz-oss/BattyBirdNET-Analyze
cd BattyBirdNET-Analyze
docker build . -t batty
docker …