davisking/dlib

shape_predictor: allow dpoint as training input

开放

#2,183 创建于 2020年9月18日

 (10 条评论) (0 个反应) (0 位负责人)C++ (3,442 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (14,434 个星标)
PR 合并指标
 (平均合并 3小时 56分钟) (30 天内合并 2 个 PR)

描述

Currently, the shape predictor training example showcases how to provide training and test data using integer coordinates.

Hoever, I would like to train a shape predictor using float coordinate pairs. I hope to gain increased precision by doing so. Since the shape predictor is also giving float numbers as output, I would assume that this should be possible.

However, there is no documentation to be found on the input format.

I'm happy to extend the documentation as soon as I know how this works.

贡献者指南