-
Notifications
You must be signed in to change notification settings - Fork 47
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
Requesting rotated MNIST dataset #171
Comments
Coincidentally I am also working on equivariant neural networks with spherical convolutions and this like a good addition. Unfortunately, I haven't encountered any Julia packages that support equi. networks yet. 😕 |
@Dsantra92 You can try our EquivariantOperators.jl |
This dataset is very easy to implement, one just has to copy the MNIST implementation in the repo and replace the download links with these ones https://github.com/ChaitanyaBaweja/RotNIST/tree/master/data. PR welcome @paulxshen if you have time. |
Thanks will do |
It's a little bit more tricky than that. The RotMNIST data points to MNIST data. The repo contains a script to rotate and save them, not difficult to convert the code. |
Thanks @Dsantra92 I believe @CarloLucibello dug up the subfolder containing output from the script in the same format as MNIST data |
Hello package developers I'd like to request the rotated MNIST dataset. It's a canonical benchmark for testing computer vision algorithms wrt rotated images. We're developing rotation equivariant circular harmonics algorithms that's beating SOTA on some preliminary measures and would appreciate addition of this dataset. Thanks!
The text was updated successfully, but these errors were encountered: