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

Generate Gabor filters from image statistics #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

hunse
Copy link
Collaborator

@hunse hunse commented Oct 28, 2016

Based off #27.

Copy link
Contributor

@Seanny123 Seanny123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a bit of cleanup.



images = load_mnist('~/data/mnist.pkl.gz')[0][0].reshape(-1, 28, 28)
# images = Gabor(theta=Uniform(-0.1, 0.1), freq=Uniform(0.5, 1.5)).generate(10000, (28, 28))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still got some commented out stuff here.

@hunse
Copy link
Collaborator Author

hunse commented Jun 1, 2017

This is still WIP. It seems to work OK, but not as well as I'd hoped. Anyone is welcome to play around with it.

@Seanny123 Seanny123 changed the title Generate Gabor filters from image statistics WIP: Generate Gabor filters from image statistics Jun 2, 2017
@Seanny123 Seanny123 changed the title WIP: Generate Gabor filters from image statistics Generate Gabor filters from image statistics Dec 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants