Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
image-compression
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Elphel
image-compression
Commits
b1c9e3df
Commit
b1c9e3df
authored
May 24, 2022
by
Bryce Hepner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finished 2.5 different benchmarks
parent
e09548aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
20 deletions
+41
-20
compression_benchmark.ipynb
compression_benchmark.ipynb
+41
-20
No files found.
compression_benchmark.ipynb
View file @
b1c9e3df
...
...
@@ -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_
exampl
e = images[0]\n",
"picture = Image.open(first_
exampl
e)\n",
"first_
sourc
e = images[0]\n",
"picture = Image.open(first_
sourc
e)\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": {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment