blakeblackshear.frigate/frigate
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
..
comms
detectors Add OpenVino Detector (#3768) 2022-12-03 10:19:34 -06:00
images Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
test Set User Agent for FFmpeg calls (#4555) 2022-11-30 16:53:45 -06:00
__init__.py
__main__.py
app.py FEAT: Storage API & Frontend (#3409) 2022-11-29 19:59:56 -06:00
config.py Add OpenVino Detector (#3768) 2022-12-03 10:19:34 -06:00
const.py
events.py
ffmpeg_presets.py FEAT: Support for ffmpeg presets (#3840) 2022-11-28 21:48:11 -06:00
http.py FEAT: Storage API & Frontend (#3409) 2022-11-29 19:59:56 -06:00
log.py
models.py
motion.py
mypy.ini
object_detection.py Add OpenVino Detector (#3768) 2022-12-03 10:19:34 -06:00
object_processing.py Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
objects.py
output.py Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
plus.py
record.py Catch case where segment is bad length (#4228) 2022-11-02 06:37:27 -05:00
restream.py
stats.py Fix gpu stats for ffmpeg presets (#4554) 2022-11-29 19:56:01 -06:00
storage.py FEAT: Storage API & Frontend (#3409) 2022-11-29 19:59:56 -06:00
types.py
util.py Set User Agent for FFmpeg calls (#4555) 2022-11-30 16:53:45 -06:00
video.py Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
watchdog.py
zeroconf.py