Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is SSTN used in the 'final_model.t7'? #25

Closed
YukiNagato opened this issue Feb 27, 2018 · 3 comments
Closed

Is SSTN used in the 'final_model.t7'? #25

YukiNagato opened this issue Feb 27, 2018 · 3 comments

Comments

@YukiNagato
Copy link

I have read the paper about RMPE, in which symmetric spatial transformer network(SSTN) was used to enhance SPPE. However, i didn't find SSTN in the 'final_model.t7' when drawing the network graph using nngraph, so i wonder whether the SSTN is used in the final model?

@Fang-Haoshu
Copy link
Member

Hi, it is not used in our torch model. We add a parallel SPPE when using the SSTN and it should be discarded during testing period. However, torch doesn't support loading part of the model during testing and this will affect our inference efficiency. Caffe supports loading part of the weights, thus you can find SSTN in our old repo: https://github.com/MVIG-SJTU/RMPE, which is implemented in Caffe

@taotaoorange
Copy link

Does it mean this repo only provides the variant "w/o SSTN+parallel SPPE" as described in table 3 of the paper and one cannot obtain the best performance reported in the paper (and the readme file) using this repo?

@KeyKy
Copy link

KeyKy commented Oct 14, 2018

using the SSTN and it should be discarded during testing period. So discarded SSTN results to 1% AP drop?? Why do you discard SSTN? @Fang-Haoshu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants