Guo, Yejun
bd50453894
avfilter/vf_dnn_processing.c: add planar yuv format support
...
Only the Y channel is handled by dnn, the UV channels are copied
without changes.
The command to use srcnn.pb (see vf_sr) looks like:
./ffmpeg -i 480p.jpg -vf format=yuv420p,scale=w=iw*2:h=ih*2,dnn_processing=dnn_backend=tensorflow:model=srcnn.pb:input=x:output=y -y srcnn.jpg
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Reviewed-by: Pedro Arthur <bygrandao@gmail.com>
2020-03-12 18:22:39 +08:00
..
2019-09-29 20:41:29 +02:00
2020-03-10 15:10:06 +00:00
2019-11-05 21:21:32 +01:00
2019-12-05 20:49:15 -03:00
2020-02-22 23:19:07 -03:00
2020-02-24 00:14:21 +01:00
2020-03-06 11:05:30 +05:30
2018-05-18 02:24:28 +01:00
2020-02-11 11:55:36 -08:00
2019-02-11 10:13:31 +05:30
2019-08-09 01:33:49 +02:00
2018-01-06 18:31:37 +00:00
2018-01-06 18:31:37 +00:00
2018-01-06 18:31:37 +00:00
2018-01-06 18:31:37 +00:00
2018-01-06 18:31:37 +00:00
2018-01-06 18:31:37 +00:00
2018-01-06 18:31:37 +00:00
2018-01-06 18:31:37 +00:00
2018-01-06 18:31:37 +00:00
2020-02-09 20:36:45 +00:00
2019-05-20 17:51:43 -03:00
2019-02-09 20:01:18 +01:00
2019-05-27 00:28:34 +02:00
2020-02-09 20:31:44 +01:00
2017-09-12 11:03:51 +02:00
2020-03-12 18:22:39 +08:00
2019-11-03 11:52:32 +01:00
2020-03-09 22:07:17 +01:00
2020-01-03 18:13:22 +01:00
2018-01-06 18:31:37 +00:00
2019-02-20 13:51:19 -03:00
2018-01-06 18:31:37 +00:00
2018-01-06 18:31:37 +00:00
2018-01-06 18:31:37 +00:00
2018-01-06 18:31:37 +00:00
2018-01-06 18:31:37 +00:00
2018-01-06 18:31:37 +00:00
2018-01-06 18:31:37 +00:00
2019-04-20 13:55:39 -08:00
2017-10-03 15:25:07 -08:00
2018-12-14 12:57:34 +01:00
2020-03-06 11:05:30 +05:30
2020-01-26 13:15:07 +01:00
2018-05-18 02:22:57 +01:00
2020-03-09 22:07:18 +01:00
2019-05-27 21:32:33 +05:30
2019-02-10 16:46:56 +01:00
2019-10-19 13:00:36 +05:30
2019-05-22 17:43:41 +08:00