README.org

January 17, 2023 ยท View on GitHub

#+TITLE: M-CE2P

The codes for generating masks and boxes for MHP v2.0 are now updated in =code_for_maskrcnn= folder. The process for CIHP dataset is similar with that for MHP v2.0.

  • Introduction

This respository includes a PyTorch implementation of M-CE2P that won the 1st places of Multi-Person Human Parsing Challenge(track2) and Fine-Grained Multi-Human Human Parsing Challenge(track5) in the 2nd LIP Challenge.

The code is based upon [[https://github.com/liutinglt/CE2P][CE2P]].

** Run Inference

  1. Modify USE_CIHP_DATA to run specific dataset.

  2. Modify dataset related paths in =M-CE2P-test.py=.

  3. Simply run =python M-CE2P-test.py= to generate the results(stored in =outputs= as default).

** Evaluation

=metrics= folder contains all the metric codes used in our papar.