Error when running SerializeModel
Opened this issue · 4 comments
cym1 commented
It gives error:
"Archive Exception during deserializing:
input stream error
5"
ChrisYang commented
which OS are you running?
cym1 commented
Window 7 64 bits
ChrisYang commented
the model was created in Linux, see FAQs. I will send you a link of the raw txt files after the holiday.
h-dmu commented
Hi,
- having similar problem.
fails creating archive at :
boost::archive::binary_iarchive ia(ifs);
error = Archive Exception during deserializing:
unsuppoted version
could you pls supply link to a "windows version" ferns.dat? - not sure the
load_trainposes(trainposes,"Model/normalizedpose.txt");
works correctly, "watch" shows giberish content...
thanks
H.