Hi all,
I’m from Australia so wanted to add a new tensor flow model to classify birds we have here
I used this classifier: https://tfhub.dev/google/aiy/vision/classifier/birds_V1/1
Then updated /usr/local/lib/python3.7/dist-packages/kritter/
with my edits from the git repo above
Made a copy of the TensorFlow app and modified it to use my BIRDS classifier instead of COCO
Firstly it didn’t like that the background id wasn’t 0
(so I removed this from the label map)
but now I’m getting an error:
google.protobuf.message.DecodeError: Truncated message.
Process has exited
Does anyone have recommendations on how I can use this model with the camera?