Object detection algorithms

Hi everyone,

I use Edge impulse for object detection.
I need some informations for my thesis and here comes my questions:

Which algorithm are used for the object detection? I have been searching for information all day but unfortunately have not found anything. Which ML typ and algorithm are used for it? unsuperviced and
dimensionality reduction algorithms?

And do you use SSD? Is this correct?

thank you for your help
best regards

Hi @Patricksch,

First, edge impulse object detection is based on supervised learning since you need to upload some training data to train your model.

The detector uses transfer learning based on the SSD MobileNet V2 architecture.

You can further tune the model however you want using the Keras (expert) mode.

Let me know if this helps and if you have any other question.

Regards,
Clinton

2 Likes

Hi @oduor_c ,

Thank you
But if i use the default settings it uses the ssd?

I don’t use the expert mode, I’m more like a beginner on object detection😄

Thanks for your help

1 Like

Hi @Patricksch ,

Yes, by default it uses the Mobilenet SSD.

Thanks,
Clinton

1 Like

Thanks for your quick reply😀

Best regards
Patrick

1 Like