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
Hi, FIrst of all, Thx for your code. i just want to fix some little error
python demo/image_demo.py demo/demo.png local_configs/segformer/B1/segformer.b1.512x512.ade.160k.py /path/to/checkpoint_file --device cuda:0 --palette cityscapes
this is the instruction that you wrote in Readme
As far as i know, i think "--palette cityscapes" need to be changed to "--palette ade" Am i right?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, FIrst of all, Thx for your code.
i just want to fix some little error
python demo/image_demo.py demo/demo.png local_configs/segformer/B1/segformer.b1.512x512.ade.160k.py
/path/to/checkpoint_file --device cuda:0 --palette cityscapes
this is the instruction that you wrote in Readme
As far as i know, i think "--palette cityscapes" need to be changed to "--palette ade"
Am i right?
The text was updated successfully, but these errors were encountered: