mirror of https://git.ffmpeg.org/ffmpeg.git
libavfilter: Adds proper file descriptions to dnn_srcnn.h and dnn_espcn.h.
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
This commit is contained in:
parent
95cb2127ad
commit
1f18a633c6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue