longcw / yolo2-pytorch

YOLOv2 in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cython_bbox.so: undefined symbol: _Py_ZeroStruct

yyhlvdl opened this issue · comments

from utils.cython_bbox import bbox_ious, anchor_intersections
ImportError: /home/xx/yolo2-pytorch/utils/cython_bbox.so: undefined symbol: _Py_ZeroStruct

hi, how did you solve this error? now i am encountering the same error when running faster r-cnn.