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,432 顆星)
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.

貢獻者指南