You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ma...@apache.org on 2017/04/30 22:12:58 UTC

[tika] 01/01: Merge pull request #168 from smadha/TIKA-2322

This is an automated email from the ASF dual-hosted git repository.

mattmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 49bb4691393c016d8d65e6b11febca9e56feedef
Merge: 562e4fa e141640
Author: Chris Mattmann <ch...@gmail.com>
AuthorDate: Sun Apr 30 15:12:55 2017 -0700

    Merge pull request #168 from smadha/TIKA-2322
    
    fix for TIKA-2322 contributed by msharan@usc.edu

 .../recognition/tf/TensorflowRESTRecogniser.java   |   8 +-
 .../tf/TensorflowRESTVideoRecogniser.java          |  79 ++++++++++++
 .../parser/recognition/tf/InceptionRestDockerfile  |   2 +-
 .../recognition/tf/InceptionVideoRestDockerfile    |  93 ++++++++++++++
 .../tika/parser/recognition/tf/inceptionapi.py     | 141 +++++++++++++++++++++
 .../tika/parser/recognition/tf/video_util.py       | 113 +++++++++++++++++
 .../tf/TensorflowVideoRecParserTest.java           |  55 ++++++++
 .../recognition/tika-config-tflow-video-rest.xml   |  32 +++++
 .../test/resources/test-documents/testVideoMp4.mp4 | Bin 0 -> 1053651 bytes
 9 files changed, 520 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@tika.apache.org" <co...@tika.apache.org>.