Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 790 Bytes

File metadata and controls

25 lines (19 loc) · 790 Bytes

#OpenCV_Unet This is the simple demo of the usage unet with opencv.

#Dependencies

#Tested

  • Desktop Ubuntu 18.04
  • Nvidia jetson nano
  • MacOS

#Build Install opencv(for jetson nano there is a package which was prebuilt with CUDA support in the DNN module). Just run ./build_host.sh

#Run Run ./run.sh

Or you can use any your custom video/camera/video stream: ./build_host/opencv_unet <path to your video/camera device/videostream>