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 Fix recordings set name (#4543) 2022-11-28 18:58:41 -06:00
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 app container and config schema 2021-01-26 21:40:33 -06:00
__main__.py Typing: mypy fixes for 2022-04-17 08:55:38 -05:00
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 Add GPU stats to the /stats API and debug screen (#3931) 2022-11-28 19:24:20 -06:00
events.py Typing Part 3: events.py (#3352) 2022-11-19 07:16:33 -06:00
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 Support special characters in passwords, redacted logs & debug config (#4057) 2022-11-02 07:00:54 -05:00
models.py Limit recording retention to available storage (#3942) 2022-10-09 06:28:26 -05:00
motion.py Adjust threshold and contour_area with mqtt 2022-07-05 08:46:10 -05:00
mypy.ini Abstract MQTT from communication and make mqtt optional (#4462) 2022-11-23 20:03:20 -06:00
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 cleanup print statements 2022-04-16 09:08:10 -05:00
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 read plus api key from addon options 2022-06-30 07:19:40 -05:00
record.py Catch case where segment is bad length (#4228) 2022-11-02 06:37:27 -05:00
restream.py Update go2rtc, simplify manual stream, and support audio for MSE & WebRTC (#4391) 2022-11-16 06:29:47 -06:00
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 Refactor to simplify support for additional detector types (#3656) 2022-11-03 21:23:09 -05:00
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 Typing Part 3: events.py (#3352) 2022-11-19 07:16:33 -06:00
zeroconf.py Add basic typing for multiple modules: 2022-04-15 07:01:43 -05:00