Custom object detection and object avoidance

I have a OpenMV Cam H7 R2 that I want to use to detect a custom object (e.g. orange traffic cone) and avoid it when you detect.

Is there any sample code?
What is the procedure to train for your custom object?

Regards

You have a train a CNN using edge impulse.

@kwagyeman - Edge Impulse states that it supports OpenMV Cam H7 Plus.

I have OpenMV Cam R2.
What are the differences between these OpenMVs.

Can I use Edge Impulse for my camera?

You should be able to. The model needs to be 48x48.

1 Like

Thanks @kwagyeman