]> git.sesse.net Git - ffmpeg/commitdiff
libavfilter: Adds proper file descriptions to dnn_srcnn.h and dnn_espcn.h.
authorSergey Lavrushkin <dualfal@gmail.com>
Thu, 2 Aug 2018 16:56:23 +0000 (19:56 +0300)
committerPedro Arthur <bygrandao@gmail.com>
Tue, 14 Aug 2018 18:02:41 +0000 (15:02 -0300)
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
libavfilter/dnn_espcn.h
libavfilter/dnn_srcnn.h

index 9344aa90fe73a7e199ffc6ac998139983a1bfdc8..e0013fe1ddbe72a94819a49a3c0120c61415f71d 100644 (file)
@@ -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
index 4f5332ce18a64ba66bd1819b5cb8701fc10782a5..8bf563bd62666bfd4d4237e89d2fc47f08ad4a42 100644 (file)
@@ -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