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

Model zoo links issue #110

Open piggybox opened 3 years ago

piggybox commented 3 years ago

image

These two links are pointed to the same file. One of them must be wrong?

zyue1105 commented 3 years ago

I believe the uploaded model uses roi pooling since it outputs unexpected key in source state_dict: roi_pool.linear.0.weight, roi_pool.linear.0.bias, concat.fc_fusion.weight, concat.fc_fusion.bias when loading with the global predictor.

@veralauee could you update the link?