23 Commits

Author SHA1 Message Date
Kevin Chen 1dade062a4 TensorRT 11.2 OSS Release (#4823)
Signed-off-by: Kevin Chen <kevinch@nvidia.com>
2026-08-04 13:03:10 -07:00
Kevin Chen 82d1dca801 TensorRT 11.1 OSS Release (#4808)
Signed-off-by: Kevin Chen <kevinch@nvidia.com>
2026-06-24 14:24:47 -07:00
Kevin Chen 771d8efdf7 TensorRT 11.0 OSS Release (#4799)
Signed-off-by: Kevin Chen <kevinch@nvidia.com>
2026-06-02 15:04:59 -07:00
Kevin Chen 9973b2f4ab TensorRT 10.15 OSS Release (#4692)
Signed-off-by: Kevin Chen <kevinch@nvidia.com>
2026-02-03 14:19:46 -08:00
asfiyab-nvidia 3b4ddc1d45 TensorRT Release 10.14 (#4633)
Signed-off-by: Asfiya Baig <asfiyab@nvidia.com>
2025-11-07 16:11:33 -08:00
Kevin Chen 94e2b9ef6d TensorRT 10.13.3 OSS Release (#4570)
Signed-off-by: Kevin Chen <kevinch@nvidia.com>
2025-09-08 17:14:59 -07:00
Kevin Chen a471b2aed8 TensorRT 10.13.2 OSS Release (#4556)
Signed-off-by: Kevin Chen <kevinch@nvidia.com>
2025-08-19 09:40:44 -07:00
Kevin Chen c468d67760 TensorRT 10.6-GA OSS Release (#4238)
Signed-off-by: Kevin Chen <kevinch@nvidia.com>
2024-11-05 13:52:52 -08:00
Balarama Raju Buddharaju 84dd6ed18c Updates for Release 10.3-GA.
Signed-off-by: Balarama Raju Buddharaju <bbuddharaju@nvidia.com>
2024-08-08 12:32:01 -07:00
Yuan Yao 2332a7191d 10.2 GA release update (#3998)
* 10.2 GA updates

Signed-off-by: Yuan Yao (yuanyao) <yuanyao@nvidia.com>

* update changelog

Signed-off-by: Yuan Yao (yuanyao) <yuanyao@nvidia.com>

* revert plugin README format changes

Signed-off-by: Yuan Yao (yuanyao) <yuanyao@nvidia.com>

---------

Signed-off-by: Yuan Yao (yuanyao) <yuanyao@nvidia.com>
2024-07-11 10:18:43 -07:00
Akhil Goel 21f31ba77e TensorRT OSS 10.1 GA Release
Signed-off-by: Akhil Goel <akhilg@nvidia.com>
2024-06-17 16:58:17 -07:00
Asfiya Baig d3107c885a TensorRT 10.0 GA Release
Signed-off-by: Asfiya Baig <asfiyab@nvidia.com>
2024-04-30 10:00:50 -07:00
Asfiya Baig 147005ffe1 TensorRT 10.0 Release
Signed-off-by: Asfiya Baig <asfiyab@nvidia.com>
2024-04-02 17:06:37 -07:00
Ilya Sherstyuk c89bc8368a Update TensorRT to 8.6.1
Signed-off-by: Ilya Sherstyuk <isherstyuk@nvidia.com>
2023-05-04 20:53:55 -07:00
Samurdhi Karunaratne 3efb69b291 Support class-independent NMS with new parameter in efficientNMSPlugin
Also adds goldenIO testcases: one for class agnostic NMS and another for class aware NMS.
With this, golden_io_snippet.py is also modified to support checking for multiple
plugin outputs.

	Adds `class_agnostic` parameter to `EfficientNMS_TRT` plugin:

	 - Some object detection networks/architectures like YOLO series need to
	 use class-independent NMS operations.
	 - If `class_agnostic` is enabled, class-independent NMS is performed;
	 otherwise, different classes would do NMS separately.

	Signed-off-by: Samurdhi Karunaratne <skarunaratne@nvidia.com>

Signed-off-by: Shuyue Lan <shuyuel@nvidia.com>
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2023-03-16 20:53:29 -07:00
Shuyue Lan 3ec7b425cf Cherry-pick sample changes and update headers & python bindings from TRT rel-8.6
Signed-off-by: Shuyue Lan <shuyuel@nvidia.com>
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2023-03-15 17:38:49 -07:00
Simeng Liu 1d6bf36034 TensorRT 8.5.1 OSS Release
Update tools including onnx-graphsurgeon(v0.3.25), Polygraphy(v0.43.1), tensorflow-quantization(v0.2.0)
Update onnx-tensorrt(8.5GA)
Mass merge sample, plugin, demo, python changes for TRT-8.5 GA release
Update demoBERT benchmark data for TensorRT 8.5.1

Signed-off-by: Simeng Liu <simengl@nvidia.com>

Signed-off-by: Simeng Liu <simengl@nvidia.com>
2022-11-02 16:43:34 -07:00
azhurkevich eeaa085ae4 Fix detectron2 requirements and README
Signed-off-by: Kevin Chen <kevinch@nvidia.com>
2022-07-21 22:44:02 -04:00
Rajeev Rao 8fd0b8a750 Remove Pillow version pin in requirements.txt
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2022-06-14 14:23:17 -07:00
Rajeev Rao 6498887518 TensorRT sample updates for rel-8.4
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2022-06-14 14:23:17 -07:00
Alexander Zhurkevich 5bd9f0ab5c Fix Detectron2 sample README
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2022-05-13 14:51:01 -07:00
Rajeev Rao 052281f0ab Update copyright headers with SPDX identifiers
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2022-04-13 18:16:54 -07:00
Alexander Zhurkevich e3f9632fcc Detectron 2 Mask R-CNN R50-FPN python sample
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2022-04-13 18:16:54 -07:00