You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
hudengjunai
changed the title
frame step support
frame step support, get video clip with frame jump steps
Sep 13, 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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: