Gaoyiminggithub / Graphonomy

Graphonomy: Universal Human Parsing via Graph Transfer Learning
MIT License
295 stars 68 forks source link

I can not find ATR and CIHP test datasets. #12

Closed odefiao closed 5 years ago

odefiao commented 5 years ago

I can not find ATR and CIHP test datasets. I want to know how you tested on these two datasets. Besides,How to Train Deeplabv3+ on human parsing datasets. Thank you!!!

Gaoyiminggithub commented 5 years ago

Hi, thank you for your attention. Are there the test datasets of CIHP and ATR in the dataset download link in Readme.md ? The test script will be released ASAP. You could change the test script of Pascal to test these two datasets. Q: How to Train Deeplabv3+ on human parsing datasets A: You just need to change the network in here to the deeplabV3+ model which in here. And then you change lline outputs = net.forward(inputs, adj1, adj3, adj2) -> outputs = net.forward(inputs). Lastly, remembering to load the pre-trained model.