You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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:
committed by
Pedro Arthur
parent
95cb2127ad
commit
1f18a633c6
@@ -20,7 +20,8 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @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
|
#ifndef AVFILTER_DNN_ESPCN_H
|
||||||
|
@@ -20,7 +20,8 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @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
|
#ifndef AVFILTER_DNN_SRCNN_H
|
||||||
|
Reference in New Issue
Block a user