question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to close the command window?

See original GitHub issue

❓ How to close the command window?

I am doing a little experiment in the GETTING_STARTED.md, with

python demo/demo.py --config-file configs/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml \
  --input input1.jpg input2.jpg \
	[--other-options]
  --opts MODEL.WEIGHTS detectron2://COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x/137849600/model_final_f10217.pkl

And here is my result, 图片 and it shows there is 0 instances.

Question1: why it shows no instances? Is it due to my special case of my picture? And here is the picture, 图片

Question2: how to close this command window? Could I just close it, or is there any shortkey like ctrl + C or something like that? I have tried ctrl + C, which seems to be not useful.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
ppwwyyxxcommented, Jan 1, 2020

Esc needs to be pressed on the image window to close the image window.

1reaction
ppwwyyxxcommented, Jan 1, 2020

You should use the command

python demo/demo.py --config-file configs/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml \
  --input input1.jpg input2.jpg \
  --opts MODEL.WEIGHTS detectron2://COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x/137849600/model_final_f10217.pkl
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Close Command Prompt: 4 Steps (with Pictures)
Type exit in the console. ... Hit ↵ Enter . The Command Prompt window in which the command was typed will close.
Read more >
Close programs from the command line (Windows) - Super User
You can send WM_CLOSE messages to any window you wish to close. Many windows handle WM_CLOSE to prompt the user to save documents....
Read more >
How to close command prompt using the exit command
1) Press the Windows Key · 2) Type cmd and press return · 3) Right Click the Command Prompt icon and select '...
Read more >
How to automatically close cmd window after batch file ...
The command cmd /c will close the command-prompt window after the exe was run. Share.
Read more >
Close correctly, the command prompt e.g. cmd.exe - SoftwareOK
If you want to close the command prompt via right way, use the EXIT command in windows command prompt! or Exit with exit...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found