-
Notifications
You must be signed in to change notification settings - Fork 9
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
For 12 channel data the scores returned by wrapper and that by the lmdb are different #21
Comments
commit is on the rgb_caffemod branch btw |
super ! |
committed changes @ c9a268b NOTE: I turned off the thresholding functionality for the 12 channel data Also disabled the additional mean subtraction. The order of thresholding and mean subtraction has to be discussed. |
the scores from the gui interface was matched to a python script used to run the BNB. This turns out to be different from the scores when I run the BNB data through the network using 'caffe test'. New targets: I0506 01:00:48.000690 18747 caffe.cpp:275] Batch 0, probt = 0.230329 |
So I verified that the network data for both the GUI and 'caffe test' mode are the same. The sum of diffs for all pixels is zero. Still, the network output is different by a few percent. WTF. |
I believe this is resolved, or please reopen if it persists! |
But at least the forward pass is working.
First thing to check is if the image in the datum is in the same order as the data in the Image2D object.
Check the mean blob, too.
The text was updated successfully, but these errors were encountered: