ECCV2022-RIFE icon indicating copy to clipboard operation
ECCV2022-RIFE copied to clipboard

cannot run on Google Colab

Open mikebilly opened this issue 3 years ago • 6 comments

i executed the cell but after a few seconds, there was an error with ^C at the end. (i wanted to convert a 30fps video to 60fps, the input video resolution is 2304x4096, the length is 19s)

mikebilly avatar Dec 18 '21 16:12 mikebilly

image It seems that original demo can still run successfully. Could you please give me a screenshot to show the error?

hzwer avatar Dec 18 '21 18:12 hzwer

@hzwer image It just ran for 5 seconds then stopped. The ram usage was very high: image image

mikebilly avatar Dec 19 '21 07:12 mikebilly

write_buffer = Queue(maxsize=500)

I guess it might be useful to turn down maxsize. However, colab may not be able to handle videos with too high resolution.

hzwer avatar Dec 20 '21 09:12 hzwer

what maxsize do you recommend for each resolution? thanks so much

mikebilly avatar Dec 20 '21 13:12 mikebilly

I am very sorry that I cannot answer this question. If RAM overhead is important, I will consider how to optimize it.

hzwer avatar Dec 21 '21 03:12 hzwer

@hzwer I think you should add some arguments, like tile size in some upscaling apps to put less stress on GPU, increasing processing time while the output quality is the same.

mikebilly avatar Dec 22 '21 02:12 mikebilly