mmcv.video¶
mmcv.video
IO¶
Video class with similar usage to a list object. |
|
Read the frame images from a directory and join them as a video. |
Optical Flow¶
Recover from quantized flow. |
|
Read dense optical flow from bytes. |
|
Use flow to warp img. |
|
Read an optical flow map. |
|
Write optical flow to file. |
|
Quantize flow to [0, 255]. |
|
Read the optical flow in KITTI datasets from bytes. |
Video Processing¶
Concatenate multiple videos into a single one. |
|
Convert a video with ffmpeg. |
|
Cut a clip from a video. |
|
Resize a video. |