From fee3213cf86ffadf2f21354cf7d5f8d306bb0df7 Mon Sep 17 00:00:00 2001 From: tianzhuotao <68939582+tianzhuotao@users.noreply.github.com> Date: Sun, 9 Aug 2020 16:02:42 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f899dc2..a3895ad 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Then update the train/val/test list paths in the config files. + We do not use the augmented images of voc as the training data. ##### To get voc_sbd_merge_noduplicate.txt: -+ we first merge the original VOC (voc_original_train.txt) and SBD (sbd_data.txt) training data. ++ we first merge the original VOC (voc_original_train.txt) and SBD ([**sbd_data.txt**](http://home.bharathh.info/pubs/codes/SBD/train_noval.txt)) training data. + The merged list (voc_sbd_merge.txt) is then processed by the script (duplicate_removel.py) to remove the duplicate images and labels. ### Run Demo / Test with Pretrained Models