We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pi@raspberrypi:~/YoloV2NCS-1.0 $ python3 detectionExample/Main.py Traceback (most recent call last): File "detectionExample/Main.py", line 5, in from ObjectWrapper import * File "/home/pi/YoloV2NCS-1.0/detectionExample/ObjectWrapper.py", line 1, in from libpydetector import YoloDetector ImportError: /home/pi/YoloV2NCS-1.0/detectionExample/libpydetector.so: wrong ELF class: ELFCLASS64
I compiled it on another box a move the files, created the lync
The text was updated successfully, but these errors were encountered:
works on the VM i compile it, i cant compile it on pi as it doesnt ahve boost library
Sorry, something went wrong.
Can u tell how to resolve it exactly...
No branches or pull requests
pi@raspberrypi:~/YoloV2NCS-1.0 $ python3 detectionExample/Main.py
Traceback (most recent call last):
File "detectionExample/Main.py", line 5, in
from ObjectWrapper import *
File "/home/pi/YoloV2NCS-1.0/detectionExample/ObjectWrapper.py", line 1, in
from libpydetector import YoloDetector
ImportError: /home/pi/YoloV2NCS-1.0/detectionExample/libpydetector.so: wrong ELF class: ELFCLASS64
I compiled it on another box a move the files, created the lync
The text was updated successfully, but these errors were encountered: