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
2025-12-06 13:34:13 +03:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
dev
frigate
/
docker
/
tensorrt
/
requirements-models-arm64.txt
3 lines
96 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Revert numpy upgrade (#7341) * Revert numpy upgrade * Upgrade arm64 onnx version to match amd64 * Increase CODEOWNERS granularity Not sure if it has an effect since I don't have repository write access
2023-08-01 05:45:50 +03:00
onnx == 1.14.0; platform_machine == 'aarch64'
Nvidia Jetson ffmpeg + TensorRT support (#6458) * Non-Jetson changes Required for later commits: - Allow base image to be overridden (and don't assume its WORKDIR) - Ensure python3.9 - Map hwaccel decode presets as strings instead of lists Not required: - Fix existing documentation - Simplify hwaccel scale logic * Prepare for multi-arch tensorrt build * Add tensorrt images for Jetson boards * Add Jetson ffmpeg hwaccel * Update docs * Add CODEOWNERS * CI * Change default model from yolov7-tiny-416 to yolov7-320 In my experience the tiny models perform markedly worse without being much faster * fixup! Update docs
2023-07-26 13:50:41 +03:00
protobuf == 3.20.3; platform_machine == 'aarch64'
Reference in New Issue
Copy Permalink