Skip to content

Commit ee607bf

Browse files
committed
test
1 parent 1ef2c94 commit ee607bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/image_demo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def main():
2727
model = init_segmentor(args.config, args.checkpoint, device=args.device)
2828
# test a single image
2929
result = inference_segmentor(model, args.img)
30+
print(result)
3031
# show the results
3132
show_result_pyplot(
3233
model,

0 commit comments

Comments
 (0)