Upload CT or MRI Study
Data Format Instructions
Please upload a single compressed file (.zip) containing a complete CT or MRI study. Supported image formats include numpy (.npz).
We provide one preprocessed sample case for testing. The download link is: https://github.com/gingerbread000/NeuRIC/blob/main/scripts/data_process/process.py . We also provide our data preprocessing scripts, which can be used to process the Meningioma-SEG dataset. After preprocessing, you can compress any single patient’s data and upload it. Please note that, due to limited computational resources, we recommend uploading one case at a time. Processing each case typically takes approximately 3–5 minutes, and we are continuously optimizing the inference pipeline to improve efficiency. If you encounter any issues, please feel free to submit an issue on GitHub — we will do our best to improve this feature.
The compressed file should follow the directory structure below:
data/
└── MRI/*.npz
Each folder should contain image files from a single imaging sequence. Mixed modalities or incomplete studies may lead to processing failure.