Skip to content

Commit

Permalink
fix input_dir and output_dir in the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
MilagrosMarin committed Dec 22, 2023
1 parent 95e10df commit a50836d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
")"
]
},
Expand Down Expand Up @@ -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",
")"
]
Expand Down

0 comments on commit a50836d

Please sign in to comment.