Closed lexiqi closed 4 years ago
Hi deepstream support is an optional config. If you want to use the detection model created by mmdetection-to-tensorrt in deepstream, you can cmake like this:
cmake ...... -DWITH_DEEPSTREAM=true -DDeepStream_DIR=<path/to/deepstream> .....
to enable deepstream support.
If you does not need it. just ignore the log.
Hi deepstream support is an optional config. If you want to use the detection model created by mmdetection-to-tensorrt in deepstream, you can cmake like this:
cmake ...... -DWITH_DEEPSTREAM=true -DDeepStream_DIR=<path/to/deepstream> .....
to enable deepstream support.
If you does not need it. just ignore the log.
get,,,thank you~
hi, I want to make sure that need to install deepstream?? Tks