apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.76k stars 6.8k forks source link

Data loader for Video data #13656

Open eric-haibin-lin opened 5 years ago

eric-haibin-lin commented 5 years ago

CV on video is a emergent research area for deep learning. It will be great to have MXNet integrated with NVIDIA Video Loader https://github.com/NVIDIA/nvvl

ptrendx commented 5 years ago

NVIDIA DALI (https://github.com/NVIDIA/DALI) integrated NVVL functionality (currently in master branch, will be part of 0.6 release that should happen very soon) and has a plug-in for MXNet.

ptrendx commented 5 years ago

Just to update - DALI 0.6 with VideoLoader was just released.