From 93e0dc2307587e9717ffdf4ee207acbd484b9c55 Mon Sep 17 00:00:00 2001 From: deeppomf Date: Mon, 26 Feb 2018 21:07:13 -0500 Subject: [PATCH] update --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9a8069..21055c0 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,10 @@ To train, run $ python train.py ``` -If desired, you can train the pretrained model on your custom dataset. +If desired, you can train the pretrained model on your custom dataset by running +``` +$ python train.py --continue_training=True +``` Training can be done separately for mosaics with train_mosaic.py, but decensor.py is not yet compatible with mosaic decensorship models.