added images

This commit is contained in:
Adam Wojdyla 2022-05-17 10:43:41 +02:00
parent ebf9e510f2
commit 707400c7ef

View File

@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 18,
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -13,7 +13,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"/var/folders/t3/dwnz0lh916ng4w7bzf0z56ym0000gn/T/ipykernel_43951/17056051.py:11: DeprecationWarning: Importing display from IPython.core.display is deprecated since IPython 7.14, please import from IPython display\n",
"/var/folders/t3/dwnz0lh916ng4w7bzf0z56ym0000gn/T/ipykernel_20610/17056051.py:11: DeprecationWarning: Importing display from IPython.core.display is deprecated since IPython 7.14, please import from IPython display\n",
" from IPython.core.display import display, HTML\n"
]
},
@ -47,7 +47,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 19,
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -113,7 +113,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 20,
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -127,6 +127,8 @@
" \"camera\":data.camera(),\n",
" \"coin\": data.coins(),\n",
" \"clock\":data.clock(),\n",
" \"text\":data.text(),\n",
" \"page\":data.page(),\n",
" \"blobs\":data.binary_blobs(),\n",
" \"coffee\":rgb2gray(img_as_float(data.coffee()))\n",
"}"
@ -154,7 +156,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 21,
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -189,7 +191,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 22,
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -227,7 +229,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 23,
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -258,7 +260,7 @@
},
{
"cell_type": "code",
"execution_count": 33,
"execution_count": 24,
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -285,7 +287,7 @@
},
{
"cell_type": "code",
"execution_count": 34,
"execution_count": 25,
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -295,12 +297,12 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "93aa562a15a44f30bb5fda5ee40fbf5f",
"model_id": "97ddd455e9c8432c9d06874ef2d8d4c8",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"interactive(children=(Dropdown(description='img_name', options=('cat', 'astro', 'camera', 'coin', 'clock', 'bl…"
"interactive(children=(Dropdown(description='img_name', options=('cat', 'astro', 'camera', 'coin', 'clock', 'te…"
]
},
"metadata": {},
@ -312,7 +314,7 @@
"<function __main__.print_matrices(img_name, k)>"
]
},
"execution_count": 34,
"execution_count": 25,
"metadata": {},
"output_type": "execute_result"
}
@ -323,7 +325,7 @@
},
{
"cell_type": "code",
"execution_count": 36,
"execution_count": 26,
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -333,12 +335,12 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "bce351d98f7b471eaebc4e9a02d4396b",
"model_id": "845d2b4394b04d5681141aac8e9cbc29",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"interactive(children=(Dropdown(description='img_name', options=('cat', 'astro', 'camera', 'coin', 'clock', 'bl…"
"interactive(children=(Dropdown(description='img_name', options=('cat', 'astro', 'camera', 'coin', 'clock', 'te…"
]
},
"metadata": {},
@ -362,7 +364,7 @@
},
{
"cell_type": "code",
"execution_count": 37,
"execution_count": 27,
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -374,6 +376,7 @@
" \"cat\":img_as_float(data.chelsea()),\n",
" \"astro\":img_as_float(data.astronaut()),\n",
" \"coffee\":img_as_float(data.coffee()),\n",
" \"rocket\":img_as_float(data.rocket()),\n",
" \"koala\": img_as_float(Image.open('koala.jpeg')),\n",
" \"orange\": img_as_float(Image.open('orange.jpeg'))\n",
"}"
@ -417,7 +420,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 11,
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -452,7 +455,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 12,
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -476,26 +479,66 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 13,
"metadata": {
"pycharm": {
"name": "#%%\n"
}
},
"outputs": [],
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "704a0aea9bc64cf991168a250b20c6a7",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"interactive(children=(Dropdown(description='img_name', options=('cat', 'astro', 'coffee', 'koala', 'orange'), …"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/plain": [
"<function __main__.print_matrices(img_name, k)>"
]
},
"execution_count": 13,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"interact(print_matrices, img_name=list_widget, k=int_slider_widget)"
]
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 14,
"metadata": {
"pycharm": {
"name": "#%%\n"
}
},
"outputs": [],
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "a952305f0af44bbb89f18df43a922d7d",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"interactive(children=(Dropdown(description='img_name', options=('cat', 'astro', 'coffee', 'koala', 'orange'), …"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"interact(compress_show_color_images_reshape,img_name=list_widget,k=int_slider_widget);"
]
@ -524,7 +567,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 15,
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -562,7 +605,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 16,
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -589,10 +632,26 @@
"execution_count": null,
"metadata": {
"pycharm": {
"is_executing": true,
"name": "#%%\n"
}
},
"outputs": [],
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "5fcf1a7a0089474db6ae5775db349344",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"interactive(children=(Dropdown(description='img_name', options=('cat', 'astro', 'coffee', 'koala', 'orange'), …"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"interact(compress_show_color_images_layer,img_name=list_widget,k=int_slider_widget);"
]
@ -602,6 +661,7 @@
"execution_count": null,
"metadata": {
"pycharm": {
"is_executing": true,
"name": "#%%\n"
}
},
@ -613,6 +673,7 @@
"execution_count": null,
"metadata": {
"pycharm": {
"is_executing": true,
"name": "#%%\n"
}
},