zhaoziheng / SAT

The official repository for "One Model to Rule them All: Towards Universal Segmentation for Medical Images with Text Prompts"
123 stars 5 forks source link

Does the MSD dataset have a script for processing json files? #7

Closed AshleyLuo001 closed 1 month ago

AshleyLuo001 commented 4 months ago

However, when I directly use the json file provided with the MSD dataset I have a problem reading the format mismatch, I would like to know what kind of way the authors use to process the dataset collectively, can you provide me with the data or the script used to process the data?

zhaoziheng commented 4 months ago

Hi. We support input data in a jsonl file, you can check the Inference Guidance in README and refer to demo/inference_demo/demo.jsonl to prepare your data with required format.