mirror of
https://github.com/hzwer/ECCV2022-RIFE.git
synced 2025-12-16 16:37:51 +01:00
Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -57,8 +57,6 @@ pip3 install -r requirements.txt
|
|||||||
|
|
||||||
* Unzip and move the pretrained parameters to train_log/\*.pkl
|
* Unzip and move the pretrained parameters to train_log/\*.pkl
|
||||||
|
|
||||||
**This model is designed to provide better visual effects for users and should not be used for paper benchmark.**
|
|
||||||
|
|
||||||
### Run
|
### Run
|
||||||
|
|
||||||
**Video Frame Interpolation**
|
**Video Frame Interpolation**
|
||||||
@@ -141,15 +139,15 @@ Download [RIFE model](https://drive.google.com/file/d/1U2AGFY00hafsPmm94-6deeM-9
|
|||||||
**HD**: Download [HD dataset](https://github.com/baowenbo/MEMC-Net) at ./HD_dataset
|
**HD**: Download [HD dataset](https://github.com/baowenbo/MEMC-Net) at ./HD_dataset
|
||||||
```
|
```
|
||||||
python3 benchmark/UCF101.py
|
python3 benchmark/UCF101.py
|
||||||
# (Final result: "Avg PSNR: 35.246 SSIM: 0.9691")
|
# "PSNR: 35.246 SSIM: 0.9691"
|
||||||
python3 benchmark/Vimeo90K.py
|
python3 benchmark/Vimeo90K.py
|
||||||
# (Final result: "Avg PSNR: 35.506 SSIM: 0.9779")
|
# "PSNR: 35.506 SSIM: 0.9779"
|
||||||
python3 benchmark/MiddelBury_Other.py
|
python3 benchmark/MiddelBury_Other.py
|
||||||
# (Final result: "1.962")
|
# "IE: 1.962"
|
||||||
python3 benchmark/HD.py
|
python3 benchmark/HD.py
|
||||||
# (Final result: "PSNR: 32.124")
|
# "PSNR: 32.124"
|
||||||
python3 benchmark/HD_multi.py
|
python3 benchmark/HD_multi.py
|
||||||
# (Final result: "PSNR: 19.92(544*1280), 30.03(720p), 26.71(1080p)")
|
# "PSNR: 19.92(544*1280), 30.03(720p), 26.71(1080p)"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Training and Reproduction
|
## Training and Reproduction
|
||||||
|
|||||||
Reference in New Issue
Block a user