chenyilun95 / tf-cpn

Cascaded Pyramid Network for Multi-Person Pose Estimation (CVPR 2018)
MIT License
792 stars 197 forks source link

ImportError: dlopen: cannot load any more object with static TLS #59

Open tianjiahao opened 5 years ago

tianjiahao commented 5 years ago

myubuntu:~/Desktop/tf-cpn/models/COCO.res101.384x288.CPN$ python3 mptest.py -d 0 -m log/model_dump/snapshot_350.ckpt Traceback (most recent call last): File "mptest.py", line 21, in from COCOAllJoints import COCOJoints File "/home/myubuntu/Desktop/tf-cpn/models/COCO.res101.384x288.CPN/../../data/COCO/COCOAllJoints.py", line 12, in from pycocotools.coco import COCO File "/home/myubuntu/anaconda3/lib/python3.6/site-packages/pycocotools-2.0-py3.6-linux-x86_64.egg/pycocotools/coco.py", line 49, in import matplotlib.pyplot as plt File "/home/myubuntu/anaconda3/lib/python3.6/site-packages/matplotlib/pyplot.py", line 113, in _backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup() File "/home/myubuntu/anaconda3/lib/python3.6/site-packages/matplotlib/backends/init.py", line 60, in pylab_setup [backend_name], 0) File "/home/myubuntu/anaconda3/lib/python3.6/site-packages/matplotlib/backends/backend_qt5agg.py", line 16, in from .backend_qt5 import ( File "/home/myubuntu/anaconda3/lib/python3.6/site-packages/matplotlib/backends/backend_qt5.py", line 18, in import matplotlib.backends.qt_editor.figureoptions as figureoptions File "/home/myubuntu/anaconda3/lib/python3.6/site-packages/matplotlib/backends/qt_editor/figureoptions.py", line 20, in import matplotlib.backends.qt_editor.formlayout as formlayout File "/home/myubuntu/anaconda3/lib/python3.6/site-packages/matplotlib/backends/qt_editor/formlayout.py", line 56, in from matplotlib.backends.qt_compat import QtGui, QtWidgets, QtCore File "/home/myubuntu/anaconda3/lib/python3.6/site-packages/matplotlib/backends/qt_compat.py", line 137, in from PyQt5 import QtCore, QtGui, QtWidgets ImportError: dlopen: cannot load any more object with static TLS

anyone know how to resolve this error,and which version of tensorflow is suitable? my computer: ubuntu14.04, tensorflow-gpu1.2.0, cuda8.0, cudnn5.1

xinming31 commented 5 years ago

hi, do you fix it? I have the same problem. How do you fix it ,plz?