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 1ef2c94 commit ee607bfCopy full SHA for ee607bf
demo/image_demo.py
@@ -27,6 +27,7 @@ def main():
27
model = init_segmentor(args.config, args.checkpoint, device=args.device)
28
# test a single image
29
result = inference_segmentor(model, args.img)
30
+ print(result)
31
# show the results
32
show_result_pyplot(
33
model,
0 commit comments