redaction_with_deepstream icon indicating copy to clipboard operation
redaction_with_deepstream copied to clipboard

An example of using DeepStream SDK for redaction

Results 9 redaction_with_deepstream issues
Sort by recently updated
recently updated
newest added

jet@jet-nano:/opt/nvidia/deepstream/deepstream-6.0/sources/apps/redaction_with_deepstream$ sudo ./deepstream-redaction-app -c configs/pgie_config_fd_lpd.txt [sudo] password for jet: Now playing from webcam Using winsys: x11 0:00:23.984407105 11588 0x5590232ed0 INFO nvinfer gstnvinfer.cpp:638:gst_nvinfer_logger: NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::deserializeEngineAndBackend() [UID = 1]:...

Hi, when the following command is executed : $ **sudo ./deepstream-redaction-app -c ./configs/pgie_config_fd_lpd.txt -i ./sample_videos/redaction-A_1_partial.mp4 -o ./sample_videos/redaction-A_1_partial_output.mp4** with the following error and warnings : Opening in BLOCKING MODE ERROR: Deserialize...

The description says that "the example uses ResNet-10 to detect faces and license plates". My understanding is that ResNet10 is the image classification backbone, but what is the object detector...

Hello, Could you provide an INT8 calibration file in order to run this fd_lpd.caffemodel in DeepStream 5 with better performance? Thanks

So, i was going through the application, and I did not find any reference whatsoever for NMS like how are you guys taking care of that? Thanks!

Hi, I am running into this error when trying to make, I am running the deepstream docker and have successfully run the deepstream objectDetector_FasterRCNN app so I don't understand why...

Is the dataset you used publicly open or custom created one ? Could you give more details about dataset preparation if it is custom ? Did you collect dataset images...