YonghaoHe / LFFD-A-Light-and-Fast-Face-Detector-for-Edge-Devices

A light and fast one class detection framework for edge devices. We provide face detector, head detector, pedestrian detector, vehicle detector......
MIT License
1.31k stars 329 forks source link

Basketball tracking and Intel Movidius Myriad X support #96

Open jnebrera opened 4 years ago

jnebrera commented 4 years ago

Hello Yonghao,

I'm wondering if LFFD would be a good candidate to track the basketball in the context of a game. As you can imagine, there are a lot of partial occlusions, and it moves quite fast. Of course, would be a custom trained model, as it is something not supported at this stage, but enters the "single category" requirement

Secondly, I am aware of the OpenVINO port of LFFD. Do you know if it supports Movidius Myriad X VPU? Anybody has measured the performance of such implementation, especially with a board attached to the PCI slot instead of the USB?

Thank you