JStehouwer / FFD_CVPR2020

111 stars 22 forks source link

Pretrained models #11

Open ahaliassos opened 4 years ago

ahaliassos commented 4 years ago

Hi,

Congratulations on your very interesting work!

Is there an update on releasing pretrained models?

Thanks!

JStehouwer commented 3 years ago

Hi, thanks for your interest in our work!

I have released Xception with MAM and Regression maps under the releases tab of this Github Repo. The test.py file demonstrates how they can be used to evaluate on a dataset of images.

Let me know if you're unable to use them or need anything else.

zjbthomas commented 2 years ago

Hi @JStehouwer , thanks for sharing the code and the pretrained model! It is really a good project.

However, xcp_tmp.tar in the release tab seems like broken and it is not able to be unzipped. I downloaded in different systems and computers but nothing is working.

Could you please have a check on the file? Thanks!

hunnxx commented 2 years ago

Hi @zjbthomas

The compressed file(xcp_tmp.tar) released by the author can be loaded through the below function without the need to unpack it. https://github.com/JStehouwer/FFD_CVPR2020/blob/af5163559433641d40431d6276bd21aab8530536/xception.py#L259

I hope it will be of help. thank you.