Skip to content

Commit 86596eb

Browse files
committed
Clarify CTD evaluation conditions and update error message for URL access
1 parent a921c5b commit 86596eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/COLAB/COLAB_BUCTD_and_CTD_tracking.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,7 +1968,7 @@
19681968
"source": [
19691969
"If your CTD model is well trained, it should now outperform the performance of the BU model who's predictions it uses as conditions!\n",
19701970
"\n",
1971-
"Note that the model is evaluated using pose conditions that were created with generative sampling. When you evaluate the network with the `evaluate_network` method, the performance will be different as you're using the actual conditions from the bottom-up model we trained first."
1971+
"Note that during training, the model is evaluated using pose conditions that were created with generative sampling. When you evaluate the network with the `evaluate_network` method, the performance will be different as you're using the actual conditions from the bottom-up model we trained first."
19721972
]
19731973
},
19741974
{
@@ -2117,7 +2117,7 @@
21172117
" with ZipFile(BytesIO(r.content)) as zf:\n",
21182118
" zf.extractall(path=download_path)\n",
21192119
"else:\n",
2120-
" raise ValueError(f\"The URL {url_record} could not be reached.\")\n",
2120+
" raise ValueError(f\"The URL {url_video_record} could not be reached.\")\n",
21212121
"\n",
21222122
"# Check that the video was downloaded\n",
21232123
"src_video_path = download_path / \"demo-me-2021-07-14\" / \"videos\" / video_name\n",

0 commit comments

Comments
 (0)