tanghy2016
tanghy2016
I have a similar problem, have you solved it?
@jvwj @LiuXuan66 Did you succeed? Can you share your configuration? my attempt failed #184
@maxrumi How to deal with object detection? I tried changing ``` model = build_classifier(cfg.model) ``` to ``` model = build_detector(cfg.model) ``` but when loading the model, the weights don't match...
> > > select 49 points from 68 points, you can see the intraface code. 你好,请问这49个点是怎么选择的呢?因为DemoDetector中得到的49个点并不是完全在68个点内,我尝试使用全部68个点输入EstimateHeadPose中得到的三个角度看上去不太对。去除68个点的外部轮廓17个点,得到的三个角度看上去还是不对。
```shell >>> import caffe >>> deploy = "./det2.prototxt" >>> model = "./det2_half.caffemodel" >>> net = caffe.Net(deploy, model, caffe.TEST) ``` WARNING: Logging before InitGoogleLogging() is written to STDERR W0124 13:46:58.335070 14075...