Skip to content
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

Caffe Requests #22

Closed
vgenty opened this issue May 5, 2016 · 0 comments
Closed

Caffe Requests #22

vgenty opened this issue May 5, 2016 · 0 comments
Assignees

Comments

@vgenty
Copy link
Member

vgenty commented May 5, 2016

Thought I'd open a fresh issue with all requested features

  1. The original image image (loaded from ROOT file) is thresholded according to min and max. Hitting "replot" loads a new image from the ROOT file, thresholds it and sends to the screen. There is an intermediate layer that makes sure pixels do not overlap and cause false color. The original image is not mean subtracted, but thresholded. When the image goes down to caffe, it's mean is subtracted from the thresholded image. Is this ok? No, it depends on how you trained your network i.e.
  • threshold and mean subtract (from perhaps mean image of the thresholded image)
  • or mean subtract and then threshold

this issue is unsolved by the viewer
2. You can modify the channels individually on the viewer, the ones you don't modify don't currently get sent to caffe.
3. Slide the box and find where network is maximized, or goes above some threshold

A pretty picture of fake neutrino image, then me removing neutrino, the network knew what it was! See the "score" at the bottom of the screen. Left is cosmic, right is nu
screen shot 2016-05-05 at 1 02 08 pm

I copy and paste background on top of the nu, score flips
screen shot 2016-05-05 at 1 01 51 pm

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

No branches or pull requests

1 participant