我克隆了这个存储库:
https://github.com/srianant/computer_vision生成并运行,得到以下错误:
OpenPose/DLIB Gesture, Action and Face Recognition.
resolution: 640x480
net_resolution: 656x368
handNetInputSize: 368x368
face_net_resolution: 368x368
cCamera Resolution set to: 640x480
Push following keys:
p for pause sample generation
f for generating face samples
t for train samples
c for continue camera feed
h for display key commands
q for quit program
terminate called after throwing an instance of 'boost::archive::archive_exception'
what(): unsupported version以及从该文件引发的异常:line:32
https://github.com/srianant/computer_vision/blob/master/openpose/src/openpose/user_code/pose_model.cpp我认为它正在试图反序列化这个文件:
https://github.com/srianant/computer_vision/blob/master/openpose/train_data/pose/pose.model发布于 2017-11-09 05:10:08
将所有txt文件中的::存档14替换为::存档12之后,这个问题就消失了,@sehe非常感谢
https://stackoverflow.com/questions/47120076
复制相似问题