DeepCreamPy/docker
2018-11-03 17:49:10 +01:00
..
Dockerfile Addin docker file and manual 2018-11-03 17:49:10 +01:00
gd.sh Addin docker file and manual 2018-11-03 17:49:10 +01:00
README.md Addin docker file and manual 2018-11-03 17:49:10 +01:00

Docker image

Build:

cd docker && docker build -t deeppomf/DeepCreamPy:latest . 

Run:

docker run -v <input_path>:/opt/DeepCreamPy/decensor_input -v <output_path>:/opt/DeepCreamPy/decensor_output deeppomf/DeepCreamPy:latest

where <input_path> - full path to input directory <output_path> - full path to output directory