Skip to content

Commit

Permalink
Fix incorrect model name that breaks semantic segmentation demo (zhan…
Browse files Browse the repository at this point in the history
  • Loading branch information
wydwww authored Jun 28, 2020
1 parent c9d4a46 commit 2dcac82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/segmentation/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import encoding

# Get the model
model = encoding.models.get_model('fcn_resnet50_ade', pretrained=True).cuda()
model = encoding.models.get_model('fcn_resnet50s_ade', pretrained=True).cuda()
model.eval()

# Prepare the image
Expand Down

0 comments on commit 2dcac82

Please sign in to comment.