Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

_C.cpython-37m-x86_64-linux-gnu.so #51

Closed
fengfengfeng96 opened this issue May 30, 2019 · 2 comments
Closed

_C.cpython-37m-x86_64-linux-gnu.so #51

fengfengfeng96 opened this issue May 30, 2019 · 2 comments

Comments

@fengfengfeng96
Copy link

Hi,
I followed the instructions to create an environment FCOS,every package installed successfully.

after running:

wget https://cloudstor.aarnet.edu.au/plus/s/dDeDPBLEAt19Xrl/download -O FCOS_R_50_FPN_1x.pth
python demo/fcos_demo.py

erorr happens:

ImportError: /home/XX/FCOS/maskrcnn_benchmark/_C.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN6caffe26detail37_typeMetaDataInstance_preallocated_30E

thank you.

@tianzhi0549
Copy link
Owner

@fengfengfeng96 Please make sure you used the same Python environments when compiling and running.

@fengfengfeng96
Copy link
Author

facebookresearch/maskrcnn-benchmark#421
Try rm -rf build and then compiling it again:、
cd FCOS
rm -rf build
python setup.py build develop

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

No branches or pull requests

2 participants