├── .Makefile.swp ├── LICENSE.md ├── Makefile ├── README.md ├── configs └── pgie_config_fd_lpd.txt ├── deepstream_redaction_app.c ├── fd_lpd_model ├── fd_lpd.caffemodel ├── fd_lpd.prototxt └── labels.txt ├── images ├── pipeline-on-screen-display.png ├── pipeline-output-to-mp4.png └── redaction_teaser_graphics.png └── sample_videos └── sample_output.mp4 /.Makefile.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/redaction_with_deepstream/HEAD/.Makefile.swp -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/redaction_with_deepstream/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/redaction_with_deepstream/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/redaction_with_deepstream/HEAD/README.md -------------------------------------------------------------------------------- /configs/pgie_config_fd_lpd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/redaction_with_deepstream/HEAD/configs/pgie_config_fd_lpd.txt -------------------------------------------------------------------------------- /deepstream_redaction_app.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/redaction_with_deepstream/HEAD/deepstream_redaction_app.c -------------------------------------------------------------------------------- /fd_lpd_model/fd_lpd.caffemodel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/redaction_with_deepstream/HEAD/fd_lpd_model/fd_lpd.caffemodel -------------------------------------------------------------------------------- /fd_lpd_model/fd_lpd.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/redaction_with_deepstream/HEAD/fd_lpd_model/fd_lpd.prototxt -------------------------------------------------------------------------------- /fd_lpd_model/labels.txt: -------------------------------------------------------------------------------- 1 | face 2 | license_plate 3 | make 4 | model 5 | -------------------------------------------------------------------------------- /images/pipeline-on-screen-display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/redaction_with_deepstream/HEAD/images/pipeline-on-screen-display.png -------------------------------------------------------------------------------- /images/pipeline-output-to-mp4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/redaction_with_deepstream/HEAD/images/pipeline-output-to-mp4.png -------------------------------------------------------------------------------- /images/redaction_teaser_graphics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/redaction_with_deepstream/HEAD/images/redaction_teaser_graphics.png -------------------------------------------------------------------------------- /sample_videos/sample_output.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/redaction_with_deepstream/HEAD/sample_videos/sample_output.mp4 --------------------------------------------------------------------------------