When running the object detection sample with my own tflite file, my camera just disconnects from the IDE and nothing happens. Why is this?
That’s because it’s crashing.
The Tf litle library has a lot of segfault bugs in it. The code is widely not proectected. If you pass a network it cannot run you get a segfault.
E.g. if there is an unsupported operator you in your network you get a segfault versus an error.
Normally we’d catch these issues but the problem is deep within the Google maintained code library.