VDIGPKU / M2Det

M2Det: A Single-Shot Object Detector based on Multi-Level Feature Pyramid Network
MIT License
1.45k stars 318 forks source link

cannot connect to X server :0.0 #61

Open vHelenv opened 5 years ago

vHelenv commented 5 years ago

When i run the command : python demo.py -c=configs/m2det512_vgg.py -m=weights/m2det512_vgg.pth --showand I encounter this error message.

: cannot connect to X server :0.0

geyuxi commented 5 years ago

You may have used the server to run programs. You can run it again without "--show" . And you will find the results in ./imgs.

python demo.py -c=configs/m2det512_vgg.py -m=weights/m2det512_vgg.pth