4kubo / bacf_python

A port of implementation fo BACF to python 2
20 stars 5 forks source link

A bug about pyhog #3

Open feymanpriv opened 7 years ago

feymanpriv commented 7 years ago

from image_process import features_pedro_py as pyhog ImportError: dlopen(.../features_pedro_py.so, 2): no suitable image found. Did find: .../features_pedro_py.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x00

I have visited the source code link in your code and tried to compile the code from source but encountered another error:ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Could you help me?

4kubo commented 7 years ago

Thank you for your information!

I'm sorry I maybe not able to help you :(

I found that, my code works on ubuntu 16.04 without any errors, but it does not work on my MacBook Air (osx, Siera) and shows the totally same error as your report. Because I borrowed the features_pedro_py and I'm not familiar with .cc (C#?), I can't get rid of the error.

Anyway, though I can't help you on Osx environment, you maybe able to run my code on ubuntu or linux environment.

feymanpriv commented 7 years ago

Thank you so much! You are so helpful and enthusiastic~