deeplearning4j/deeplearning4j-examples

Video analytics

開放

#871 建立於 2019年8月8日

 (0 則留言) (0 個反應) (0 位負責人)Java (1,841 個分叉)batch import
help wantedquestion

倉庫指標

星標
 (2,395 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

I need advice: I'm a Java guy, and I would feel very comfortable using DL4J. The problem I'm trying to solve is to build a video-attention model. Basically, given a video, it gives me a rank of attention about video shots; basically which shot is more interesting.

Apparently I should use LSTM for that. But is there a good tutorial how to do this using DL4J? The video classification example is basically frame-based, not timed video based.

貢獻者指南