open-mmlab/mmfashion

Same files for the different models of Virtual Try On in the model zoo

egorovivannn opened this issue · 1 comments

I tried to run test_virtual_tryon.py with GMM model checkpoint provided, but it turned out that there are a lot of unexpected keys in source state_dict and missing keys in source state_dict. So I checked out both GMM and TOM models and figured out that they have same state dicts with same weights in it. I'm not sure this is how it's supposed to be.
image

run "diff GMM_epoch_40.pth TOM_epoch_40.pth", confirm 2 files are the same