This website requires JavaScript.
Explore
Help
Sign In
administrator
/
frigate
Watch
1
Star
0
Fork
0
You've already forked frigate
mirror of
https://github.com/blakeblackshear/frigate.git
synced
2026-02-05 10:45:21 +03:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
bb2df2ffc0
frigate
/
requirements-ov.txt
4 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
update python deps (#6101)
2023-04-16 15:20:51 +03:00
numpy == 1.23.*
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 19:19:34 +03:00
openvino == 2022.*
Update openvino-dev[tensorflow2] requirement from ==2022.* to ==2023.* Updates the requirements on [openvino-dev[tensorflow2]](https://github.com/openvinotoolkit/openvino) to permit the latest version. - [Release notes](https://github.com/openvinotoolkit/openvino/releases) - [Commits](https://github.com/openvinotoolkit/openvino/compare/2022.1.0.dev20211110...2023.0.0) --- updated-dependencies: - dependency-name: openvino-dev[tensorflow2] dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 15:03:20 +03:00
openvino-dev[tensorflow2] == 2023.*
Reference in New Issue
Copy Permalink