BodySkeletonTracker
BodySkeletonTracker copied to clipboard
make error
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
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