From 0a198d1f6a3953a44b5d0fb744474e1f7d7beca7 Mon Sep 17 00:00:00 2001 From: Yoni Ben-Meshulam Date: Thu, 6 Jul 2023 11:42:10 -0700 Subject: [PATCH] Fix a typo in proto doc. PiperOrigin-RevId: 546049240 --- mediapipe/framework/formats/body_rig.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/framework/formats/body_rig.proto b/mediapipe/framework/formats/body_rig.proto index 5420ccc10..88964d995 100644 --- a/mediapipe/framework/formats/body_rig.proto +++ b/mediapipe/framework/formats/body_rig.proto @@ -19,7 +19,7 @@ package mediapipe; // Joint of a 3D human model (e.g. elbow, knee, wrist). Contains 3D rotation of // the joint and its visibility. message Joint { - // Joint rotation in 6D contineous representation ordered as + // Joint rotation in 6D continuous representation ordered as // [a1, b1, a2, b2, a3, b3]. // // Such representation is more sutable for NN model training and can be