|
|
|
|
|
by esjeon
44 days ago
|
|
> Then, run the frame analysis pipeline, which will divide the video into separate video scenes (1s each, or 1fps)
> (…)
> Frames analyzed 57,537 Aha, it makes total sense. This number sounds much more reasonable than “669 GB”, since the actual total size of processed frames would be like 10-30 GB. (Not downplaying anything. Doing-at-home always requires some math on practicality) > Total compute time 67h 40m 42s I’m just curious tho — is there any paying options that can accelerate this kind of process? Just spin up GPU instances? |
|
The reason why is “669 GB” is the total raw footage size when I'm doing the video processing, I downscaled each frame to 720p to make the video processing much faster and I don't need full original quality in order to get accurate results (as far as I know and experiment with).
> I’m just curious tho — is there any paying options that can accelerate this kind of process? Just spin up GPU instances?
For now, I found that NVIDIA GPU for example RTX 3060 with 12GB Vram was much faster than my M1 Max. (still working on optimizing for speed and accuracy).