digitalbrain79 / pyyolo

Simple python wrapper for YOLO.
126 stars 65 forks source link

Segmentation fault (core dumped) #55

Open barzan-hayati opened 4 years ago

barzan-hayati commented 4 years ago

@digitalbrain79 I set CUDNN=1 GPU=1 and every thing is fine with my cuda, etc. I built pyyolo and executed the following commands. python setup.py build (use setup_gpu.py for GPU) sudo python setup.py install (use setup_gpu.py for GPU) in user mode, by running python3 example.py I get Segmentation fault (core dumped) also, by running sudo python3 example.py (in super user mode), I get Traceback (most recent call last): File "example.py", line 1, in <module> import pyyolo ImportError: libcudart.so.10.0: cannot open shared object file: No such file or directory

also, by importing pyyolo on jupyter note book via import pyyolo, I get the following error" `ImportError Traceback (most recent call last)

in ----> 1 import pyyolo ImportError: /usr/local/lib/python3.6/dist-packages/pyyolo.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZGVbN2vv___pow_finite` ![Screenshot from 2019-09-02 17-28-14](https://user-images.githubusercontent.com/7418329/64118010-ed8c3000-cdab-11e9-9fc2-d6b35766f372.png)