From 796e93d4bb0341e6e0180ee2de4f755b10c7ef9e Mon Sep 17 00:00:00 2001 From: tianzhuotao <68939582+tianzhuotao@users.noreply.github.com> Date: Sun, 9 Aug 2020 16:23:14 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd71ddd..baae385 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Then update the train/val/test list paths in the config files. ##### To get voc_sbd_merge_noduplicate.txt: + 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. ++ **sbd_data.txt** has no overlap with the PASCALVOC 2012 validation data. + The merged list (voc_sbd_merge.txt) is then processed by the script (duplicate_removal.py) to remove the duplicate images and labels. ### Run Demo / Test with Pretrained Models