* Fix: Update samples README using the link to the v11.0 data
* Having the direct link in the README makes easier
for automated testing jobs to download,
and install the correspoding sample data to
run specific tests.
* v11.0 sample data is used as well for v11.2 samples.
Signed-off-by: Esteban Vazquez <esteban.vazquez@canonical.com>
* Fix: Define a copy-pasteable block to download the TRT sample data
* This makes more clear the way of downloading the zip package.
Signed-off-by: Esteban Vazquez <esteban.vazquez@canonical.com>
---------
Signed-off-by: Esteban Vazquez <esteban.vazquez@canonical.com>
* Having the direct link in the README makes easier
for automated testing jobs to download,
and install the correspoding sample data to
run specific tests.
* v11.0 sample data is used as well for v11.1 samples.
Signed-off-by: Esteban Vazquez <esteban.vazquez@canonical.com>
* Updated submodule onnx to 10.5
Signed-off-by: Michal Guzek <mguzek@nvidia.com>
* Updated files to 10.5
Signed-off-by: Michal Guzek <mguzek@nvidia.com>
* Restore the previous .gitmodules
Signed-off-by: Michal Guzek <mguzek@nvidia.com>
* .gitmodules new line
Signed-off-by: Michal Guzek <mguzek@nvidia.com>
* Update public docker files
Signed-off-by: Michal Guzek <mguzek@nvidia.com>
* Update 10.5 oss deleted files
Signed-off-by: Michal Guzek <mguzek@nvidia.com>
* Update deprecated APIs
Signed-off-by: Michal Guzek <mguzek@nvidia.com>
---------
Signed-off-by: Michal Guzek <mguzek@nvidia.com>
* Replaced non existing call setINit8Mode
INT8 ANN quantization is started by setting the builder flag kINT8 over the setFlags of the builder option
Signed-off-by: Francesco Spadafora <sf-fs@windowslive.com>
* Fix wring naming in example
Replaced name with tensor_name in example
Signed-off-by: Francesco Spadafora <sf-fs@windowslive.com>
* setStrictTypeConstraints updated to BuilderFlag::kINT8
The documentation regarding debugging of the INT8 mode is updated to match the builder flags
Signed-off-by: Francesco Spadafora <sf-fs@windowslive.com>
* typo fix
Signed-off-by: Francesco Spadafora <sf-fs@windowslive.com>
---------
Signed-off-by: Francesco Spadafora <sf-fs@windowslive.com>
Co-authored-by: Francesco Spadafora <francesco.spadafora@advertima.com>
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>
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>