Skip to content

Conversation

@nivkner
Copy link
Contributor

@nivkner nivkner commented Sep 9, 2022

was having trouble with the installation process using pip directly (python 3.6.7 seems to be incompatible with tensorflow 1.15.2),
so i created a dockerfile based on https://github.com/deniszh/DeepCreamPy, which is out of date.

@nivkner nivkner changed the title Container add support for running with docker Sep 9, 2022
@nivkner nivkner changed the title add support for running with docker add support for running with a container Sep 9, 2022
@nivkner nivkner force-pushed the container branch 4 times, most recently from cfd6780 to 929abba Compare September 9, 2022 09:21
@nivkner nivkner changed the title add support for running with a container add support for running with Docker Sep 9, 2022
@pink-red
Copy link

pink-red commented Sep 21, 2022

I tried it, it works!

@pink-red
Copy link

pink-red commented Sep 21, 2022

Also, for mosaic decensoring, the command should be changed slightly:

docker run --rm -v $(pwd)/models:/opt/DeepCreamPy/models -v $(pwd)/decensor_input:/opt/DeepCreamPy/decensor_input -v $(pwd)/decensor_input_original:/opt/DeepCreamPy/decensor_input_original -v $(pwd)/decensor_output:/opt/DeepCreamPy/decensor_output deepcreampy --is_mosaic=true

Specifically, it requires adding these options:

  • -v $(pwd)/decensor_input_original:/opt/DeepCreamPy/decensor_input_original
  • --is_mosaic=true

@naphteine naphteine merged commit 72efbba into Deepshift:master Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants