We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d4a46 commit 2dcac82Copy full SHA for 2dcac82
experiments/segmentation/demo.py
@@ -2,7 +2,7 @@
2
import encoding
3
4
# Get the model
5
-model = encoding.models.get_model('fcn_resnet50_ade', pretrained=True).cuda()
+model = encoding.models.get_model('fcn_resnet50s_ade', pretrained=True).cuda()
6
model.eval()
7
8
# Prepare the image
0 commit comments