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

Recurrence code of SVHN original datasets #107

Open
WangzekunY opened this issue Nov 17, 2021 · 3 comments
Open

Recurrence code of SVHN original datasets #107

WangzekunY opened this issue Nov 17, 2021 · 3 comments

Comments

@WangzekunY
Copy link

When I get the original SVHN dataset from here,I find train.tar.gz, test.tar.gz , extra.tar.gz. I want to reproduce the results with 95.2% accuracy obtained in the paper, I don't quite understand which dataset you use as a training set and a validation set

@Bartzi
Copy link
Owner

Bartzi commented Nov 24, 2021

Sry, for the long time to answer. As far as I remember, We used the files train and test for training and testing. You can also split some parts of the train dataset to obtain a validation split. The extra file is not used.

@WangzekunY
Copy link
Author

Thanks for your reply, could you provide training parameters with reproduction accuracy?

@Bartzi
Copy link
Owner

Bartzi commented Nov 24, 2021

Hmm, 😅 since we published this many years ago. I don't think I can give you the exact training parameters, but I can provide you with the trained model but be aware that this model does not work with the code from this repo. It only works with the code from our earlier repo but this code is very very old. I'm not sure whether it is still easily possible to make it work...

Anyway, to train such a model on SVHN, you'll need to follow the steps for the training of text recognition models.

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

2 participants