BertaBescos / DynaSLAM

DynaSLAM is a SLAM system robust in dynamic environments for monocular, stereo and RGB-D setups
https://bertabescos.github.io/DynaSLAM/
Other
829 stars 201 forks source link

The problem of OpenCV3. #80

Open calmelo opened 2 years ago

calmelo commented 2 years ago

When using OpenCV3, 'if( !PyArray_Check(o) )' in Conversion.cc gives segmentation fault(core dumped). How can I resolve the problem? And I need to use OpenCV3.

alexs7 commented 2 years ago

Is this when building ?

calmelo commented 2 years ago

Is this when building ?

When running.