OFA-Sys / DAFlow

124 stars 16 forks source link

How to get the human parsing result? #18

Closed gjn2659338105 closed 1 year ago

gjn2659338105 commented 1 year ago

Before img_agnostic, how can I get the image under image-parse-new? Which human parse model should I use ?

YELLOWHANDSOME1024 commented 1 year ago

Before img_agnostic, how can I get the image under image-parse-new? Which human parse model should I use ?

the original data is from CPVTON-plus

MosbehBarhoumi commented 1 year ago

@gjn2659338105 According to the paper, the authors cited the approach used in their research from the following source: "https://arxiv.org/pdf/2207.09161v1.pdf". Additionally, the code implementation can be found at this GitHub repository: "https://github.com/Engineering-Course/LIP_SSL".

gjn2659338105 commented 1 year ago

It helps me a lot.Thank you!