learned_gradient_tomography icon indicating copy to clipboard operation
learned_gradient_tomography copied to clipboard

TypeError: 'skimage' backend only supports 2d parallel geometries

Open pygabc1 opened this issue 4 years ago • 4 comments

Hi, I am learning your paper and code. When I run partially_learned_gradient_descent_head.py, I have this error message ; TypeError: 'skimage' backend only supports 2d parallel geometries Google don't have enough information, and how to settle it? Thanks. e1

pygabc1 avatar Mar 03 '20 21:03 pygabc1

You need to install ASTRA to be able to run the code. After installing it, you should be fine.

adler-j avatar Mar 04 '20 00:03 adler-j

You need to install ASTRA to be able to run the code. After installing it, you should be fine.

Dear Adler, Thank you for your reply. I am using colab. I installed ASTRA through your website, [Minimal example of running ASTRA + ODL in colab], but I still have this error. [AttributeError: module 'odl.tomo' has no attribute 'FanFlatGeometry'] Referring your website, I did [$ pip install https://github.com/adler-j/odl/archive/tensorflow_support.zip], but the URL does not work for me. Thanks again.

pygabc1 avatar Mar 04 '20 01:03 pygabc1

How did you install ODL? I think at this point it should be possible to work from head at GitHub.

adler-j avatar Mar 04 '20 09:03 adler-j

This is what I installed. 1 ...... ...... 2 3 4

pygabc1 avatar Mar 04 '20 15:03 pygabc1