Open liuxianyi opened 1 year ago
A very excellent tool, It can read videos conveniently like this.
vr = VideoReader(src_video_path, ctx=cpu(0))
but I want to use multi-CPU or -GPU to accelarate the progress. Can it support this?
vr = VideoReader(src_video_path, ctx=cpu(0, 1, 2))
I also want to konw it!
+1
A very excellent tool, It can read videos conveniently like this.
but I want to use multi-CPU or -GPU to accelarate the progress. Can it support this?