Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject #509

Open
johnenvpath opened this issue Apr 28, 2021 · 0 comments

Comments

@johnenvpath
Copy link

$python trainval_net.py

2021-04-28 11:59:13.629111: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Successfully opened dynamic library libcudart.so.11.0
Traceback (most recent call last):
File "/home/jwz/文档/tf-faster-rcnn/tools/trainval_net.py", line 11, in
from model.train_val import get_training_roidb, train_net
File "/home/jwz/文档/tf-faster-rcnn/tools/../lib/model/train_val.py", line 11, in
import roi_data_layer.roidb as rdl_roidb
File "/home/jwz/文档/tf-faster-rcnn/tools/../lib/roi_data_layer/roidb.py", line 16, in
from utils.cython_bbox import bbox_overlaps
File "utils/bbox.pyx", line 1, in init utils.cython_bbox
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant