Hi, is there any documentation on how to create a ML application to detect objects within a given frame and then highlight it with a bounding box. Pretty much exactly what person detection does, except I would like to train a model for my own object, For example find a water bottle and highlight it. I’ve seen the tutorials on edge impulse but those seem to be identifying a class of an entire image vs. highlighting a specific part of it. Im assuming this cant be done within the openMV IDE, but cant find anything on how to go about starting this using something like TensorFlow, I’d appreciate it if someone could point me in the right direction,
Thanks