Closed TNA8 closed 3 years ago
When I run a demo using a pretrained model, I faced an error. What I run is python demo/image_demo.py test.png configs/swin/upernet_swin_tiny_patch4_window7_512_512_160k_ade20k.py moby_upernet_swin_tiny_patch4_window7_512*512.pth
python demo/image_demo.py test.png configs/swin/upernet_swin_tiny_patch4_window7_512_512_160k_ade20k.py moby_upernet_swin_tiny_patch4_window7_512*512.pth
Error is
I also encountered the same problem. How did you solve it
Reference issue 4, maybe the enviroment is incompatible. I solve it in the following way. cd Swin-Transformer-Semantic-Segmentation pip install -e .
When I run a demo using a pretrained model, I faced an error. What I run is
python demo/image_demo.py test.png configs/swin/upernet_swin_tiny_patch4_window7_512_512_160k_ade20k.py moby_upernet_swin_tiny_patch4_window7_512*512.pth
Error is