Trying to run this demo, but it turns out that the demo script medsam2_infer_3D_CT.py is looking for NIFTI images with specific naming rules:
case_name = re.findall(r'^(\d{6}_\d{2}_\d{2})', nii_fname)
I can't find any description about this naming rules in the README profile, if anyone knows about it?
Trying to run this demo, but it turns out that the demo script
medsam2_infer_3D_CT.pyis looking for NIFTI images with specific naming rules:c
ase_name = re.findall(r'^(\d{6}_\d{2}_\d{2})', nii_fname)I can't find any description about this naming rules in the README profile, if anyone knows about it?