Tramac / awesome-semantic-segmentation-pytorch

Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet)
Apache License 2.0
2.83k stars 581 forks source link

Error: failed to send plot to http://127.0.0.1:63342 #148

Open LiZhangMing opened 4 years ago

LiZhangMing commented 4 years ago

I run the eval.py, I used the pycharm 2020 and i got a error:

Error: failed to send plot to http://127.0.0.1:63342 Traceback (most recent call last): File "/home/nihao/.pycharm_helpers/pycharmdisplay/datalore/display/display.py", line 60, in _send_display_message urlopen(url, buffer) File "/home/nihao/miniconda2/envs/py36/lib/python3.6/urllib/request.py", line 223, in urlopen return opener.open(url, data, timeout) File "/home/nihao/miniconda2/envs/py36/lib/python3.6/urllib/request.py", line 532, in open response = meth(req, response) File "/home/nihao/miniconda2/envs/py36/lib/python3.6/urllib/request.py", line 642, in http_response 'http', request, response, code, msg, hdrs) File "/home/nihao/miniconda2/envs/py36/lib/python3.6/urllib/request.py", line 570, in error return self._call_chain(args) File "/home/nihao/miniconda2/envs/py36/lib/python3.6/urllib/request.py", line 504, in _call_chain result = func(args) File "/home/nihao/miniconda2/envs/py36/lib/python3.6/urllib/request.py", line 650, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found

mattiasmar commented 4 years ago

Hi, Did you find any solution to this problem?