You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2017. It is now read-only.
* 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.
Augment HOG in some way. Simplest would be to add some form of color information, like a histogram count.
The text was updated successfully, but these errors were encountered: