Closed wliu0218 closed 9 months ago
Could you please provide more information about your demo case? Is it a DICOM file/dir? And how do you set the case_path var?
The data path setting is as shown in the diagram, does running the demo involve placing CT scans in the CT folder and annotations in the GT folder? Do the files stored in the CT and GT folders have to be in DICOM format? My data is in NII format. Also, I would like to ask, can the SegVol model directly delineate lesions through the inference method without specifying box and text prompt? thanks.
I know what is the problem. The ct_path and gt_path should be set as the path of nii.gz file. For example, if your ct case is in the path of /home/xxx/yyy.nii.gz . You need to set the ct_path as ' /home/xxx/yyy.nii.gz' to navigate to the file. Just do the same thing for gt_path.
For the second question, SegVol need at least one type of prompts(point, box or text) to drive model.
The problem has been solved, thanks
Executing bash script/inference_demo.sh in Ubuntu results in an error.