luoyetx / face-alignment-at-3000fps

C++ implementation of Face Alignment at 3000 FPS via Regressing Local Binary Features
BSD 3-Clause "New" or "Revised" License
197 stars 120 forks source link

is pupils landmark wrong in common.cpp? #17

Closed flankechen closed 7 years ago

flankechen commented 7 years ago

in common.cpp line 210. int pupils[][6] = { { 36, 37, 38, 39, 40, 41 }, { 42, 43, 44, 45, 46, 47 } };

figure_68_markup but in the ibug dataset landmarks, pupils should be 37 to 42, and 43 to 48.

luoyetx commented 7 years ago

index starts from 0 in cpp code.