Skip to content

Commit

Permalink
Tutorial model changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JanRiedelsheimer committed Nov 11, 2024
1 parent fd59147 commit ef72aa5
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 3 deletions.
Binary file removed .DS_Store
Binary file not shown.
85 changes: 82 additions & 3 deletions notebooks/Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,69 @@
"execution_count": 2,
"id": "c0ec6a86-bebe-4cdb-b863-1557905c1026",
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"Downloading file: 235MB [01:49, 2.14MB/s] \n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Checking md5 sum...\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"Downloading file: 47.1MB [00:21, 2.22MB/s] \n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Checking md5 sum...\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"Downloading file: 32.8kB [00:00, 346kB/s] \n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Checking md5 sum...\n",
"Creating stimuli\n",
"Creating fixations\n",
"Running original code to extract fixations. This can take some minutes.\n",
"Warning: In the IPython Notebook, the output is shown on the console instead of the notebook.\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"WARNING: package sun.awt.X11 not in java.desktop\n",
"WARNING: package sun.awt.X11 not in java.desktop\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Processing scanpath 15044/15045\r"
]
}
],
"source": [
"stimuli, fixations = pysaliency.get_mit1003(location='pysaliency_datasets')"
]
Expand Down Expand Up @@ -1098,10 +1160,27 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 28,
"id": "3255672f-e3df-4b1d-8cad-cb8e7a39fcd2",
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/opt/anaconda3/envs/pysaliency/lib/python3.9/site-packages/urllib3/connectionpool.py:1099: InsecureRequestWarning: Unverified HTTPS request is being made to host 'home.cs.umanitoba.ca'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings\n",
" warnings.warn(\n",
"Downloading file: 31.5MB [00:03, 8.80MB/s] \n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Checking md5 sum...\n"
]
}
],
"source": [
"aim_model = pysaliency.AIM(location='pysaliency_models')"
]
Expand Down

0 comments on commit ef72aa5

Please sign in to comment.