Commit b1c9e3df authored by Bryce Hepner's avatar Bryce Hepner

Finished 2.5 different benchmarks

parent e09548aa
......@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 46,
"metadata": {},
"outputs": [],
"source": [
......@@ -32,7 +32,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 47,
"metadata": {},
"outputs": [],
"source": [
......@@ -60,7 +60,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 48,
"metadata": {},
"outputs": [],
"source": [
......@@ -70,7 +70,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 49,
"metadata": {},
"outputs": [
{
......@@ -82,14 +82,14 @@
}
],
"source": [
"first_example = images[0]\n",
"picture = Image.open(first_example)\n",
"first_source = images[0]\n",
"picture = Image.open(first_source)\n",
"print(picture.size)"
]
},
{
"cell_type": "code",
"execution_count": 31,
"execution_count": 50,
"metadata": {},
"outputs": [],
"source": [
......@@ -98,7 +98,7 @@
},
{
"cell_type": "code",
"execution_count": 32,
"execution_count": 51,
"metadata": {},
"outputs": [],
"source": [
......@@ -107,7 +107,7 @@
},
{
"cell_type": "code",
"execution_count": 33,
"execution_count": 52,
"metadata": {},
"outputs": [],
"source": [
......@@ -116,7 +116,7 @@
},
{
"cell_type": "code",
"execution_count": 34,
"execution_count": 53,
"metadata": {},
"outputs": [
{
......@@ -133,7 +133,7 @@
},
{
"cell_type": "code",
"execution_count": 35,
"execution_count": 54,
"metadata": {},
"outputs": [
{
......@@ -151,7 +151,7 @@
},
{
"cell_type": "code",
"execution_count": 36,
"execution_count": 55,
"metadata": {},
"outputs": [],
"source": [
......@@ -160,7 +160,7 @@
},
{
"cell_type": "code",
"execution_count": 37,
"execution_count": 56,
"metadata": {},
"outputs": [
{
......@@ -177,16 +177,25 @@
},
{
"cell_type": "code",
"execution_count": 39,
"execution_count": 57,
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"657197\n"
]
}
],
"source": [
"oldsize = os.path.getsize(first_example)"
"oldsize = os.path.getsize(first_source)\n",
"print(oldsize)"
]
},
{
"cell_type": "code",
"execution_count": 40,
"execution_count": 58,
"metadata": {},
"outputs": [
{
......@@ -203,7 +212,7 @@
},
{
"cell_type": "code",
"execution_count": 42,
"execution_count": 59,
"metadata": {},
"outputs": [],
"source": [
......@@ -214,7 +223,7 @@
},
{
"cell_type": "code",
"execution_count": 43,
"execution_count": 60,
"metadata": {},
"outputs": [
{
......@@ -231,7 +240,7 @@
},
{
"cell_type": "code",
"execution_count": 44,
"execution_count": 61,
"metadata": {},
"outputs": [
{
......@@ -252,6 +261,18 @@
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Round 2: Trying the same thing but with tifffile and doing grayscale"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment