This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
blakeblackshear.frigate
Watch
1
Star
0
Fork
0
You've already forked blakeblackshear.frigate
mirror of
https://github.com/blakeblackshear/frigate.git
synced
2026-03-07 02:18:07 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
d88accf3043aaf652f6f718dc89a5574599ad02e
blakeblackshear.frigate
/
frigate
/
detectors
/
plugins
History
Indrek Mandre
d88accf304
detectors/rocm: separate yolov8 postprocessing into own function; fix box scaling; use cv2.dnn.blobForImage for preprocessing; assert on required model parameters
2024-01-26 10:30:01 +02: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
Add isort and ruff linter (
#6575
)
2023-05-29 05:31:17 -05:00
deepstack.py
Don't fail if deepstack detector times out (
#8979
)
2023-12-15 23:25:21 +00:00
edgetpu_tfl.py
fix edgetpu device type "None" (auto) (
#7097
)
2023-07-08 16:04:51 -05:00
openvino.py
Add isort and ruff linter (
#6575
)
2023-05-29 05:31:17 -05:00
rknn.py
Fix path of device tree on HassOS add on (
#8764
)
2023-11-27 18:13:12 -06:00
rocm.py
detectors/rocm: separate yolov8 postprocessing into own function; fix box scaling; use cv2.dnn.blobForImage for preprocessing; assert on required model parameters
2024-01-26 10:30:01 +02:00
tensorrt.py
Revert TRT class id filtering (
#8497
)
2023-11-07 11:32:52 +00:00