2019-09-20 |
Guo, Yejun | libavfilter/dnn: support multiple outputs for native... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-09-20 |
Guo, Yejun | libavfilter/dnn/dnn_backend_native: find the input... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-09-20 |
Guo, Yejun | FATE/dnn: add unit test for layer maximum Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-09-20 |
Guo, Yejun | libavfilter/dnn: add layer maximum for native mode. Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-09-20 |
Guo, Yejun | avcodec/libvpxenc: add ROI-based encoding support for... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-09-19 |
Guo, Yejun | FATE/dnn: add unit test for dnn depth_to_space layer Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-09-19 |
Guo, Yejun | libavfilter/dnn: separate depth_to_space layer from... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-09-19 |
Guo, Yejun | FATE/dnn: add unit test for dnn conv2d layer Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-09-19 |
Guo, Yejun | libavfilter/dnn: separate conv2d layer from dnn_backend_nati... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-09-04 |
Guo, Yejun | libavfilter/dnn: add header into native model file Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-08-30 |
Guo, Yejun | dnn: export operand info in python script and load... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-08-30 |
Guo, Yejun | dnn: change .model file format to put layer number... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-08-30 |
Guo, Yejun | dnn: introduce dnn operand (in c code) to hold operand... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-08-19 |
Guo, Yejun | FATE/dnn: let fate/dnn tests depend on ffmpeg static... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-08-19 |
Guo, Yejun | libavfilter/dnn/dnn_backend_tf: add tf.pad support... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-08-19 |
Guo, Yejun | libavfilter/dnn/dnn_backend_tf: fix typo that variable... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-08-15 |
Guo, Yejun | convert_from_tensorflow.py: support conv2d with dilation Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-08-15 |
Guo, Yejun | convert_from_tensorflow.py: add option to dump graph... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-07-29 |
Guo, Yejun | dnn: convert tf.pad to native model in python script... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-07-29 |
Guo, Yejun | fate: add unit test for dnn-layer-pad Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-07-29 |
Guo, Yejun | dnn: add layer pad which is equivalent to tf.pad Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-07-26 |
Guo, Yejun | libavfilter/dnn: move dnn files from libavfilter to... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-07-02 |
Guo, Yejun | doc/filters: update how to generate native model for... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-07-01 |
Guo, Yejun | tools/python: add script to convert TensorFlow model... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-05-15 |
Guo, Yejun | configure: replace 'pr' with printf since busybox does... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-05-08 |
Guo, Yejun | libavfilter/dnn: add more data type support for dnn... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-05-08 |
Guo, Yejun | libavfilter/dnn: support multiple outputs for tensorflow... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-05-08 |
Guo, Yejun | libavfilter/dnn: avoid memcpy for tensorflow dnn output Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-05-08 |
Guo, Yejun | libavfilter/dnn: determine dnn output during execute_model... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-05-08 |
Guo, Yejun | libavfilter/dnn: remove limit for the name of DNN model... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-05-08 |
Guo, Yejun | libavfilter/vf_sr: refine code to remove keyword 'else' Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-05-08 |
Guo, Yejun | libavfilter/dnn_backend_tf.c: set layer_add_res for... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-03-04 |
Guo, Yejun | configure: use vpx_codec_vp8_dx/cx for libvpx-vp8 checking Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-03-04 |
Guo, Yejun | configure: add missing pthreads extralibs dependency... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-01-24 |
Guo, Yejun | avcodec/libx265: add support for ROI-based encoding Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-01-17 |
Guo, Yejun | avcodec/libx264: add support for ROI-based encoding Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
2019-01-17 |
Guo, Yejun | avutil: add ROI (Region Of Interest) data struct and... Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
|
commit | commitdiff | tree |
|