-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Improve and polish pycaffe #816
Merged
shelhamer
merged 8 commits into
BVLC:dev
from
shelhamer:pycaffe-labels-grayscale-attrs-examples
Aug 6, 2014
Merged
Improve and polish pycaffe #816
shelhamer
merged 8 commits into
BVLC:dev
from
shelhamer:pycaffe-labels-grayscale-attrs-examples
Aug 6, 2014
Commits on Aug 5, 2014
-
define caffe.Net input preprocessing members by boost::python
define `Net.{mean, input_scale, channel_swap}` on the boost::python side so that the members always exist. drop ugly initialization logic.
Configuration menu - View commit details
-
Copy full SHA for 99f27fc - Browse repository at this point
Copy the full SHA 99f27fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c87b92 - Browse repository at this point
Copy the full SHA 6c87b92View commit details -
With the right input processing, the actual image classification output is sensible. - filter visualization example's top prediction is "tabby cat" - net surgery fully-convolutional output map is better Fix incorrect class names too.
Configuration menu - View commit details
-
Copy full SHA for 943b98e - Browse repository at this point
Copy the full SHA 943b98eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1eb982 - Browse repository at this point
Copy the full SHA f1eb982View commit details
Commits on Aug 6, 2014
-
- load an image as [0,1] single / np.float32 according to Python convention - fix input scaling during preprocessing: - scale input for preprocessing by `raw_scale` e.g. to map an image to [0, 255] for the CaffeNet and AlexNet ImageNet models - scale feature space by `input_scale` after mean subtraction - switch examples to raw scale for ImageNet models - fix BVLC#525 - preserve type after resizing. - resize 1, 3, or K channel images with special casing between skimage.transform (1 and 3) and scipy.ndimage (K) for speed
Configuration menu - View commit details
-
Copy full SHA for d5c3cef - Browse repository at this point
Copy the full SHA d5c3cefView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1b3413 - Browse repository at this point
Copy the full SHA e1b3413View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f77269 - Browse repository at this point
Copy the full SHA 4f77269View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0db9478 - Browse repository at this point
Copy the full SHA 0db9478View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.