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

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

chrismattmann commented on issue #168: fix for TIKA-2322 contributed by 
[email protected]
URL: https://github.com/apache/tika/pull/168#issuecomment-297612994
 
 
   OK got this built:
   
   ```
   [INFO] --- forbiddenapis:2.2:testCheck (default) @ tika ---
   [INFO] Skipping execution for packaging "pom"
   [INFO] 
   [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tika ---
   [INFO] Installing /Users/mattmann/git/smadha-tika/pom.xml to 
/Users/mattmann/.m2/repository/org/apache/tika/tika/1.15-SNAPSHOT/tika-1.15-SNAPSHOT.pom
   [INFO] 
------------------------------------------------------------------------
   [INFO] Reactor Summary:
   [INFO] 
   [INFO] Apache Tika parent ................................. SUCCESS [  1.104 
s]
   [INFO] Apache Tika core ................................... SUCCESS [ 22.681 
s]
   [INFO] Apache Tika parsers ................................ SUCCESS [03:32 
min]
   [INFO] Apache Tika XMP .................................... SUCCESS [  1.492 
s]
   [INFO] Apache Tika serialization .......................... SUCCESS [  1.392 
s]
   [INFO] Apache Tika batch .................................. SUCCESS [01:47 
min]
   [INFO] Apache Tika language detection ..................... SUCCESS [  3.170 
s]
   [INFO] Apache Tika application ............................ SUCCESS [ 29.415 
s]
   [INFO] Apache Tika OSGi bundle ............................ SUCCESS [ 22.927 
s]
   [INFO] Apache Tika translate .............................. SUCCESS [  2.137 
s]
   [INFO] Apache Tika server ................................. SUCCESS [ 33.826 
s]
   [INFO] Apache Tika examples ............................... SUCCESS [  7.159 
s]
   [INFO] Apache Tika Java-7 Components ...................... SUCCESS [  1.874 
s]
   [INFO] Apache Tika eval ................................... SUCCESS [ 24.681 
s]
   [INFO] Apache Tika ........................................ SUCCESS [  0.019 
s]
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time: 07:51 min
   [INFO] Finished at: 2017-04-26T22:05:39-07:00
   [INFO] Final Memory: 178M/1570M
   [INFO] 
------------------------------------------------------------------------
   LMC-053601:smadha-tika mattmann$ 
   ```
   
   now time to test!
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Video labeling using existing ObjectRecognition
> -----------------------------------------------
>
>                 Key: TIKA-2322
>                 URL: https://issues.apache.org/jira/browse/TIKA-2322
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>            Reporter: Madhav Sharan
>            Assignee: Chris A. Mattmann
>              Labels: memex
>             Fix For: 1.15
>
>
> Currently TIKA supports ObjectRecognition in Images. I am proposing to extend 
> this to support videos. 
> Idea is -
> 1. Extract frames from video and run IncV3 to get labels for these frames. 
> 2. We average confidence scores of same labels for each frame. 
> 3. Return results in sorted order of confidence score. 
> I am writing code for different modes of frame extractions -
> 1. Extract center image.
> 2. Extract frames after every fixed interval.
> 3. Extract N frames equally divided across video.
> We used this approach in [0]. Code in [1]
> [0] https://github.com/USCDataScience/hadoop-pot
> [1] https://github.com/USCDataScience/video-recognition



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to