blakeblackshear.frigate/frigate/detectors
Nate Meyer e5fe323aca
Add OpenVino Detector (#3768)
* Initial work for adding OpenVino detector.  Not functional

* Load model and submit for inference.

Sucessfully load model and initialize OpenVino engine with either CPU or GPU as device.
Does not parse results for objects.

* Detection working with ssdlite_mobilenetv2 FP16 model

* Add OpenVIno support and model to docker image

* Add documentation for OpenVino detector configuration

* Adds support for ARM32/ARM64 and the Myriad X hardware

-  Use custom-built openvino wheel for all platforms
-  Add libusb build without udev for NCS2 support

* Add documentation around Intel CPU requirements and NCS2 setup

* Print all available output tensors

* Update documentation for config parameters
2022-12-03 10:19:34 -06:00
..
__init__.py Refactor to simplify support for additional detector types (#3656) 2022-11-03 21:23:09 -05:00
cpu_tfl.py Refactor to simplify support for additional detector types (#3656) 2022-11-03 21:23:09 -05:00
detection_api.py Refactor to simplify support for additional detector types (#3656) 2022-11-03 21:23:09 -05:00
edgetpu_tfl.py Refactor to simplify support for additional detector types (#3656) 2022-11-03 21:23:09 -05:00
openvino.py Add OpenVino Detector (#3768) 2022-12-03 10:19:34 -06:00