BodySkeletonTracker icon indicating copy to clipboard operation
BodySkeletonTracker copied to clipboard

make error

Open shona3n opened this issue 7 years ago • 1 comments

thanks for your source code.

I try to make it, but /usr/bin/ld: cannot find -lippicv error occured

what is it? And what should I do to solve it ? please help me !

Thank you

shona3n avatar Sep 20 '18 12:09 shona3n

Hi, it's an opencv error.

Try to recompile opencv with this flags: cmake -DWITH_IPP=ON -DINSTALL_CREATE_DISTRIB=ON

More info at these links: https://stackoverflow.com/questions/34401117

https://github.com/pjreddie/darknet/issues/290

derzu avatar Sep 20 '18 18:09 derzu