From fbf893d1acb31557f23a58fef06ae22d291e3407 Mon Sep 17 00:00:00 2001 From: tianzhuotao <68939582+tianzhuotao@users.noreply.github.com> Date: Fri, 14 Aug 2020 16:18:59 +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 335e7a3..1e22044 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Then update the train/val/test list paths in the config files. #### [Update] We have uploaded the lists we use in our paper. + The train/val lists for COCO contain 82081 and 40137 images respectively. They are the default train/val splits of COCO. -+ The train/val lists for PASCAL5i contain 5953 and 1449 images respectively. The train list should be **voc_sbd_merge_noduplicate.txt** and the val list is the original val list of pascal voc (**val_fixed.txt**). ++ The train/val lists for PASCAL5i contain 5953 and 1449 images respectively. The train list should be **voc_sbd_merge_noduplicate.txt** and the val list is the original val list of pascal voc (**val.txt**). ##### 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.