Open calmelo opened 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.
Is this when building ?
When running.
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.