BR-IDL / PaddleViT

:robot: PaddleViT: State-of-the-art Visual Transformer and MLP Models for PaddlePaddle 2.0+
https://github.com/BR-IDL/PaddleViT
Apache License 2.0
1.21k stars 317 forks source link

TypeError: 'int' object is not iterable #209

Open aihcyllop opened 2 years ago

aihcyllop commented 2 years ago

您好

在run segmentation 的demo.py 我遇到如下问题

for i, dim in enumerate(out_shape): TypeError: 'int' object is not iterable

请问问题出在哪里谢谢

我环境亦照说明文件安装 相对应的model和pretrained等文件亦下载并放置

xperzy commented 2 years ago

Thanks for the issue. @ToscanaGoGithub @wutianyiRosun Could you please help handle this issue?

Viktorjc98 commented 2 years ago

同样的问题,请问你解决了吗?

ljf20122010 commented 1 year ago

我也是这个问题,你们解决了吗?