I have some problems executing room_segmentation_algorithm. The problems are described in https://github.com/ipa320/ipa_coverage_planning/issues/12#issue-1036255549. Is it related to the OpenCV version? In my running environment, the value of CV_MAJOR_VERSION is 3. Can this version of OpenCV run the algorithm successfully?
I found that the problem code is "roomboost->predict(features_mat, cv::Mat(), cv::ml::Boost::RAW_OUTPUT);". When the code is executed, the program crashes.
I have some problems executing room_segmentation_algorithm. The problems are described in https://github.com/ipa320/ipa_coverage_planning/issues/12#issue-1036255549. Is it related to the OpenCV version? In my running environment, the value of CV_MAJOR_VERSION is 3. Can this version of OpenCV run the algorithm successfully? I found that the problem code is "roomboost->predict(features_mat, cv::Mat(), cv::ml::Boost::RAW_OUTPUT);". When the code is executed, the program crashes.