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
std::vector<ov::Tensor> videos
std::vector means multiple videos
ov::Tensor means [N,H,W,C], N represents multiple frames of a video.
Signed-off-by: xipingya <[email protected]>
0 commit comments