derzu / BodySkeletonTracker

Human body skeleton detection an tracking from video camera in real time. It was developed for an Orbbec Astra camera DRGB (Depth-RGB), uses the OpenNI2 driver, it also works with Asus Xtion and Prime sense. It works with normal webcam too, in the case of background is smooth and white.
MIT License
123 stars 45 forks source link

make error #11

Open shona3n opened 6 years ago

shona3n commented 6 years ago

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

derzu commented 6 years ago

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