blakeblackshear.frigate/frigate/detectors/plugins
Martin Weinelt 161e7b3fd7
Allow using full tensorflow in cpu/edgetpu detector plugins (#5611)
It supports the same entrypoints, given that tflite is a small cut-out
of the big tensorflow picture.

This patch was created for downstream usage in nixpkgs, where we don't
have the tflite python package, but do have the full tensorflow package.
2023-03-03 17:44:17 -06:00
..
__init__.py Convert detectors to factory pattern, ability to set different model for each detector (#4635) 2022-12-15 07:12:52 -06:00
cpu_tfl.py Allow using full tensorflow in cpu/edgetpu detector plugins (#5611) 2023-03-03 17:44:17 -06:00
edgetpu_tfl.py Allow using full tensorflow in cpu/edgetpu detector plugins (#5611) 2023-03-03 17:44:17 -06:00
openvino.py YOLOv5 & YOLOv8 support for the OpenVINO Detector (#5523) 2023-02-19 07:39:47 -06:00
tensorrt.py Update library loading for tensorrt (#5087) 2023-01-14 13:14:27 -06:00