Closed cefengxu closed 4 years ago
Hi I googled this error : https://github.com/matplotlib/matplotlib/issues/9294 https://www.xspdf.com/help/51312698.html
most of them are caused by QT/matplotlib conflict.
Can you run the code in console(without pycharm or any ide), see if it works.
If the error still exist. please provide detail error log and your enviroment( os, pytorch version, cuda version etc). I will try.
Hi I googled this error : matplotlib/matplotlib#9294 https://www.xspdf.com/help/51312698.html
most of them are caused by QT/matplotlib conflict.
Can you run the code in console(without pycharm or any ide), see if it works.
If the error still exist. please provide detail error log and your enviroment( os, pytorch version, cuda version etc). I will try.
yes , i run the code in Console and Terminal , but still get the same error. detail error: not detail error but just the ' Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) '
deve envirooment:
on the other hand , i will try the different way:
OK I will debug on a docker with the enviroment you provided. Please give me some time.
Sorry. I think the error may be caused by the backend of matplotlib. When the backend be changed to 'Agg', the code is run normally.
However, another error output. I will update a new issue to describe it.
Thanks man~
when using code on pyCharm as follow:
however, error log output and Python be quit force.
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
debuging from 'import mmdet2trt' via Python Console and found the code break from
import matplotlib.pyplot as plt
in ./mmdetection/mmdet/apis/inference.pyCuriously, when i run the demo from mmdetection (mmdetecion/demo/image_demo.py) and it runs normally. At least it should be comfirmed mmdetecion is normally.
So, what's problem about this case ?