Typo fix
PiperOrigin-RevId: 518380030
This commit is contained in:
parent
a5fc1d4baf
commit
8bbf2621a4
|
@ -34,7 +34,7 @@ namespace face_landmarker {
|
||||||
// The face landmarks detection result from FaceLandmarker, where each vector
|
// The face landmarks detection result from FaceLandmarker, where each vector
|
||||||
// element represents a single face detected in the image.
|
// element represents a single face detected in the image.
|
||||||
struct FaceLandmarkerResult {
|
struct FaceLandmarkerResult {
|
||||||
// Detected hand landmarks in normalized image coordinates.
|
// Detected face landmarks in normalized image coordinates.
|
||||||
std::vector<components::containers::NormalizedLandmarks> face_landmarks;
|
std::vector<components::containers::NormalizedLandmarks> face_landmarks;
|
||||||
// Optional face blendshapes results.
|
// Optional face blendshapes results.
|
||||||
std::optional<std::vector<components::containers::Classifications>>
|
std::optional<std::vector<components::containers::Classifications>>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user