PPN2V
PPN2V copied to clipboard
Code Implementation for the publication "Fully Unsupervised Probabilistic Noise2Void"
I tried installing via .yml but got a "ResolvePackageNotFound" error on a bunch of libraries (file attached). Here's what I did: on the .yml link -> open this file in...
I have a noisy dateset from an SEM that has a lot of pixels at 0 and 65535 (it is a 16-bit dateset). For these pixels, the noise response is...
This PR adds `a setup.py` and a `requirements.txt` file with which one can install the PPN2V package via ``` pip install -r requirements.txt python setup.py install ``` Also, I tried...
After fiddling around with the `outScaling` parameter defined [here](https://github.com/juglab/PPN2V/blob/4e822aa3b797d7b403d866d26026505d05637a23/pn2v/prediction.py#L13) (mainly because I did not really get the sense of it, since it apparently multiplies the predictions of the network, at...