We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be96180 commit 3ae25baCopy full SHA for 3ae25ba
generation/maisi/README.md
@@ -265,11 +265,11 @@ We provide the `compute_fid_2-5d_ct.py` script that calculates the Frechet Incep
265
#### Usage Example
266
267
Suppose your **real** dataset root is `path/to/real_images`, and you have a `real_filelist.txt` that lists filenames line by line, such as:
268
-
+```
269
case001.nii.gz
270
case002.nii.gz
271
case003.nii.gz
272
273
You also have a **synthetic** dataset in `path/to/synth_images` with a corresponding `synth_filelist.txt`. You can run the script as follows:
274
275
```bash
0 commit comments