-
Hi, I'm trying to implement my own object detection model to my Axis P1375 camera. I've been using the object-detection example as a framework (MobileNetV2 w/ COCO), but I can't get it to work. My model has an input of 320x320 (EfficientDet1) which is reflected on the manifest cpu file. I've also changed the tensor sizes accordingly. However, when I try to run the app I get a few errors in the logs: "setupLarod: Unable to load model: Could not load model: Could not verify and build model from buffer." Using journalctl -u larod via SSH I get an error saying: "The model is not a valid Flatbuffer buffer. Session 9: Could not verify and build model from buffer. I'm a bit at a loss as to what else I have to modify to make my model work. Any help would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 17 replies
-
Hi Semorai If it fails, it means your model is for some reason non-compatible. |
Beta Was this translation helpful? Give feedback.
Hello @semroai
We are currently working on the send_event example to make show how the event can be crated and be visible from the event system in th GUI.
We might take a bit longer to publish a fix, in the meantime you can try this:
Instead of setting up the event like currently showned in the example L129-146
Try the following: