From c85f4736d17d4e4843e74f7fb6fd4a42f5e36963 Mon Sep 17 00:00:00 2001 From: tianzhuotao <68939582+tianzhuotao@users.noreply.github.com> Date: Mon, 3 Aug 2020 23:24:33 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3808f30..450cad3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -## PFENet +# PFENet This is the implementation of our paper **PFENet: Prior Guided Feature Enrichment Network for Few-shot Segmentation** that has been accepted to IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI). -## Get Started +# Get Started ### Environment + torch==1.4.0 (torch version >= 1.0.1.post2 should be okay to run this repo) @@ -50,7 +50,7 @@ Execute this command at the root directory: sh train.sh {*dataset*} {*model_config*} -## Related Repositories +# Related Repositories This project is built upon a very early version of **SemSeg**: https://github.com/hszhao/semseg. @@ -67,7 +67,7 @@ Other projects in few-shot segmentation: Many thanks to their greak work! -## Citation +# Citation If you find this project useful, please consider citing: ```