-
Notifications
You must be signed in to change notification settings - Fork 0
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
image preprocessing #10
Comments
This is related to issue #7 |
Do Otsu on the image and add a cross entropy loss between fg_mask and otsu_mask this can be simply added as a regularization in the dictionary |
Since I am going to use a non-physical log-likelihood (i.e. it is not the correct poisson-gaussian model) then I am allowed to do non-linear transformations to enhance the image. I have found out that:
|
in pull request #29 preprocessing has been fixed |
check:
The text was updated successfully, but these errors were encountered: