You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In run_assign_properties.py line 52, target_slice = np.int(args.target_slice/0.05), so the target_slice for GetVolume() is not -1 anymore. The target slice range branch in ./usct_vit/utils.py line 72 should be if zz<0: or if zz==-20: