From cb43214926573144fc0d8826a39710d3a295f215 Mon Sep 17 00:00:00 2001 From: Marcos Luciano Date: Fri, 25 Dec 2020 10:08:02 -0300 Subject: [PATCH] Fix classes mismatch --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 82cc38f..b298bbf 100644 --- a/readme.md +++ b/readme.md @@ -212,6 +212,12 @@ pre-cluster-threshold = 0.25 (CONF_THRESH) ## ### Native TensorRT conversion + +Run command +``` +sudo chmod -R 777 /opt/nvidia/deepstream/deepstream-5.0/sources/ +``` + Download [my native folder](https://github.com/marcoslucianops/DeepStream-Yolo/tree/master/native), rename to yolo and move to your deepstream/sources folder. Download cfg and weights files from your model and move to deepstream/sources/yolo folder.