InnerPeace-Wu / densecap-tensorflow

Re-implement CVPR2017 paper: "dense captioning with joint inference and visual context" and minor changes in Tensorflow. (mAP 8.296 after 500k iters of training)
MIT License
61 stars 28 forks source link

ImportError: undefined symbol: _Py_ZeroStruct #41

Closed batooooo closed 4 years ago

batooooo commented 4 years ago

Hi I'm trying to training, but this error comes out.

ImportError: /home/bg/BG/densecap-tensorflow/tools/../lib/nms/gpu_nms.so: undefined symbol: _Py_ZeroStruct

i'm using python3.

How should i fix it?