Commit 1f18a633 authored by Sergey Lavrushkin's avatar Sergey Lavrushkin Committed by Pedro Arthur

libavfilter: Adds proper file descriptions to dnn_srcnn.h and dnn_espcn.h.

Signed-off-by: 's avatarPedro Arthur <bygrandao@gmail.com>
parent 95cb2127
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment