Commit Graph

4 Commits

Author SHA1 Message Date
dependabot[bot]
18a854971e
Bump cuda-python from 11.7 to 12.6.1 in /docker/tensorrt
Bumps [cuda-python](https://github.com/NVIDIA/cuda-python) from 11.7 to 12.6.1.
- [Release notes](https://github.com/NVIDIA/cuda-python/releases)
- [Changelog](https://github.com/NVIDIA/cuda-python/blob/v12.6.1/docs/release.html)
- [Commits](https://github.com/NVIDIA/cuda-python/compare/v11.7.0...v12.6.1)

---
updated-dependencies:
- dependency-name: cuda-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-05 12:05:02 +00:00
Nicolas Mowen
bb4e863e87
Fix jetson onnxruntime (#14698)
* Fix jetson onnxruntime

* Remove comment
2024-10-30 19:16:28 -05:00
Nicolas Mowen
c7a4220d65
Jetson onnxruntime (#14688)
* Add support for using onnx runtime with jetson

* Update docs

* Clarify
2024-10-30 08:22:28 -06:00
Andrew Reiter
a96a951e23
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 05:50:41 -05:00