DeepLabV3Plus-Pytorch
DeepLabV3Plus-Pytorch copied to clipboard
When I use a model with plus, the following error always occurs
hi,bro ,First of all, thank you for providing the code example but
When I use a model with plus, the following error always occurs
Resume model from checkpoints/best_deeplabv3plus_resnet50_voc_os16.pth
0%| | 0/69 [00:00<?, ?it/s]
Killed
This is my prediction command
python3 predict.py \
--input amytestpic/hard-jpg \
--dataset voc \
--model deeplabv3plus_resnet50 \
--ckpt checkpoints/best_deeplabv3plus_resnet50_voc_os16.pth \
--save_val_results_to v3plus_resnet50_results