Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

frame step support, get video clip with frame jump steps #11

Open
hudengjunai opened this issue Sep 13, 2018 · 1 comment
Open

frame step support, get video clip with frame jump steps #11

hudengjunai opened this issue Sep 13, 2018 · 1 comment

Comments

@hudengjunai
Copy link

layer.desc.stride.x = 1 layer.desc.stride.y = width * layer.desc.stride.x layer.desc.stride.c = layer.desc.stride.y * height layer.desc.stride.n = layer.desc.stride.c * channels*frame_stride
Deep Learning in videos often choose frames with a certain steps,namely jump frames. so I think it's better to support a frame stride parameters

@hudengjunai hudengjunai changed the title frame step support frame step support, get video clip with frame jump steps Sep 13, 2018
@mitmul
Copy link
Owner

mitmul commented Oct 1, 2018

@hudengjunai Thank you for suggesting a feature. Is that already possible with the original NVVL? This repository is just a wrapper of NVVL, so if it isn't supported by the original NVVL, adding that feature to this package is a bit hard to do.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants