NVIDIA-AI-IOT / redaction_with_deepstream

An example of using DeepStream SDK for redaction
Other
205 stars 59 forks source link

model for jetson nano #4

Closed bobogumizelka closed 5 years ago

bobogumizelka commented 5 years ago

Is there a possibility to run this app on jetson nano? How can I obtain/prepare the proper model?

wkelongws commented 5 years ago

Hi the app runs on Jetson nano as well.

  1. $ cd /sources/apps
  2. $ git clone https://github.com/NVIDIA-AI-IOT/redaction_with_deepstream.git
  3. $ cd redaction_with_deepstream
  4. $ make
  5. run the app. If you have a usb web cam connected to your nano you can quickly test by runnning: $ ./deepstream-redaction-app -c configs/pgie_config_fd_lpd.txt it will bring up the webcam on screen and redact faces/license plates in it.