We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我用ADE20K CUDA_VISIBLE_DEVICES=0 python image_demo.py datapics/demo.jpg configs/ade20k/upernet_internimage_t_512_160k_ade20k.py checkpoint_dir/seg/upernet_internimage_t_512_160k_ade20k.pth --palette ade20k
得到的结果非常好,
但是当我用cityscapes结果非常差, CUDA_VISIBLE_DEVICES=0 python image_demo.py datapics/demo.jpg configs/cityscapes/upernet_internimage_xl_512x1024_160k_mapillary2cityscapes.py checkpoint_dir/upernet_internimage_xl_512x1024_160k_mapillary2cityscapes.pth --palette cityscapes
这是什么原因呢
The text was updated successfully, but these errors were encountered:
i changed the modell to segformer_internimage_xl_512x1024_160k_mapillary2cityscapes
works well
so maybe the problem is this model upernet_internimage_xl_512x1024_160k_mapillary2cityscapes
Sorry, something went wrong.
No branches or pull requests
我用ADE20K
CUDA_VISIBLE_DEVICES=0 python image_demo.py
datapics/demo.jpg
configs/ade20k/upernet_internimage_t_512_160k_ade20k.py
checkpoint_dir/seg/upernet_internimage_t_512_160k_ade20k.pth
--palette ade20k
得到的结果非常好,
但是当我用cityscapes结果非常差,
CUDA_VISIBLE_DEVICES=0 python image_demo.py
datapics/demo.jpg
configs/cityscapes/upernet_internimage_xl_512x1024_160k_mapillary2cityscapes.py
checkpoint_dir/upernet_internimage_xl_512x1024_160k_mapillary2cityscapes.pth
--palette cityscapes
这是什么原因呢
The text was updated successfully, but these errors were encountered: