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
88b0738b
Commit
88b0738b
authored
Jan 27, 2022
by
Kelly Chang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.elphel.com/nathaniel/image-compression
parents
5a17f490
de89b3df
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
.gitignore
.gitignore
+1
-0
compress_experiment-checkpoint.ipynb
.ipynb_checkpoints/compress_experiment-checkpoint.ipynb
+6
-0
compress_start.py
compress_start.py
+3
-3
No files found.
.gitignore
View file @
88b0738b
...
...
@@ -4,3 +4,4 @@ __pycache__
attic
*.log
/compress_start.pyc
/compress_experiment.ipynb
\ No newline at end of file
.ipynb_checkpoints/compress_experiment-checkpoint.ipynb
0 → 100644
View file @
88b0738b
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
compress_start.py
View file @
88b0738b
...
...
@@ -151,10 +151,10 @@ if __name__ == '__main__':
scenes
=
file_extractor
()
images
=
image_extractor
(
scenes
)
image
,
predict
,
difference
=
plot_hist
(
images
)
error
=
np
.
abs
(
image
-
predict
)
#image, predict, difference = plot_hist(images)
#error = np.abs(image-predict)
plot_hist
(
images
)
\ No newline at end of file
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