davisking/dlib

shape_predictor: allow dpoint as training input

Aperta

#2183 aperta il 18 set 2020

 (10 commenti) (0 reazioni) (0 assegnatari)C++ (3442 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (14.434 stelle)
Metriche merge PR
 (Merge medio 3h 56m) (2 PR mergiate in 30 g)

Descrizione

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.

Guida contributor