Riadh Fezzani
Riadh Fezzani
I solved this by installing specific versions of `pytorch`, `nvcc` and `g++` in the conda environment: ``` conda create -n solo python=3.7 -y conda activate solo conda install pytorch==1.4.0 torchvision==0.5.0...
I confirm the bug, still happening with `v0.19dev`
Thank you @GenevieveBuckley for reporting this. You are right the documentation is not precise enough... `phase_cross_correlation` uses `masked_register_translation` under the hood when any of `reference_mask` or `moving_mask` is provided, this...
Sorry @lagru for my late answer :pray: :+1: I like your proposition :wink:.
Thank you @jni for opening this, you can't imagine how enthusiastic I am about dropping `skimage.io`! :smiley: I already shared my feelings about this, and I am convinced that `skimage`...
I had multiple discussions with other core team members (cc @jni, @hmaarrfk :wink:) about breaking changes etc... But I am still not convinced... People needing their scripts to keep working...
Keeping `skimage.io.imread` is not a big deal. Defining it as ```python skimage.io.imread = imageio.imread ``` doesn't hurt. My main concern is to keep warning users that it is not the...
In other words, we must say to `scikit-image` users that IO is no more a target, and that we delegate this to `imageio` because it is dedicated to IO and...
@grlee77, did you close this issue intentionally?
Thank you @FirefoxMetzger and @almarklein for your hard work and congratulation for the new `imageio` API :tada: The closer thing to a plan I think is @emmanuelle's https://github.com/scikit-image/scikit-image/issues/5036#issuecomment-718667035 :smile:, concretely:...