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
How can we test on inference especially I'm getting errors on size? I have downloaded the pre-trained weights for r50 from readme.md and put backbone as resnet50. I'm getting size mismatch. Can someone help. My command is below
How can we test on inference especially I'm getting errors on size? I have downloaded the pre-trained weights for r50 from readme.md and put backbone as resnet50. I'm getting size mismatch. Can someone help. My command is below
python3 inference.py --masks --backbone resnet50 --model_path ~/SeqFormer/r50_weight.pth --save_path results.json
The text was updated successfully, but these errors were encountered: