Update USAGE.md

This commit is contained in:
deeppomf 2019-10-31 18:26:17 -04:00 committed by GitHub
parent 80f0c397b1
commit 80a2cb8880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ Decensor the images by double-clicking on the decensor file.
Decensor the images by running
```
$ python decensor.py
$ python main.py
```
Decensored images will be saved to the "decensor_output" folder. Decensoring takes a few minutes per image.
@ -46,7 +46,7 @@ Decensor the images by double-clicking on the decensor_mosaic file.
Decensor the images by running
```
$ python decensor.py --is_mosaic=True
$ python main.py
```
Decensored images will be saved to the "decensor_output" folder. Decensoring takes a few minutes per image.