DeepLabV3Plus-Pytorch icon indicating copy to clipboard operation
DeepLabV3Plus-Pytorch copied to clipboard

When I use a model with plus, the following error always occurs

Open Super-six-java opened this issue 1 year ago • 0 comments

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

Super-six-java avatar Aug 28 '23 10:08 Super-six-java