Closed zaccharieramzi closed 2 years ago
ct2d
and fastmri_knee_single
are all preprocessed dataset files. They are huge and we are right now figuring out the best way to upload them. That said, the code itself should be quite general and should work for any other datasets.
They are huge python files? I am asking because they seem to be imported in the datasets.py
file.
For now, you can just remove those imports as they are not used in our experiments. I will also clean up the code later. We will upload datasets for ct2d_320
, ldct_512
, and brats
Ok makes sense, closing then
ct2d
andfastmri_knee_single
are all preprocessed dataset files. They are huge and we are right now figuring out the best way to upload them. That said, the code itself should be quite general and should work for any other datasets.
At least please upload the code for pre-processing the datasets.
Hi,
I am very interested in your work that I find excellent, and I would like to reproduce some results as well as extend it a bit. I am having a hard time just running the
main.py
script. In thedatasets.py
file, many files/packages are imported among whichct2d
orfastmri_knee_single
. I can't seem to find these files/folders anywhere in the repository, maybe they are missing, or their names have changed. I am investigating the latter case, but in the meantime if it's just a matter of missing files, could you add them?Thanks a lot, Cheers