retinanet_for_redaction_with_deepstream
retinanet_for_redaction_with_deepstream copied to clipboard
This sample shows how to train and deploy a deep learning model for the real time redaction of faces from video streams using the NVIDIA DeepStream SDK
I also had to install libgstrtspserver-1.0-dev before I could successfully compile the redaction app. I received the following error message before installing: > cc -c -o ../apps-common/src/deepstream_sink_bin.o -DPLATFORM_TEGRA -I../apps-common/includes -I../../includes...
There is a typo in the data_README under the instructions for entering the container, the path is incorrectly specified as nvcr.io/nvidian/pytorch:19.09-py3, notice the extra 'n' at the end of NVIDIA...