Close

Installing Mobilenet using Arduino

A project log for The Wild Trap

Wild camera trap will classify images captured outdoors. The camera does not require WiFi and can be trained.

brenda-armourBrenda Armour 08/20/2019 at 15:100 Comments

Software can be uploaded to the Maix Go using Arduino ! I had a version already loaded but it did not work. I downloaded the Windows Store version using this link .

I found steps to add the Maix Boards to the IDE. The steps are well written and easy to follow. The steps can be found here.

The next step is to set up mobile net on a SD card.

Download model here: * http://dl.sipeed.com/MAIX/MaixPy/model/mobilenet_0x300000.kfpkg * Unpack it(zip format), get m.kmodel, change name to a short name "m" for example, * put it in SD card at root path

Place  the SD card and reboot.

Discussions