From d9f3485f571a3c0dfca89c2cd1781fba87c04c8b Mon Sep 17 00:00:00 2001 From: p2oql4fvh <1527210260@qq.com> Date: Mon, 28 Mar 2022 19:55:31 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f751fa..a25d9b3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Please download the following datasets: PASCAL-5i is based on the PASCAL VOC 2012 and SBD where the val images should be excluded from the list of training samples. -COCO 2014. +#COCO 2014. This code reads data from .txt files where each line contains the paths for image and the correcponding label respectively. Image and label paths are seperated by a space. Example is as follows: @@ -56,7 +56,7 @@ sh train.sh {*dataset*} {*model_config*} Related Repositories This project is built upon a very early version of SemSeg: https://github.com/hszhao/semseg. -Other projects in few-shot segmentation: +#Other projects in few-shot segmentation: OSLSM: https://github.com/lzzcd001/OSLSM CANet: https://github.com/icoz69/CaNet