Indrek Mandre
dee95de908
docker/main: use newer openvino (2023.3.0)
2024-02-04 23:01:03 +02:00
Indrek Mandre
4bcb071823
docker.rocm: remove README as it is now in detector config
2024-02-04 17:47:39 +02:00
Indrek Mandre
b2d26c9303
docker/rocm: use cp instead of tar
2024-02-04 17:03:50 +02:00
Indrek Mandre
d35a2f1795
docker/rocm: also build a version for gfx1100
2024-02-04 16:56:36 +02:00
Indrek Mandre
24cae6de47
detectors/rocm: automatically override HSA_OVERRIDE_GFX_VERSION for couple of known chipsets
2024-02-04 15:32:08 +02:00
Indrek Mandre
77fc38c84f
switch model download into bash script
2024-02-04 14:22:15 +02:00
Indrek Mandre
8a14703d26
docker/rocm: compile onnx files into mxr files at startup
2024-02-04 13:52:27 +02:00
Indrek Mandre
b151bcca09
detectors/rocm: assume models are in /config/model_cache/yolov8/
2024-02-04 13:27:15 +02:00
Indrek Mandre
7c58c3ed4e
docker/main: add download-models overlay into s6 startup
2024-02-04 13:13:18 +02:00
Indrek Mandre
2634348909
docker/rocm: do not set HSA_OVERRIDE_GFX_VERSION at all for the general version as the empty value broke rocm
2024-01-28 02:23:10 +02:00
harakas
917561bb42
docker/rocm: update README.md
2024-01-28 00:45:20 +02:00
harakas
3747b8ef11
docker/rocm: updated README.md
2024-01-28 00:30:20 +02:00
Indrek Mandre
4481d08e96
example detectors view
2024-01-28 00:27:16 +02:00
Indrek Mandre
252a5dde05
docker/rocm: updated container with limite label sets
2024-01-27 22:46:54 +02:00
Indrek Mandre
af3e40d2e1
detector/plugins: added onnx cpu plugin
2024-01-27 22:39:15 +02:00
harakas
c93a508052
docker/rocm: updated README
2024-01-26 11:33:44 +02:00
harakas
6de14a4e8e
docker/rocm: updated README
2024-01-26 11:33:11 +02:00
harakas
60ea2a4c8a
docker/rocm: updated README
2024-01-26 11:30:22 +02:00
Indrek Mandre
bb0836b9ca
docker/rocm: readme about running on AMD GPUs
2024-01-26 11:11:56 +02:00
Indrek Mandre
fb2425ecf0
docker/rocm: make imported model files readable by all
2024-01-26 10:54:24 +02:00
Indrek Mandre
35ae69a632
AMD/ROCm: add couple of more ultralytics models; comments
2024-01-26 10:47:12 +02:00
Indrek Mandre
42f1168898
ROCm AMD/GPU based build and detector, WIP
2024-01-25 20:14:22 +02:00
Nicholas Page
49814b34d3
Update Jetson ffmpeg patch for Jetpack 5.1.2 compatibility ( #8914 )
2023-12-31 07:38:29 -06:00
Nicolas Mowen
595fa3d111
Re-add support for go2rtc webrtc api ( #8828 )
2023-12-01 06:47:09 -07:00
Blake Blackshear
a490c375f4
Limit exposed go2rtc api to bare minimum ( #8762 )
...
* only permit GET requests to go2rtc
* bare minimum go2rtc passthrough
* support frigate card
* expose go2rtc streams data only
2023-11-27 18:25:47 -06:00
Marc Altmann
1dc42d2904
update github links ( #8705 )
2023-11-21 23:20:26 +00:00
Sergey Krashevich
500d369c50
Fix: workaround for drawing non-latin characters ( #7686 )
...
* Add transliteration support to draw_box_with_label function
* isort
2023-11-21 02:05:51 +00:00
Marc Altmann
1eb5105b24
Adding go2rtc presets for Rockchip hardware acceleration ( #8686 )
...
* add go2rtc presets for rk hw accel
* code formatting
* add docs about go2rtc presets
* Update comment
2023-11-20 19:10:44 -06:00
Sergey Krashevich
463865db55
fix go2rtc run ( #8692 )
2023-11-20 19:09:40 -06:00
Sergey Krashevich
ea247ca816
go2rtc 1.8.4 ( #8691 )
2023-11-21 01:07:54 +00:00
trademark789
934b16723b
make go2rtc always rebuild config at startup ( #8664 )
...
* make go2rtc always rebuild config at startup
/dev/shm can be left mounted (in fact im pretty sure it's always left mounted) on the docker host after shutting down the frigate container.
If we only check that the file doesn't exist, stale data gets re-read every startup
This will make troubleshooting a nightmare for the average user.
I had given up troubleshooting go2rtc several times because of this.
* generate config after supervisor data is loaded
* Fix fi
* fix fi
---------
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2023-11-19 07:08:42 -06:00
Blake Blackshear
4879de263b
Docs improvements ( #8641 )
...
* go all in on ruff
* upgrade docusaurus
* add netlify toml
* broken link
* fix netlify toml
* start filling out guide
* add debian setup detail
* simplify bash command
2023-11-18 08:04:43 -06:00
Marc Altmann
c6208b266b
Include libraries and .rknn models for other Rockchip SoCs ( #8649 )
...
* support for other yolov models and config checks
* apply code formatting
* Information about core mask and inference speed
* update rknn postprocess and remove params
* update model selection
* Apply suggestions from code review
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
* support rknn on all socs
* apply changes from review and fix post process bug
* apply code formatting
* update tip in object_detectors docs
---------
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2023-11-18 07:53:49 -06:00
Marc Altmann
7522bb6fab
Add features to rknn detector ( #8631 )
...
* support for other yolov models and config checks
* apply code formatting
* Information about core mask and inference speed
* update rknn postprocess and remove params
* update model selection
* Apply suggestions from code review
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
---------
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2023-11-17 01:08:41 +00:00
Nicolas Mowen
97c15f7ef3
Update go2rtc to 1.8.3 ( #8627 )
2023-11-16 01:24:26 +00:00
Marc Altmann
8c7f6d4a76
Add static FFmpeg with rockchip hardware acceleration to rk- image ( #8599 )
...
* add static ffmpeg with rockchip hw accel
* add ffmpeg presets
* fix scaling preset and update docs for rk hwaccel
* update usage info in ffmpeg_presets docs
* Add note about hardware acceleration support
---------
Co-authored-by: MarcA711 <>
2023-11-15 05:41:55 -06:00
Nicolas Mowen
aa93d4fbdd
Fix nginx cache ( #8558 )
2023-11-09 16:09:25 -06:00
Nicolas Mowen
d0036b2f77
Update go2rtc to 1.8.2 ( #8459 )
...
* Update go2rtc to 1.8.2
* Update docs for 1.8.2
2023-11-09 06:43:06 -06:00
Nicolas Mowen
0b828ef1ec
Only cache json requests with nginx ( #8529 )
...
* Only cache json requests
* Use map instead
2023-11-07 23:18:58 +00:00
Nicolas Mowen
f1b60f76eb
Fix go2rtc UDP port default config ( #8469 )
...
* Fix go2rtc UDP port
* fix
* Use correct port
* fix comment
Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
---------
Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
2023-11-07 11:33:33 +00:00
Blake Blackshear
aefecad4c0
Update deps ( #8426 )
...
* update web deps
* other deps
2023-11-02 13:36:49 +00:00
Marc Altmann
090294e89b
Initial support for rockchip boards ( #8382 )
...
* initial support for rockchip boards
* Apply suggestions from code review
apply requested changes
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
* requested changes
* rewrite dockerfile
* adjust targets
* Update .github/workflows/ci.yml
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
* Update docs/docs/configuration/object_detectors.md
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
* Update docs/docs/configuration/object_detectors.md
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
* add information to docs
* Update docs/docs/configuration/object_detectors.md
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
* format rknn.py
* apply changes from isort and ruff
---------
Co-authored-by: MarcA711 <>
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2023-11-02 12:55:24 +00:00
Blake Blackshear
0dd3dd23aa
add support for docker secrets ( #8409 )
...
* add support for docker secrets
* check for directory first
2023-11-02 05:35:30 -05:00
Blake Blackshear
159fb51518
implement nginx caching ( #8333 )
...
* implement nginx caching
* bypass cache from frigate frontend, reduce to 5s
* set cache time to 2s
* cache 200s for 5s
* exclude vod endpoints from cache
2023-10-29 06:47:24 -05:00
Sergey Krashevich
979c49fd35
Update build_nginx.sh ( #8361 )
2023-10-28 06:35:11 -05:00
Blake Blackshear
e13a176820
Update deps ( #8261 )
...
* update web deps
* update python deps
* actions deps
2023-10-21 10:53:21 -05:00
Blake Blackshear
1e71e36056
fix route for stats and version ( #8263 )
2023-10-21 10:40:46 -05:00
Blake Blackshear
18545718c1
refactor and disable access logs for stats and version ( #8259 )
2023-10-21 08:15:24 -05:00
Nicolas Mowen
126aed2798
Include non-free in hwaccel deps types ( #8203 )
2023-10-17 21:18:50 -04:00
Nicolas Mowen
c7b2c6b95d
Pin all hwaccel deps ( #8191 )
2023-10-17 06:37:40 -05:00