royerlab / ssi-code

Image Deconvolution via Noise-Tolerant Self-Supervised Inversion
28 stars 10 forks source link

Colab demo notebook #20

Open lhilbert opened 4 years ago

lhilbert commented 4 years ago

Hi, very naively trying to get the demos to run in a Colab notebook...my first notebook :-/

This is as far as I got...it seems the demo files are run, but it doesn't manage to import all that's needed.

https://gist.github.com/lhilbert/2de0ee7b8ef3885a19c8c4f0265397da

VolkerH commented 4 years ago

you also need to install the ssi package itself. I did that with python setup.py install from the cloned folder into my conda environment, not quite sure how it works in colab.

VolkerH commented 4 years ago

Just gave this a try .. there are a few things you need to do:

Note that I just happen to be playing with this code at the same time as you and am not connected to the project.