vendor: replace third_party/nature-id gitlink with tracked files

This commit is contained in:
NODA1 System
2026-02-21 11:00:42 +01:00
parent a91309de11
commit 69486a92be
18 changed files with 1376 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
# Download Instructions
The [Tensorflow Lite](https://www.tensorflow.org/lite/guide) classifiers that go in this directory can be downloaded from these websites:
* [classifier for plants](https://tfhub.dev/google/aiy/vision/classifier/plants_V1/1)
* [classifier for birds](https://tfhub.dev/google/aiy/vision/classifier/birds_V1/1)
* [classifier for insects](https://tfhub.dev/google/aiy/vision/classifier/insects_V1/1)
Each classifier consists of a `.tflite` model and a `.csv` labelmap file. Both are required.
On each of the above websites scroll down and under `Output` click on `labelmap` to download the labels. Then scroll back up and under `Model formats` switch to `TFLite (aiyvision/classifier/...)`. There click on `Download` to get the `.tflite` file.
If you happen to have the classifier included in [Seek](https://www.inaturalist.org/pages/seek_app), it can go in this directory as well. It consists of two files `optimized_model_v1.tflite` and `taxonomy_v1.csv`.