From ba04d62dd80e1a79a1d9c9b16072eb5450e378dd Mon Sep 17 00:00:00 2001 From: Philipp Rouast Date: Sun, 21 Jul 2024 19:18:16 +0200 Subject: [PATCH] Undo ugly formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 387c091..ad2b13e 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ This can also be configured using the following parameters: The estimation results are returned as a `list`. It contains a `dict` for each distinct face, with the following structure: -```json +``` [ { 'face': { @@ -123,7 +123,7 @@ The estimation results are returned as a `list`. It contains a `dict` for each d If the video is long enough and `estimate_running_vitals=True`, the results additionally contain running vitals: -```json +``` [ { ...