kml27 / pyopencv

Automatically exported from code.google.com/p/pyopencv
0 stars 0 forks source link

It is possible to enable Pickling support for ML models like CvBoost? #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
trying to do a copy.deepcopy() of an object who has multiple instances of 
CvBoost

RuntimeError: Pickling of "pyopencv.ml_ext.CvBoost" instances is not enabled 
(http://www.boost.org/libs/python/doc/v2/pickle.html)

Original issue reported on code.google.com by espavi...@gmail.com on 30 Nov 2010 at 12:00

GoogleCodeExporter commented 9 years ago
Theoretically, it possible. Practically, I just don't have time to do it. I'll 
leave this issue open until we've come up with a solution.

Cheers,
Minh-Tri

Original comment by pmtri80@gmail.com on 9 Dec 2010 at 9:31