We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@stonessss yes, i write test code.
copy and overwrite. https://github.com/jaemin93/pytorch-deeplab-xception/blob/master/test.py https://github.com/jaemin93/pytorch-deeplab-xception/blob/master/dataloaders/__init__.py
add test.txt(you want to test img id) in VOC path /ImageSets/Segmentation test.txt is like val, train.txt
cmd python --test --dataset pascal --backbone xception --out_stride 16 --crop_size 513 --model /your/checkpoint.pth.tar --save_path /prediction/image/path
Originally posted by @jaemin93 in #122 (comment)
The text was updated successfully, but these errors were encountered:
您好 您提供的测试代码链接现无法打开,能否麻烦您再重新分享一下?拜托!!
Sorry, something went wrong.
No branches or pull requests
@stonessss yes, i write test code.
copy and overwrite.
https://github.com/jaemin93/pytorch-deeplab-xception/blob/master/test.py
https://github.com/jaemin93/pytorch-deeplab-xception/blob/master/dataloaders/__init__.py
add test.txt(you want to test img id) in VOC path /ImageSets/Segmentation
test.txt is like val, train.txt
cmd
python --test
--dataset pascal
--backbone xception
--out_stride 16
--crop_size 513
--model /your/checkpoint.pth.tar
--save_path /prediction/image/path
Originally posted by @jaemin93 in #122 (comment)
The text was updated successfully, but these errors were encountered: