YOLO3-4-Py: Unable to import pydarknet
Hi I am getting following error
`>>> import pydarknet Traceback (most recent call last): File “<stdin>”, line 1, in <module> ImportError: /home/ntweat/Desktop/yolo/PyYOLOV3/pydarknet.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZN2cv8fastFreeEPv
`
Thanks for the wrapper
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 21 (10 by maintainers)
@justinas-kazanavicius
Thanks
@justinas-kazanavicius Time readings taken on webcam_test.py. (Time readings are taken in milliseconds)
Master Branch
direct-numpy-to-darknet-image-conversion Branch
Internal time measurement at pydarknet.pyx
Total time measurement at webcam_test.py
@justinas-kazanavicius
gcc: error: : No such file or directory
seems kind of strange. Usually these kind of gcc errors are reported in the formatgcc:error:[file_name]:No such file or directory
. But in your case, the results suggests that gcc is looking for a file with a [space] name. I will look further into this and get back to you.Based on the
ld
error yourLD_LIBRARY_PATH
variable seems not to point to a location where opencv is installed. How did you install opencv?