davisking/dlib

shape_predictor: allow dpoint as training input

Offen

#2.183 geöffnet am 18.09.2020

 (10 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (3.442 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (14.434 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 3h 56m) (2 gemergte PRs in 30 T)

Beschreibung

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