From ae876e22ee9eec6e3639abb9baa0eaa2241aa93f Mon Sep 17 00:00:00 2001 From: Davide Sapienza Date: Mon, 6 Apr 2020 20:27:59 +0200 Subject: [PATCH] Update README.md for INT8 inference Signed-off-by: Davide Sapienza --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 570c89e..0ee2834 100644 --- a/README.md +++ b/README.md @@ -151,9 +151,11 @@ rm yolo3_INT8.rt # be sure to delete(or move) old tensorRT files ./test_yolo3 # run the yolo test (is slow) ./demo yolo3_INT8.rt ../demo/yolo_test.mp4 y ``` -N.b. Using INT8 inference will lead to some errors in the results (first or second decimal). +N.b. Using INT8 inference will lead to some errors in the results. -N.b. The network test script is very slow: it call the INT8 calibrator. +N.b. The test will be slower: this is due to the INT8 calibration, which may take some time to complete. + +N.b. INT8 calibration requires TensorRT version greater than or equal to 6.0 ## mAP demo