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
{{ message }}
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.
yesterday i tried to run train.py and latest_model_DeepLabV3_CamVid.ckpt was made.
and to try to run test.py, i tried this command "python test.py --models DeepLabV3 --checkpoint_path checkpoints/latest_model_DeepLabV3_CamVid.ckpt. but i got this error "subprocess.CalledProcessError: Command '['python', 'utils/get_pretrained_checkpoints.py', '--model=ResNet101']' returned non-zero exit statutus 1."
i saw the issues related to this error. as the answer to this error, see the FAQ in issues template.
please let me know about this FAQ and how to run this code.
i'm sorry that my english level is low. please help me.
The text was updated successfully, but these errors were encountered:
Run this (Also make sure that your crop size is correct):
python test.py --models DeepLabV3 --checkpoint_path checkpoints/latest_model_DeepLabV3_CamVid/.ckpt
Hi,could you deal this question? My premodel is resnet_50, and the model is BiSeNet, When I run train.py, it operate normally, but when I run test.py and predict.py, it download premodel resnet_101,why?
Hi,could you deal this question? My premodel is resnet_50, and the model is BiSeNet, When I run train.py, it operate normally, but when I run test.py and predict.py, it download premodel resnet_101,why?
Please revise the default pre-trained model in model_builder.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hello i'm korean student.
yesterday i tried to run train.py and latest_model_DeepLabV3_CamVid.ckpt was made.
and to try to run test.py, i tried this command "python test.py --models DeepLabV3 --checkpoint_path checkpoints/latest_model_DeepLabV3_CamVid.ckpt. but i got this error "subprocess.CalledProcessError: Command '['python', 'utils/get_pretrained_checkpoints.py', '--model=ResNet101']' returned non-zero exit statutus 1."
i saw the issues related to this error. as the answer to this error, see the FAQ in issues template.
please let me know about this FAQ and how to run this code.
i'm sorry that my english level is low. please help me.
The text was updated successfully, but these errors were encountered: