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
when i run
CUDA_VISIBLE_DEVICES=0 python -W ignore validation.py
--model=swin_unetrv2
--swin_type=base
--val_overlap=0.75
--val_dir '/root/autodl-tmp/.autodl/CHAOS/03_CHAOS'
--json_dir datafolds/lits.json
--log_dir runs/synt.pretrain.swin_unetrv2_base
--save_dir out
it reported that:
FileNotFoundError: No such file or no access: '/root/autodl-tmp/.autodl/CHAOS/03_CHAOS/04_LiTS/img/liver_68.nii.gz'
I download the test set of CHAOS by both the official link and the link you provide. Both didn't have such structure
By the way, when I run "transfer_label.py", it will also report the similar bug on the two version of CHAOS
The text was updated successfully, but these errors were encountered:
when i run
CUDA_VISIBLE_DEVICES=0 python -W ignore validation.py
--model=swin_unetrv2
--swin_type=base
--val_overlap=0.75
--val_dir '/root/autodl-tmp/.autodl/CHAOS/03_CHAOS'
--json_dir datafolds/lits.json
--log_dir runs/synt.pretrain.swin_unetrv2_base
--save_dir out
it reported that:
FileNotFoundError: No such file or no access: '/root/autodl-tmp/.autodl/CHAOS/03_CHAOS/04_LiTS/img/liver_68.nii.gz'
I download the test set of CHAOS by both the official link and the link you provide. Both didn't have such structure
By the way, when I run "transfer_label.py", it will also report the similar bug on the two version of CHAOS
The text was updated successfully, but these errors were encountered: