davisking/dlib

shape_predictor: allow dpoint as training input

Open

#2,183 opened on Sep 18, 2020

View on GitHub
 (10 comments) (0 reactions) (0 assignees)C++ (12,570 stars) (3,314 forks)batch import
enhancementhelp wanted

Description

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.

Contributor guide

shape_predictor: allow dpoint as training input · davisking/dlib#2183 | Good First Issue