Closed flankechen closed 7 years ago
in common.cpp line 210. int pupils[][6] = { { 36, 37, 38, 39, 40, 41 }, { 42, 43, 44, 45, 46, 47 } };
int pupils[][6] = { { 36, 37, 38, 39, 40, 41 }, { 42, 43, 44, 45, 46, 47 } };
but in the ibug dataset landmarks, pupils should be 37 to 42, and 43 to 48.
index starts from 0 in cpp code.
in common.cpp line 210.
int pupils[][6] = { { 36, 37, 38, 39, 40, 41 }, { 42, 43, 44, 45, 46, 47 } };
but in the ibug dataset landmarks, pupils should be 37 to 42, and 43 to 48.