You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/02/05 08:05:55 UTC

[GitHub] jeremiedb commented on issue #14061: error when try resize on pixel video to perform image-recognition analysis in R

jeremiedb commented on issue #14061: error when try resize on pixel video to perform image-recognition analysis in R
URL: https://github.com/apache/incubator-mxnet/issues/14061#issuecomment-460546618
 
 
   Your issue appears more related to converting a video into an array than to mxnet per se. 
   I'd recommend to take a look at the `imager` package vignette describing handling of video format here: https://dahtah.github.io/imager/imager.html#loading-and-saving-videos. This should get you with 4 dimensionnal arrays: [Width, Height, Time, Colors]
   
   It may be worth considering working with images extracted from the video with 2D convolutions rather than directly with 3D convolutions. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services