Menu

what is role of serialization/deserialization function in random forest regression in dlib

Help
shome das
2020-03-04
2020-03-05
  • shome  das

    shome das - 2020-03-04

    I am trying to modify the dlib random forest regression code to use features derived from patches in training images. What is the role of various serialization, deserialization functions in the various classes in random_forest_regression_abstract.h. I do not know the use of serialization/deserialization in image processing context(or otherwise).

    Kindly help.

     
    • Davis

      Davis - 2020-03-05

      They save an object's state to a stream.

       

Log in to post a comment.