MaixPy-v1_scripts icon indicating copy to clipboard operation
MaixPy-v1_scripts copied to clipboard

Custom model for Object Detection

Open Ace95 opened this issue 5 years ago • 4 comments

Hi, I'd like to know how to create my own custom object detector model. I tested the "face-detector" with a different tiny YOLOv2 model but it didn't work. Any repo I can check to find more infos?

Thanks!

Ace95 avatar Apr 04 '19 09:04 Ace95

Yes, running full yolo or tinyYolo would be interesting.

timonsku avatar Apr 30 '19 12:04 timonsku

Yes, running full yolo or tinyYolo would be interesting.

They update the Sipeed blog with a guide to train,convert and run MobileNet on the MaixPy board.

http://blog.sipeed.com/p/680.html#more-680

Also here a nice guide for transfer learning. I tested it and it worked out fine, I may upload my full repo with description next week.

https://www.instructables.com/id/Transfer-Learning-With-Sipeed-MaiX-and-Arduino-IDE/ https://www.youtube.com/watch?v=fZ4QbtAjKXo&t=30s

Ace95 avatar Jun 13 '19 17:06 Ace95

https://www.instructables.com/id/Object-Detection-With-Sipeed-MaiX-BoardsKendryte-K/ Here's my second article and video, specifically about training custom object detection models for K210. Cheers!

AIWintermuteAI avatar Nov 13 '19 08:11 AIWintermuteAI

Thanks @AIWintermuteAI, I'll try to implement the object detector as well. I'm collecting some works about Transfer Learning, both developed with TF/Keras (Python) and in ML.NET(C#), in this repo:

https://github.com/Ace95/transferlearning_AIDay

Feel free to comment and expand the repo with more examples.

Ace95 avatar Nov 22 '19 16:11 Ace95