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
The text was updated successfully, but these errors were encountered:
Can I use CPU to run the resnet in your semantic_features?just test, not train
Sorry, something went wrong.
No branches or pull requests
2.I download decoder_epoch_20.pth and decoder_epoch_20-2.pth in http://sceneparsing.csail.mit.edu/model/pytorch/baseline-resnet50_dilated8-ppm_bilinear_deepsup/
and I make
parser.add_argument('--weights_encoder', default='encoder_epoch_20.pth')
parser.add_argument('--weights_decoder', default='decoder_epoch_20-2.pth')
is that right?
thank you for your help
The text was updated successfully, but these errors were encountered: