Skip to content

Generate Gabor filters from image statistics - #28

Open
hunse wants to merge 1 commit into
masterfrom
gabor-stats
Open

Generate Gabor filters from image statistics#28
hunse wants to merge 1 commit into
masterfrom
gabor-stats

Conversation

@hunse

@hunse hunse commented Oct 28, 2016

Copy link
Copy Markdown
Contributor

Based off #27.

@Seanny123 Seanny123 left a comment

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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

hunse commented Jun 1, 2017

Copy link
Copy Markdown
Contributor Author

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.

2 participants