Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

preprocess scripts for LIP #93

Open
shouyanxiang opened this issue May 11, 2022 · 0 comments
Open

preprocess scripts for LIP #93

shouyanxiang opened this issue May 11, 2022 · 0 comments

Comments

@shouyanxiang
Copy link

Thanks for your work!

I download LIP dataset from here, and get dataset folder structure as below:

.
|-- ATR
|   `-- humanparsing
|       |-- JPEGImages
|       `-- SegmentationClassAug
|-- CIHP
|   `-- instance-level_human_parsing
|       |-- Testing
|       |   `-- Images
|       |-- Training
|       |   |-- Categories
|       |   |-- Category_ids
|       |   |-- Human
|       |   |-- Human_ids
|       |   |-- Images
|       |   |-- Instance_ids
|       |   `-- Instances
|       `-- Validation
|           |-- Categories
|           |-- Category_ids
|           |-- Human
|           |-- Human_ids
|           |-- Images
|           |-- Instance_ids
|           `-- Instances
`-- LIP

that is different from the structure you mentioned in GETTING_STARTED.md:


├── lip
│   ├── atr
│   │   ├── edge
│   │   ├── image
│   │   └── label
│   ├── cihp
│   │   ├── image
│   │   └── label
│   ├── train
│   │   ├── edge
│   │   ├── image
│   │   └── label
│   ├── val
│   │   ├── edge
│   │   ├── image
│   │   └── label

could you please provide the scripts to preprocess LIP dataset? Thanks for a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant