1
0
mirror of https://github.com/blakeblackshear/frigate.git synced 2025-02-27 00:19:39 +01:00
Commit Graph

12 Commits

Author SHA1 Message Date
Nicolas Mowen
70fc5393b1
Make hailo wheels support any minor version () 2024-12-20 10:36:32 -06:00
Jan Čermák
5475672a9d
Fix extraction of Hailo userspace libs ()
The archive already has everything contained in a rootfs folder, extract
it as-is to the root folder. This also reverts changes from
33957e5360 which addressed the same issue
in a less optimal way.
2024-12-02 08:35:51 -06:00
Nicolas Mowen
33957e5360
Set hailo build library path () 2024-11-24 19:07:41 -07:00
Blake Blackshear
27ef661fec
simplify hailort () 2024-11-02 07:13:28 -05:00
Blake Blackshear
d12c7809dd
Update Hailo Driver to 4.19 ()
* update to hailo driver 4.19

* update builds for 4.19
2024-10-29 18:40:24 -05:00
Corwin
2d27e72ed9
fix: hailo driver wrong version name () 2024-10-25 06:07:01 -06:00
Nokius
b54032bdc7
make the hailo user instalation script a bit more failsafe ()
This will checks if the firmware folder is present if not it will created it informs the user to reboot to load the firmware for the hailo8l detector.
2024-09-28 05:55:17 -06:00
Nicolas Mowen
20fd1db0f4
Update hailo driver to 4.18 () 2024-09-26 12:16:08 -06:00
Nicolas Mowen
fc3aac96f2
Remove incorrect () 2024-09-25 14:53:17 -05:00
gtsiam
8573016bef
Formatting improvements ()
* Format makefiles

* Handle all errors in rocm makefile

* Remove CURRENT_UID and GID from makefile as they are unused

* Removed unused vite.svg asset

* Sort frigate-dictionary
2024-09-17 07:39:44 -05:00
Nicolas Mowen
c16450adc8 Hailo amd64 support ()
* Support building docker image for amd64 and arm64

* Support installations on amd64 and arm64

* Run build in new job

* Update docs
2024-08-29 20:19:50 -06:00
spanner3003
4a35573210 Initial support for Hailo-8L ()
* Initial support for Hailo-8L

Added file for Hailo-8L detector including dockerfile, h8l.mk, h8l.hcl, hailo8l.py, ci.yml and ssd_mobilenat_v1.hef as the inference network.

Added files to help with the installation of Hailo-8L dependences like generate_wheel_conf.py, requirements-wheel-h8l.txt and modified setup.py to try and work with any hardware.

Updated docs to reflect Initial Hailo-8L support including oject_detectors.md,  hardware.md and installation.md.

* Update .github/workflows/ci.yml

typo h8l not arm64

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>

* Update docs/docs/configuration/object_detectors.md

Clarity for the end user and correct uses of words

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>

* Update docs/docs/frigate/installation.md

typo

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>

* update Installation.md to clarify Hailo-8L installation process.

* Update docs/docs/frigate/hardware.md

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>

* Update hardware.md add Inference time.

* Oops no new line at the end of the file.

* Update docs/docs/frigate/hardware.md typo

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>

* Update dockerfile to download the ssd_modilenet_v1 model instead of having it in the repo.

* Updated dockerfile so it dose not download the model file.

add function to download it at runtime.

update model path.

* fix formatting according to ruff and removed unnecessary functions.

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2024-08-29 20:19:50 -06:00