From a50836d0e8b8c3fd7c89ef2245730f7da2f83646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milagros=20Mar=C3=ADn?= Date: Fri, 22 Dec 2023 21:01:33 +0000 Subject: [PATCH] fix `input_dir` and `output_dir` in the tutorial --- notebooks/tutorial.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/tutorial.ipynb b/notebooks/tutorial.ipynb index 3ed3114..a971a54 100644 --- a/notebooks/tutorial.ipynb +++ b/notebooks/tutorial.ipynb @@ -249,7 +249,7 @@ "outputs": [], "source": [ "config_file_rel = (\n", - " \"./example_data/inbox/from_top_tracking-DataJoint-2023-10-11/config.yaml\"\n", + " \"from_top_tracking-DataJoint-2023-10-11/config.yaml\"\n", ")" ] }, @@ -545,7 +545,7 @@ " {\n", " **task_key,\n", " \"task_mode\": \"load\",\n", - " \"pose_estimation_output_dir\": \"./example_data/outbox/from_top_tracking-DataJoint-2023-10-11/videos/device_1_recording_1_model_from_top_tracking_100000_maxiters\",\n", + " \"pose_estimation_output_dir\": \"from_top_tracking-DataJoint-2023-10-11/videos/device_1_recording_1_model_from_top_tracking_100000_maxiters\",\n", " }\n", ")" ]