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
When I'm trying to read bad video (or not video), decord returns file content flooding my console. Is there way to control decord's output and its amount to prevent flooding?
I call vr = VideoReader(video) and then try to get frames from it with vr.get_batch().
The text was updated successfully, but these errors were encountered:
When I'm trying to read bad video (or not video), decord returns file content flooding my console. Is there way to control decord's output and its amount to prevent flooding?
I call
vr = VideoReader(video)
and then try to get frames from it withvr.get_batch()
.The text was updated successfully, but these errors were encountered: