score_inverse_problems icon indicating copy to clipboard operation
score_inverse_problems copied to clipboard

Official repo for "Solving Inverse Problems in Medical Imaging with Score-Based Generative Models"

Results 11 score_inverse_problems issues
Sort by recently updated
recently updated
newest added

The dependency is really hard to manage the dependency version to install all of them. Especially flax @ git+https://github.com/google/flax.git@8b2e56e93602ff9fcd62647f28b8145e0e0c10a8, I would like say that there is no way to install...

Equation 6 & 7 from the paper suggests that the scores are computed from $\hat{x}\_{t\_i}$ (**not** $\hat{x}'\_{t\_i}$). ![image](https://github.com/yang-song/score_inverse_problems/assets/66584117/af11180c-8849-4cd5-a3c9-42cd2a339396) However, in the implementation, the update (Eq. 6) is applied to `x`...

Hello! When I was executing python main.py --config score_inverse_problems-main/configs/ve/brats_ncsnpp_baseline.py --eval_folder eval --mode eval --workdir workdirs, I encountered the following error: ![image](https://user-images.githubusercontent.com/86591203/220266527-4c365090-f257-4b12-80bd-11180194ed06.png) Can you help me to find out the reason?...

I enter the following code to run the main.py ![image](https://github.com/yang-song/score_inverse_problems/assets/126571562/9f9584ff-e898-4ea1-acaa-b5e572fc03f6) and it occured this error: ![image](https://github.com/yang-song/score_inverse_problems/assets/126571562/39c2dc3b-b35c-444b-90c1-0864d0d02911) ![image](https://github.com/yang-song/score_inverse_problems/assets/126571562/7e4e80a2-8c58-4dcd-b05d-33a567db3180) How can I solve it?

Hi @yang-song , thanks for sharing the code. I am having a hard time just running the main.py script.I can't download ct2d dataset from datasets.py, can you provide the source...

Hello, I only use python-3.8, flax-0.5, jax-0.3.14. Reducing jax-0.2.1 or increasing -0.5.2 will result in similar error reports. Do you encounter similar situations after consulting ![6082bb46b3a4f253eb98c08b267fa99](https://user-images.githubusercontent.com/94608649/176395412-c8b874a3-5272-4aa2-9b0e-2ca6e1f44a79.png)

Dear Y. Song, I am a little confused about the details of metal artifact removal in the paper. I'm having data consistency issues in replicating your code. Specifically, edge information...

Dear Yang Song, thank you very much for this code, it is really we explained and introduced. I am just wondering if there is a shortcut for us if we...

Hi, I am very interested in your work and want to reproduce your results. But I am not very familiar with JAX. Wonder will there be a PyTorch version of...

Hi, I have tried running the code on CPU (my setup is with Python 3.9, Ubuntu 16.04 on an 8-core machine), and I have had a segmentation fault: ``` Fatal...