You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/11/22 23:26:11 UTC

[jira] [Commented] (TIKA-1798) Parser for Video Similarity using PooledTimeSeries metric

    [ https://issues.apache.org/jira/browse/TIKA-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15021220#comment-15021220 ] 

ASF GitHub Bot commented on TIKA-1798:
--------------------------------------

GitHub user chrismattmann opened a pull request:

    https://github.com/apache/tika/pull/64

    Pull request for TIKA-1798 Parser for Video Similarity using PooledTimeSeries metric contributed by Aditya Dhulipala and Chris Mattmann.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/chrismattmann/tika trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tika/pull/64.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #64
    
----
commit d79f57c8fe9a13f8bb549777d82ce5be0034acb1
Author: Aditya Dhulipala <ad...@usc.edu>
Date:   2015-10-02T12:45:22Z

    PoT definitions

commit 78daf1a0cd30b4810f64582582a873cd1c5f81ce
Author: Aditya Dhulipala <ad...@usc.edu>
Date:   2015-10-12T02:09:56Z

    PoT Config defns

commit 9923a7c0a8dc7338b845e314c9caa20f0b8142af
Author: Aditya Dhulipala <ad...@usc.edu>
Date:   2015-10-14T14:43:04Z

    Registered PoTParser with ParserServices

commit a76b6c643a55a84c310d5bfea0ab799d13a1d8a9
Author: Aditya Dhulipala <ad...@usc.edu>
Date:   2015-10-14T15:30:40Z

    defined PoT properties config file

commit ca8c1811fea9f45ead9c1dc60ba566befafd374d
Author: Aditya Dhulipala <ad...@usc.edu>
Date:   2015-10-14T15:32:31Z

    defined PoT config values

commit 1012ba1e68939d4ab3784043694ef4a26b27e3af
Author: Aditya Dhulipala <ad...@usc.edu>
Date:   2015-10-14T15:33:33Z

    Modified config file to better reflect PoT config values

commit d3f78b567d22e1626dcd7ceea624e789fe3057ef
Author: Aditya Dhulipala <ad...@usc.edu>
Date:   2015-10-14T15:34:13Z

    Fixed build errors

commit 43969b154a83cfb3dad29eb49f597426c88bcfb4
Author: Aditya Dhulipala <ad...@usc.edu>
Date:   2015-10-29T16:17:25Z

    Built basic version of tika-pot-parser

commit 30f240abfe5b0be9fd572e0d55be764d43827412
Author: Aditya Dhulipala <ad...@usc.edu>
Date:   2015-11-14T02:06:33Z

    Added a timeout value

commit 3c9719370a62c12e31fa744e4ec9547c83ac2ca6
Author: Aditya Dhulipala <ad...@usc.edu>
Date:   2015-11-14T02:07:54Z

    Parser now runs PoT and extracts OF metadata
    
    Uses JavaProcessBuilder to invoke the PoT jar.
    Runs PoT to generate of.txt and hog.txt.
    Extracts of.txt metadata as a list of lists,
    i.e. a 2D matrix in HTML

commit 90e42d145d806cc2b122baf8f7b12a4b465c5125
Author: Aditya Dhulipala <ad...@usc.edu>
Date:   2015-11-14T02:22:46Z

    Added Apache License header

commit 235156a122e164276d164ef78229a8f01784022a
Author: Chris Mattmann <ma...@apache.org>
Date:   2015-11-22T22:20:42Z

    Merge branch 'pooled-time-series' of https://github.com/cafed00d4j/tika-pooled-time-series into trunk

----


> Parser for Video Similarity using PooledTimeSeries metric
> ---------------------------------------------------------
>
>                 Key: TIKA-1798
>                 URL: https://issues.apache.org/jira/browse/TIKA-1798
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>            Reporter: Chris A. Mattmann
>            Assignee: Chris A. Mattmann
>             Fix For: 1.12
>
>
> My student [~1ceb00da] and I are working on a parser that's an implementation of the PooledTimeSeries metric for video similarity:
> http://github.com/chrismattmann/pooled_time_series
> The original author of the algorithm approach was Michael Ryoo in his paper here:
> https://github.com/chrismattmann/pooled_time_series#research-background-and-detail
> The code is Apache License, version 2.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)