open-mmlab / mmfashion

Open-source toolbox for visual fashion analysis based on PyTorch
https://open-mmlab.github.io/
Apache License 2.0
1.24k stars 281 forks source link

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

Open egorovivannn opened 3 years ago

egorovivannn commented 3 years ago

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

vpckso commented 1 year ago

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