PiperOrigin-RevId: 518380030
This commit is contained in:
Sebastian Schmidt 2023-03-21 14:21:05 -07:00 committed by Copybara-Service
parent a5fc1d4baf
commit 8bbf2621a4

View File

@ -34,7 +34,7 @@ namespace face_landmarker {
// The face landmarks detection result from FaceLandmarker, where each vector
// element represents a single face detected in the image.
struct FaceLandmarkerResult {
// Detected hand landmarks in normalized image coordinates.
// Detected face landmarks in normalized image coordinates.
std::vector<components::containers::NormalizedLandmarks> face_landmarks;
// Optional face blendshapes results.
std::optional<std::vector<components::containers::Classifications>>