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
报错信息:
Traceback (most recent call last):
File "tools/custom.py", line 94, in
pred = model(img)
File "/mnt/data/glt/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1102, in _call_impl
return forward_call(*input, **kwargs)
File "/mnt/data/glt/safep/ponding/PIDNet/tools/../models/pidnet.py", line 149, in forward
x_d = x_d + F.interpolate(
RuntimeError: The size of tensor a (209) must match the size of tensor b (208) at non-singleton dimension 2
python tools/custom.py --a 'pidnet-s' --p './pretrained_models/cityscapes/PIDNet_S_Cityscapes_test.pt' --t '.png'
报错信息:
Traceback (most recent call last):
File "tools/custom.py", line 94, in
pred = model(img)
File "/mnt/data/glt/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1102, in _call_impl
return forward_call(*input, **kwargs)
File "/mnt/data/glt/safep/ponding/PIDNet/tools/../models/pidnet.py", line 149, in forward
x_d = x_d + F.interpolate(
RuntimeError: The size of tensor a (209) must match the size of tensor b (208) at non-singleton dimension 2
报错图片:链接:https://pan.baidu.com/s/1tloW25TLcR69xglzwcIPtQ 提取码:1234
The text was updated successfully, but these errors were encountered: