mirror of
https://github.com/Deepshift/DeepCreamPy.git
synced 2024-11-28 20:09:58 +00:00
15 lines
357 B
Markdown
15 lines
357 B
Markdown
|
Docker image
|
||
|
------------
|
||
|
|
||
|
Build:
|
||
|
```bash
|
||
|
cd docker && docker build -t deeppomf/DeepCreamPy:latest .
|
||
|
```
|
||
|
|
||
|
Run:
|
||
|
```bash
|
||
|
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
|