Experiment on the google AIY-vision kit for UAV application
In this project, I studied and experimented the capabilities of the AIY vision kit of Google for AI application embedded in drone.
This small shield provides huge image processing capacity thanks to its Movidius unit. In addition to its small size and weight it is a very viable solution of AI on edge for small UAV both Cloud or Onboard application:
A complet description of my work is available HERE
I am currently working on 2 usecases:
Implementing an on-board crack detection-classification system, and integrate the solution into a small U.A.V.
Current state:
I used this data for training a MobileNet V1 (160X160, 0.5) to classify crack image.
On this youtube linkyou can see a video of the implemented solution.
Facial recogniton use heavy computional algorithm and currently solve by two solution:
My idea is to use AIY kit to divide the task, I achieved face detection on board, and sent the cropped face to the cloud for recognition.
Current state: