Skip to content

Commit

Permalink
updated notebooks:
Browse files Browse the repository at this point in the history
  • Loading branch information
dchaddock committed Jan 22, 2025
1 parent 55b8c7b commit ca941b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions examples/notebooks/tools/movie_themis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "6217fbc1a7a34d308f3fb1825c339205",
"model_id": "a8a3789c89564395941dd82977bc610f",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -92,7 +92,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "3483d592cd6449bdbb8709f2297f6be9",
"model_id": "15eba1691a1f4636b538ffa2189df185",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -109,7 +109,7 @@
"import platform\n",
"import matplotlib.pyplot as plt\n",
"from tqdm.contrib.concurrent import process_map as tqdm_process_map\n",
"from tqdm.auto import tqdm\n",
"from tqdm import tqdm\n",
"\n",
"\n",
"def process_frame(i):\n",
Expand Down Expand Up @@ -158,7 +158,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "c4cb95fab7d642ed954b5798a39d9f99",
"model_id": "33a17a7e80464606a33d7c923509e35e",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -172,7 +172,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "24eff7ae77c14f82ad09d09d8b5b1b6e",
"model_id": "3c0be2f3df0a40c2aec1d6ade2d16e32",
"version_major": 2,
"version_minor": 0
},
Expand Down
10 changes: 5 additions & 5 deletions examples/notebooks/tools/movie_trex_rgb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "e3a8a3176e444780a84f7f175a288d1f",
"model_id": "aff29a4efe3148a0b74bd0ca5a2a325e",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -93,7 +93,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "f0e24934911f447ea49fb46475463ba2",
"model_id": "8a14a0a795c94a1d99110c8ebb14d56d",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -110,7 +110,7 @@
"import platform\n",
"import matplotlib.pyplot as plt\n",
"from tqdm.contrib.concurrent import process_map as tqdm_process_map\n",
"from tqdm.auto import tqdm\n",
"from tqdm import tqdm\n",
"\n",
"\n",
"def process_frame(i):\n",
Expand Down Expand Up @@ -159,7 +159,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "0fd2ebaaf2b248908ba0d666415a4d3f",
"model_id": "53845b7043494800be26e3a6605fce6e",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -173,7 +173,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "4077c865a6c34ab08ce3ff1ace75477d",
"model_id": "04b0fbe27282493f87a0c7786f44bbfd",
"version_major": 2,
"version_minor": 0
},
Expand Down

0 comments on commit ca941b8

Please sign in to comment.