Skip to content
This repository has been archived by the owner on Dec 21, 2017. It is now read-only.

Augment HOG #59

Open
agude opened this issue Mar 13, 2017 · 2 comments
Open

Augment HOG #59

agude opened this issue Mar 13, 2017 · 2 comments

Comments

@agude
Copy link
Contributor

agude commented Mar 13, 2017

Augment HOG in some way. Simplest would be to add some form of color information, like a histogram count.

@agude
Copy link
Contributor Author

agude commented Mar 16, 2017

Also explore 0 padding to maintain aspect ratio.

agude pushed a commit to agude/pelops that referenced this issue Mar 27, 2017
d-grossman pushed a commit that referenced this issue Mar 29, 2017
* Add color histograms to HOG extractor

This starts to address #59.

* Add warning about non-RGB images in HOG extractor

* Update HOG tests to support multiple test images

We now have three images that are tested:

- An RGB image
- An RGBA image
- A grey scale image

* Fix initial array value to -1 instead of 0

This is what the documentation says, so we should probably do it that
way.

* Change image input size for HOG to 224x224

This matches ResNet, which means that our image rescaling code will do
the same thing for both HOG and ResNet, giving us something more
directly comparable.
@agude
Copy link
Contributor Author

agude commented Apr 28, 2017

Added histogram. Aspect ratio is on hold.

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

No branches or pull requests

1 participant