forked from blakeblackshear/frigate
-
Notifications
You must be signed in to change notification settings - Fork 1
Download the pyaxengine whl from AXERA-TECH #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
c9bd907
Frontend fixes (#22294)
hawkeye217 c2e667c
Add dynamic configuration for more fields (#22295)
hawkeye217 dda9f7b
apply filters after clustering (#22308)
hawkeye217 889dfca
Frontend fixes (#22309)
hawkeye217 acdfed4
Improve annotation offset UX (#22310)
hawkeye217 a705f25
Support using GenAI for embeddings / semantic search (#22323)
NickM-27 ef07563
Update onnx deps to support 50 series GPUs (#22324)
NickM-27 df27e04
Frontend updates (#22327)
hawkeye217 b2c7840
Refactor enrichment confg updater (#22325)
hawkeye217 e930492
Publish license plate box coordinates (#22337)
hawkeye217 dd9497b
Add ability to delete cameras (#22336)
hawkeye217 9cbd80d
Add motion previews filter (#22347)
hawkeye217 119137c
Update Intel Deps (#22351)
NickM-27 e8b9225
Recordings API and calendar UI performance improvements (#22352)
hawkeye217 5cec1be
Bump docker/bake-action from 6 to 7 (#22291)
dependabot[bot] 6c47e83
Bump docker/build-push-action from 5 to 7 (#22292)
dependabot[bot] 90ad521
Update translation files
weblate d88c0e2
Update translation files
weblate b405877
Update translation files
weblate 7b2c75b
Update translation files
weblate 68fe788
Update translation files
weblate e1ae326
Update translation files
weblate 3dd584b
Translated using Weblate (German)
weblate aa5085c
Update translation files
weblate 0a6c440
Added translation using Weblate (Greek)
weblate 6007ec8
Added translation using Weblate (Estonian)
weblate ec49ccf
Added translation using Weblate (Russian)
weblate a2eabdb
Translated using Weblate (Romanian)
weblate 0723380
Added translation using Weblate (Bulgarian)
weblate 5f75289
Added translation using Weblate (Ukrainian)
weblate e6405a2
Added translation using Weblate (Japanese)
weblate 680361c
Translated using Weblate (Catalan)
weblate 5de553c
Added translation using Weblate (Czech)
weblate fe22d99
Added translation using Weblate (Portuguese)
weblate acbec0b
Added translation using Weblate (Vietnamese)
weblate 6291107
Added translation using Weblate (Icelandic)
weblate f79e07d
Added translation using Weblate (Croatian)
weblate d838d13
Added translation using Weblate (Hungarian)
weblate bfb275f
Added translation using Weblate (Hindi)
weblate 7f061ba
Added translation using Weblate (Hebrew)
weblate d8d5f1c
Added translation using Weblate (Malayalam)
weblate 4c5124e
Added translation using Weblate (Polish)
weblate 34b5e3c
Added translation using Weblate (Italian)
weblate 983ee58
Added translation using Weblate (Arabic)
weblate 9d3bc82
Added translation using Weblate (Indonesian)
weblate 00fd1cc
Translated using Weblate (Dutch)
weblate 665fc76
Translated using Weblate (Spanish)
weblate 36efcf9
Translated using Weblate (French)
weblate f6f4c67
Added translation using Weblate (Swedish)
weblate dbf9976
Added translation using Weblate (Persian)
weblate b9a35dc
Added translation using Weblate (Finnish)
weblate a8ea77b
Added translation using Weblate (Serbian)
weblate f0ecc5b
Added translation using Weblate (Albanian)
weblate c0c64fe
Added translation using Weblate (Korean)
weblate 39c878b
Added translation using Weblate (Slovak)
weblate 8d010c5
Added translation using Weblate (Slovenian)
weblate e5494bb
Added translation using Weblate (Urdu)
weblate 29d071f
Added translation using Weblate (Uzbek)
weblate d568207
Added translation using Weblate (Chinese (Traditional Han script))
weblate c575e6b
Added translation using Weblate (Chinese (Simplified Han script))
weblate 925cb04
Added translation using Weblate (Norwegian Bokmål)
weblate 29ffcea
Translated using Weblate (Cantonese (Traditional Han script))
weblate e75b8ca
Update translation files
weblate 5254bfd
Refactor Review GenAI Prompt (#22353)
NickM-27 c7b5193
feat: Initial AXERA detector
ZhaiSoul 9dbff56
chore: update pip install URL for axengine package
ZhaiSoul e562381
Update docker/main/Dockerfile
ZhaiSoul 7e6d15d
Update docs/docs/configuration/object_detectors.md
ZhaiSoul 904e651
Update AXERA section in installation.md
ZhaiSoul a4dddde
Update axmodel download URL to Hugging Face
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,18 +1,18 @@ | ||
| # NVidia TensorRT Support (amd64 only) | ||
| # Nvidia ONNX Runtime GPU Support | ||
| --extra-index-url 'https://pypi.nvidia.com' | ||
| cython==3.0.*; platform_machine == 'x86_64' | ||
| nvidia_cuda_cupti_cu12==12.5.82; platform_machine == 'x86_64' | ||
| nvidia-cublas-cu12==12.5.3.*; platform_machine == 'x86_64' | ||
| nvidia-cudnn-cu12==9.3.0.*; platform_machine == 'x86_64' | ||
| nvidia-cufft-cu12==11.2.3.*; platform_machine == 'x86_64' | ||
| nvidia-curand-cu12==10.3.6.*; platform_machine == 'x86_64' | ||
| nvidia_cuda_nvcc_cu12==12.5.82; platform_machine == 'x86_64' | ||
| nvidia-cuda-nvrtc-cu12==12.5.82; platform_machine == 'x86_64' | ||
| nvidia_cuda_runtime_cu12==12.5.82; platform_machine == 'x86_64' | ||
| nvidia_cusolver_cu12==11.6.3.*; platform_machine == 'x86_64' | ||
| nvidia_cusparse_cu12==12.5.1.*; platform_machine == 'x86_64' | ||
| nvidia_nccl_cu12==2.23.4; platform_machine == 'x86_64' | ||
| nvidia_nvjitlink_cu12==12.5.82; platform_machine == 'x86_64' | ||
| nvidia-cuda-cupti-cu12==12.9.79; platform_machine == 'x86_64' | ||
| nvidia-cublas-cu12==12.9.1.*; platform_machine == 'x86_64' | ||
| nvidia-cudnn-cu12==9.19.0.*; platform_machine == 'x86_64' | ||
| nvidia-cufft-cu12==11.4.1.*; platform_machine == 'x86_64' | ||
| nvidia-curand-cu12==10.3.10.*; platform_machine == 'x86_64' | ||
| nvidia-cuda-nvcc-cu12==12.9.86; platform_machine == 'x86_64' | ||
| nvidia-cuda-nvrtc-cu12==12.9.86; platform_machine == 'x86_64' | ||
| nvidia-cuda-runtime-cu12==12.9.79; platform_machine == 'x86_64' | ||
| nvidia-cusolver-cu12==11.7.5.*; platform_machine == 'x86_64' | ||
| nvidia-cusparse-cu12==12.5.10.*; platform_machine == 'x86_64' | ||
| nvidia-nccl-cu12==2.29.7; platform_machine == 'x86_64' | ||
| nvidia-nvjitlink-cu12==12.9.86; platform_machine == 'x86_64' | ||
| onnx==1.16.*; platform_machine == 'x86_64' | ||
| onnxruntime-gpu==1.22.*; platform_machine == 'x86_64' | ||
| onnxruntime-gpu==1.24.*; platform_machine == 'x86_64' | ||
| protobuf==3.20.3; platform_machine == 'x86_64' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
RUN pip3 installline downloads and executes a wheel directly from a third-party GitHub release URL without any integrity verification, which creates a supply-chain risk. If theAXERA-TECH/pyaxenginerepository or its release assets were compromised or the tag reused, an attacker could replace the wheel with malicious code that would run during image build and inside the container. To reduce this risk, pin to an immutable, integrity-verified artifact (for example using a trusted package registry and checksum verification or vendoring the wheel into the build context) instead of a mutable GitHub URL.