freesouls / face-alignment-at-3000fps

The project is an C++ implementation of Face Alignment at 3000fps via Regressing Local Binary Features
283 stars 145 forks source link

以二进制的形式保存和载入训练结果 #9

Open Oumoxiluoyi opened 7 years ago

Oumoxiluoyi commented 7 years ago

感谢作者的工作~~! 以helen训练结果为例,载入需要将近2分钟,在移动端时间就更长了 我发现代码中提供了一个二进制保存和载入的接口,但是好像存在问题 是否能检查一下代码?

lrxjason commented 7 years ago

请问你找到解决办法了么?

lippman1125 commented 6 years ago

@Oumoxiluoyi https://github.com/lippman1125/face-alignment-at-3000fps 我加了2进制模型的保存和载入的代码。