Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
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
Linshizhi
ffmpeg.wasm-core
Commits
1f18a633
Commit
1f18a633
authored
Aug 02, 2018
by
Sergey Lavrushkin
Committed by
Pedro Arthur
Aug 14, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libavfilter: Adds proper file descriptions to dnn_srcnn.h and dnn_espcn.h.
Signed-off-by:
Pedro Arthur
<
bygrandao@gmail.com
>
parent
95cb2127
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
dnn_espcn.h
libavfilter/dnn_espcn.h
+2
-1
dnn_srcnn.h
libavfilter/dnn_srcnn.h
+2
-1
No files found.
libavfilter/dnn_espcn.h
View file @
1f18a633
...
...
@@ -20,7 +20,8 @@
/**
* @file
* Default cnn weights for x2 upscaling with espcn model.
* This file contains CNN weights for ESPCN model (https://arxiv.org/abs/1609.05158),
* auto generated by scripts provided in the repository: https://github.com/HighVoltageRocknRoll/sr.git.
*/
#ifndef AVFILTER_DNN_ESPCN_H
...
...
libavfilter/dnn_srcnn.h
View file @
1f18a633
...
...
@@ -20,7 +20,8 @@
/**
* @file
* Default cnn weights for x2 upscaling with srcnn model.
* This file contains CNN weights for SRCNN model (https://arxiv.org/abs/1501.00092),
* auto generated by scripts provided in the repository: https://github.com/HighVoltageRocknRoll/sr.git.
*/
#ifndef AVFILTER_DNN_SRCNN_H
...
...
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