From 80a2cb888037a4079acce9bd0442e7e8e2f4963e Mon Sep 17 00:00:00 2001 From: deeppomf <35541366+deeppomf@users.noreply.github.com> Date: Thu, 31 Oct 2019 18:26:17 -0400 Subject: [PATCH] Update USAGE.md --- docs/USAGE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/USAGE.md b/docs/USAGE.md index 0b8d45d..6e57f6b 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -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.