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
checkpoint = torch.load('./segformerb4_512x512ade160k.pth',map_location=torch.device('cpu'))
The text was updated successfully, but these errors were encountered:
Are data sets available?
Sorry, something went wrong.
The dataset is publicly available and you can download it from the original paper. Since the weights file is too large to upload to github, you can download the pre-trained weights from the official segformer paper:https://connecthkuhk-my.sharepoint.com/personal/xieenze_connect_hku_hk/_layouts/15/onedrive.aspx?id=%2Fpersonal%2Fxieenze%5Fconnect%5Fhku%5Fhk%2FDocuments%2Fsegformer%2Ftrained%5Fmodels&ga=1
No branches or pull requests
checkpoint = torch.load('./segformerb4_512x512ade160k.pth',map_location=torch.device('cpu'))
The text was updated successfully, but these errors were encountered: