Unverified Commit 2d5b5ef7 authored by Zj Li's avatar Zj Li Committed by GitHub
Browse files

Fixed out-of-date dataset name (#292)

parent 4f0a87b0
......@@ -245,7 +245,7 @@ Quick Demo
predict = torch.max(output, 1)[1].cpu().numpy() + 1
# Get color pallete for visualization
mask = encoding.utils.get_mask_pallete(predict, 'pcontext')
mask = encoding.utils.get_mask_pallete(predict, 'pascal_voc')
mask.save('output.png')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment