MMAN icon indicating copy to clipboard operation
MMAN copied to clipboard

( ECCV2018 ) Macro-Micro Adversarial Network for Human Parsing

Results 7 MMAN issues
Sort by recently updated
recently updated
newest added

You say "We concatenated the respect label map with RGB image of corresponding size along class channel as a strong condition to discriminators." But I really don't understand why you...

Hello, I find there is no model.eval() set or model.train() set in evaluation or training procedure. Is it a bug? Best.

https://github.com/RoyalVane/MMAN/blob/d4641730a2635affac952b21bce36174a60b5bba/models/test_model.py#L17-L21 Where is the param 'hook' there? Seems that the function 'define_G' needs a param 'hook' https://github.com/RoyalVane/MMAN/blob/d4641730a2635affac952b21bce36174a60b5bba/models/networks.py#L130

HI ,can you tell me where is the plug-and-play module attention(attention to scale) in your model?

hi, I want to use your pretrained model to generate the predicted images from market1501? How should I do?what's the command code?

Hi, @RoyalVane , thanks for your excellent contribution! I am confused about the baseline experiments, could you tell me the parameters(batch size, lr, optimizer, etc) you used when training deeplab-aspp...