We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for your work!
I download LIP dataset from here, and get dataset folder structure as below:
that is different from the structure you mentioned in GETTING_STARTED.md:
could you please provide the scripts to preprocess LIP dataset? Thanks for a lot!
The text was updated successfully, but these errors were encountered: