Summer project:
The kids want to try using Google's Teachable Machine or similar online tool to experiment with making their own .tflite file; and to have the example code in the SDK, say, recognize an entirely different set of objects. And, as usual, their grumpy mechE, non-software, coach is gonna struggle helping them. And I have several, not well structured, families of questions:
1. What files, located where on the Control Hub file structure, need to be replaced with their new .tflite file? What's involved here? Etc Etc...
2. Other than the obvious changes to image recognition tag name strings, to match their new object category strings in the new .tflite file, is there anything else in the example code to have to alter? or consider?
3. Teachable Machine, at least, doesn't seem like it trains with segmented images. Just lots of video frames. Absent this, will the bounding boxes and coordinates in the example code still appear on the DS? What about multiple object detections of differing types then? Etc etc etc...
thanks in advance.
Coach Z
The kids want to try using Google's Teachable Machine or similar online tool to experiment with making their own .tflite file; and to have the example code in the SDK, say, recognize an entirely different set of objects. And, as usual, their grumpy mechE, non-software, coach is gonna struggle helping them. And I have several, not well structured, families of questions:
1. What files, located where on the Control Hub file structure, need to be replaced with their new .tflite file? What's involved here? Etc Etc...
2. Other than the obvious changes to image recognition tag name strings, to match their new object category strings in the new .tflite file, is there anything else in the example code to have to alter? or consider?
3. Teachable Machine, at least, doesn't seem like it trains with segmented images. Just lots of video frames. Absent this, will the bounding boxes and coordinates in the example code still appear on the DS? What about multiple object detections of differing types then? Etc etc etc...
thanks in advance.
Coach Z
Comment