opencv_contrib icon indicating copy to clipboard operation
opencv_contrib copied to clipboard

CvBoost train with updating

Open opencv-pushbot opened this issue 9 years ago • 0 comments

Transferred from http://code.opencv.org/issues/3208

|| Maria Dimashova on 2013-08-10 04:33
|| Priority: Normal
|| Affected: branch '2.4'
|| Category: ml
|| Tracker: Bug
|| Difficulty: 
|| PR: 
|| Platform: Any / Any

CvBoost train with updating

After I fixed the segfault from opencv/opencv#3193 on my PC, I faced that CvBoost doesn't do updating in the train method actually because of incorrect data_root->num_valid array (does not change the forest at all)... One more fix. After that the updating started to run. But the algorithm of updating looks strange for me. It trains new trees independently of previous ones; in prediction method it just sums values of trees from the both parts of the forest. I think this is wrong.
We should implement correct updating of CvBoost when it'll be refactored (now it's hard even to support the code).

History

Victor Kocheganov on 2013-08-10 04:38
-   Status changed from New to Open

opencv-pushbot avatar Jul 27 '15 09:07 opencv-pushbot