Accord.Imaging BagOfVisualWords Object load, deserialization issue from old framework version

222 views Asked by At

I am using Accord.Net (version 3.7.0.0) with C#, VS 2013 (Premium) .Net Framework v4.7+

I am upgrading from an older Accord.Net version 3.0.2.0 where I had saved/serialized to files BagOfVisualWords objects (e.g. Using BagOfVisualWords.save(sting bowFileName)

In reloading the files with the update Accord.Imaging version using the deprecated BagOfVisualWords.load(bowFileName) or the newer Accord.IO.Serializer.Load(bowFileName) I receive the following error:

Impossible to convert object from type 'System.Double[,][] to type System.Double[][][].

I've tried using stream also but the problems seem relative to object conversion from old to new version types.

Any help would be much appreciated. Thanks.

0

There are 0 answers