CMU-Perceptual-Computing-Lab / caffe_rtpose

Realtime C++ code for multi-person pose estimation
Other
356 stars 207 forks source link

Some videos are aborted while processing pose machines on them #47

Closed srijandas07 closed 6 years ago

srijandas07 commented 6 years ago

The error is like terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector >' pure virtual method called terminate called recursively

suishii commented 6 years ago

Did you solve this problems? If you did, could you tell me? Thank you.

srijandas07 commented 6 years ago

What I found is that, its a mutex warning and does not affects your results in any way. So you can continue with that. Even you can try to reduce your scales to avoid this exception. Let me know.

gineshidalgo99 commented 6 years ago

Please, move to the updated, faster and more accurate https://github.com/CMU-Perceptual-Computing-Lab/openpose

Thanks!