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.

贡献者指南