We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddb7835 + 00599c3 commit 5303f73Copy full SHA for 5303f73
README.md
@@ -251,7 +251,7 @@ Copy these two images the DeepFill repo folder:
251
Paste the command below in the terminal of our running DeepFill container:
252
253
```bash
254
-python3 test.py --image input.png --mask mask.png --output output.png --checkpoint_dir model_logs/release_places2_256
+python3 test.py --image input.png --mask mask.png --output output.png --checkpoint_dir model_logs/release_places2_256_deepfill_v2/
255
```
256
257
The terminal will return a lot of debugging infos ... don't bother. After a few seconds you should get this result:
0 commit comments