samuel-ogbonnaya / ParrotAnafi_ComputerVision

CV project utilising the Parrot Anafi drone for detecting and tracking footballs
MIT License
2 stars 1 forks source link

About the hardware #1

Open viet2411 opened 3 years ago

viet2411 commented 3 years ago

Hello, In your project, you used Google Coral Edge TPU USB Accelerator for deep learning model. Did you use a host machine with this USB, or mount the USB directly to the drone?

Thank you and best regards.

samuel-ogbonnaya commented 3 years ago

Hi,

I used a host machine with the USB. But I believe the Coral has a dev board which can serve the same purpose and that can be mounted on a drone.

Cheers,

Sam

On Wed, Mar 10, 2021 at 1:49 PM keitaro @.***> wrote:

Hello, In your project, you used Google Coral Edge TPU USB Accelerator for deep learning model. Did you use a host machine with this USB, or mount the USB directly to the drone?

Thank you and best regards.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/samuel-ogbonnaya/ParrotAnafi_ComputerVision/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHBUN6GQAPNZ67GHQW6VFX3TC52GVANCNFSM4Y6B3YSQ .

viet2411 commented 3 years ago

Thank you for quick reply. I was wondering if OpenCV worked well with olympe and ANAFI drone, because I heard that OpenCV is not working very good with Bebop 2 Drone / Mambo drone and their SDK. Can you give some reviews about this project?

samuel-ogbonnaya commented 3 years ago

I personally have not had any issues with OpenCV and the ANAFI drone - the only little thing was I had to install opencv-contrib-python instead of the standard opencv build - no issues other than that. Hopes this helps