hzwer / Practical-RIFE

We are developing more practical frame interpolation approach.
MIT License
542 stars 60 forks source link

May i know what are the input resolution for both training and testing on 4.x models? #37

Closed Q8sh2ing closed 7 months ago

hzwer commented 10 months ago

The input patch is still 128x128, but is randomly augmented by 2x or 4x before cropping. The original training data set includes vimeo90k, adobe240fps, ATD12k, the lowest resolution is 256x448, the highest resolution is 720p What do you mean by testing resolution? The metrics I look at are usually the standard vimeo90k and ATD12k.

Q8sh2ing commented 10 months ago

The input patch is still 128x128, but is randomly augmented by 2x or 4x before cropping. The original training data set includes vimeo90k, adobe240fps, ATD12k, the lowest resolution is 256x448, the highest resolution is 720p What do you mean by testing resolution? The metrics I look at are usually the standard vimeo90k and ATD12k.

understood, thanks for the info