From 3c9e5841e9d694f990dfeba66b334b8de11d63d4 Mon Sep 17 00:00:00 2001 From: deeppomf Date: Sun, 11 Feb 2018 01:00:15 -0500 Subject: [PATCH] update readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 9551ffc..669440c 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Decensored images will be saved to the "decensor_output_images" directory. Paste ## II. Train the pretrained model on custom dataset -Put the your custom dataset for training the "data/images" directory and convert images to npy format. +Put your custom dataset for training in the "data/images" directory and convert images to npy format. ``` $ cd training_data @@ -61,8 +61,6 @@ Train pretrained model on your custom dataset. $ python train.py ``` -The dataset will not be released. I do not want to risk trouble for distributing copyrighted pornographic material. - # To do - Add Python 3 compatibility - Add a user interface