From 42556556188a9173627b3e1e364b864b6e5fcc85 Mon Sep 17 00:00:00 2001 From: Mishig Date: Mon, 9 Sep 2024 15:38:41 +0200 Subject: [PATCH] [Vizualization] Show user error if videos codec is not supported (#424) --- lerobot/templates/visualize_dataset_template.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/lerobot/templates/visualize_dataset_template.html b/lerobot/templates/visualize_dataset_template.html index e22631d..d2912e2 100644 --- a/lerobot/templates/visualize_dataset_template.html +++ b/lerobot/templates/visualize_dataset_template.html @@ -72,8 +72,9 @@
+

Videos could NOT play because AV1 decoding is not available on your browser. Learn more about LeRobot video encoding.

{% for video_info in videos_info %} -
+

{{ video_info.filename }}