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

Improved Forward, OpenCV manipulation #13

Closed
vgenty opened this issue May 1, 2016 · 8 comments
Closed

Improved Forward, OpenCV manipulation #13

vgenty opened this issue May 1, 2016 · 8 comments
Assignees

Comments

@vgenty
Copy link
Member

vgenty commented May 1, 2016

From #8 and #7

Requested features

  • Slide the box and find where network is maximized, or goes above some threshold
  • OpenCV in box (ADC scaling, blue et al...) with forward computation

"We want to "choose a range, modify ADC value" functionality.
To get started with, pixel-by-pixel gaussian scaling/smearing would be fine (generate gaussian random draw for specified mean & sigma + multiply to pixel value, performed per pixel)"

  • Investigate Forward CPU memory
@vgenty vgenty self-assigned this May 1, 2016
@vgenty vgenty changed the title Improved forward computation Improved Forward, OpenCV manipulation May 1, 2016
@vgenty
Copy link
Member Author

vgenty commented May 2, 2016

sliding box now does shit @ 50421dd

@vgenty
Copy link
Member Author

vgenty commented May 2, 2016

multiply, addition, blur @ c18babe

@vgenty
Copy link
Member Author

vgenty commented May 2, 2016

cv2.GaussianBlur @ c01e18c

@vgenty
Copy link
Member Author

vgenty commented May 4, 2016

no longer a dirty pop out, speed improvements @ b72de4d

@vgenty
Copy link
Member Author

vgenty commented May 4, 2016

the menu is now at the bottom
screen shot 2016-05-04 at 1 42 14 am

I apply gas blur over zoomed image
screen shot 2016-05-04 at 1 42 46 am

@vgenty
Copy link
Member Author

vgenty commented May 4, 2016

copy paste functionality implemented, ROI, and both layouts subclasses, selector subclasses now own their widgets

screen shot 2016-05-04 at 5 05 12 pm

how many neutrinos do you want?
screen shot 2016-05-04 at 5 06 33 pm

@vgenty
Copy link
Member Author

vgenty commented May 4, 2016

commit to master @ 9015588

#sublime

@vgenty
Copy link
Member Author

vgenty commented May 5, 2016

Forward CPU memory is still relatively low (~400MB for alexnet for image size @ 224x224 ?)
OpenCV can now be sent through the network , opened a new issue specifically addressing bullet point number 1 here #22

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