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
18a92d19
Commit
18a92d19
authored
Mar 10, 2022
by
Kelly Chang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kelly
parent
697f75e8
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
623 additions
and
103 deletions
+623
-103
Encoding_Kelly.ipynb
Encoding_Kelly.ipynb
+607
-98
prediction_MSE_kelly.ipynb
prediction_MSE_kelly.ipynb
+16
-5
No files found.
Encoding_Kelly.ipynb
View file @
18a92d19
This diff is collapsed.
Click to expand it.
prediction_MSE_kelly.ipynb
View file @
18a92d19
...
...
@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count":
11
,
"execution_count":
28
,
"id": "dbef8759",
"metadata": {},
"outputs": [],
...
...
@@ -19,7 +19,7 @@
},
{
"cell_type": "code",
"execution_count":
12
,
"execution_count":
29
,
"id": "b7a550e0",
"metadata": {},
"outputs": [],
...
...
@@ -74,7 +74,7 @@
},
{
"cell_type": "code",
"execution_count":
13
,
"execution_count":
30
,
"id": "9ed20f84",
"metadata": {},
"outputs": [],
...
...
@@ -119,14 +119,25 @@
},
{
"cell_type": "code",
"execution_count":
1
4,
"execution_count":
3
4,
"id": "8e3ef654",
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"120\n",
"8\n"
]
}
],
"source": [
"scenes = file_extractor()\n",
"images = image_extractor(scenes)\n",
"num_images = im_distribution(images, \"_9\")\n",
"print(len(images))\n",
"print(len(num_images))\n",
"error_mean = []\n",
"error_mean1 = []\n",
"diff_mean = []\n",
...
...
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