-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
|
||
## MMAN | ||
This is the code for "Macro-Micro Adversarial Network for Human Parsing" in ECCV2018. | ||
|
||
Paper link: https://arxiv.org/abs/1807.08260 | ||
This is the code for "Macro-Micro Adversarial Network for Human Parsing" in ECCV2018. [Paper link](https://arxiv.org/abs/1807.08260) | ||
|
||
By Yawei Luo, Zhedong Zheng, Liang Zheng, Tao Guan, Junqing Yu<sup>*</sup> and Yi Yang. | ||
###### <sup>*</sup> Corresponding Author: <[email protected]> | ||
|
@@ -19,9 +17,9 @@ PASCAL-Person-Part, respectively. On a relatively small dataset PPSS, our pre-tr | |
|
||
|
||
## Getting started | ||
Clone [MMAN source code] ( [email protected]:RoyalVane/MMAN.git ) | ||
Clone MMAN source code | ||
|
||
Download [The LIP Dataset] [Google Drive]( https://drive.google.com/open?id=1SlvucF37ApWCQjmdCYQ8i9yoUHNvFMiC ) | ||
Download [The LIP Dataset]( https://drive.google.com/open?id=1SlvucF37ApWCQjmdCYQ8i9yoUHNvFMiC ) | ||
|
||
The folder is structured as follows: | ||
``` | ||
|