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
e4b83f96
Commit
e4b83f96
authored
Feb 05, 2022
by
Kelly Chang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kelly push
parent
62b8cccf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
prediction_MSE-checkpoint.ipynb
.ipynb_checkpoints/prediction_MSE-checkpoint.ipynb
+2
-1
prediction_MSE.ipynb
prediction_MSE.ipynb
+2
-1
No files found.
.ipynb_checkpoints/prediction_MSE-checkpoint.ipynb
View file @
e4b83f96
...
...
@@ -101,7 +101,8 @@
" diff[:,0] = np.zeros(row)\n",
" diff[-1,:] = np.zeros(col) # keep the first row from the image\n",
" diff[:,-1] = np.zeros(row)\n",
" '''A = np.array([[3,0,-1],[0,3,3],[1,-3,-4]])\n",
" A = np.array([[3,0,-1],[0,3,3],[1,-3,-4]])\n",
" '''\n",
" z0 = image[0:-2,0:-2]\n",
" z1 = image[0:-2,1:-1]\n",
" z2 = image[0:-2,2::]\n",
...
...
prediction_MSE.ipynb
View file @
e4b83f96
...
...
@@ -101,7 +101,8 @@
" diff[:,0] = np.zeros(row)\n",
" diff[-1,:] = np.zeros(col) # keep the first row from the image\n",
" diff[:,-1] = np.zeros(row)\n",
" '''A = np.array([[3,0,-1],[0,3,3],[1,-3,-4]])\n",
" A = np.array([[3,0,-1],[0,3,3],[1,-3,-4]])\n",
" '''\n",
" z0 = image[0:-2,0:-2]\n",
" z1 = image[0:-2,1:-1]\n",
" z2 = image[0:-2,2::]\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