Skip to content

Commit

Permalink
[Fix] Update link of FLAVR (open-mmlab#897)
Browse files Browse the repository at this point in the history
* [Feature] Add config file of FLAVR

* Update

* [Fix] Update link of FLAVR

* [Docs] Add FLAVR
  • Loading branch information
Yshuo-Li authored and wangruohui committed May 26, 2022
1 parent bbd7d95 commit 4d22336
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ hope MMEditing could provide better experience.

## News

- \[2022-05-20\] Support FLAVR.
- \[2022-04-01\] v0.14.0 was released.
- Support TOFlow in video frame interpolation
- \[2022-03-01\] v0.13.0 was released.
Expand Down Expand Up @@ -180,6 +181,7 @@ Supported algorithms:

- [x] [TOFlow](configs/video_interpolators/tof/README.md) (IJCV'2019)
- [x] [CAIN](configs/video_interpolators/cain/README.md) (AAAI'2020)
- [x] [FLAVR](configs/video_interpolators/flavr/README.md) (CVPR'2021)

</details>

Expand Down
2 changes: 2 additions & 0 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ MMEditing 缜密地设计新的框架并将其精心实现,希望能够为您

## 最新消息

- \[2022-05-20\] 支持 FLAVR.
- \[2022-04-01\] v0.14.0 版本发布
- 支持视频插帧算法 TOFlow
- \[2022-03-01\] v0.13.0 版本发布
Expand Down Expand Up @@ -178,6 +179,7 @@ pip3 install -e .

- [x] [TOFlow](configs/video_interpolators/tof/README.md) (IJCV'2019)
- [x] [CAIN](configs/video_interpolators/cain/README.md) (AAAI'2020)
- [x] [FLAVR](configs/video_interpolators/flavr/README.md) (CVPR'2021)

</details>

Expand Down
6 changes: 3 additions & 3 deletions configs/video_interpolators/flavr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Most modern frame interpolation approaches rely on explicit bidirectional optica
Evaluated on RGB channels.
The metrics are `PSNR / SSIM` .

| Method | scale | Vimeo90k-triplet | Download |
| :------------------------------------------------------------------------------------------------------------------: | :---: | :---------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| [flavr_in4out1_g8b4_vimeo90k_septuplet](/configs/video_interpolators/flavr/flavr_in4out1_g8b4_vimeo90k_septuplet.py) | x2 | 36.3340 / 0.96015 | [model](https://download.openmmlab.com/mmediting/video_interpolators/flavr/flavr_in4out1_g8b4_vimeo90k_septupli-c2468995.pth) \| [log](https://download.openmmlab.com/mmediting/video_interpolators/flavr/flavr_in4out1_g8b4_vimeo90k_septupli-c2468995.log.json) |
| Method | scale | Vimeo90k-triplet | Download |
| :------------------------------------------------------------------------------------------------------------------: | :---: | :---------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| [flavr_in4out1_g8b4_vimeo90k_septuplet](/configs/video_interpolators/flavr/flavr_in4out1_g8b4_vimeo90k_septuplet.py) | x2 | 36.3340 / 0.96015 | [model](https://download.openmmlab.com/mmediting/video_interpolators/flavr/flavr_in4out1_g8b4_vimeo90k_septuplet_20220509-c2468995-c2468995.pth) \| [log](https://download.openmmlab.com/mmediting/video_interpolators/flavr/flavr_in4out1_g8b4_vimeo90k_septuplet_20220509-c2468995.log.json) |

Note: FLAVR for x8 VFI task will supported in the future.

Expand Down
2 changes: 1 addition & 1 deletion configs/video_interpolators/flavr/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Models:
PSNR: 36.334
SSIM: 0.96015
Task: Video_interpolators
Weights: https://download.openmmlab.com/mmediting/video_interpolators/flavr/flavr_in4out1_g8b4_vimeo90k_septupli-c2468995.pth
Weights: https://download.openmmlab.com/mmediting/video_interpolators/flavr/flavr_in4out1_g8b4_vimeo90k_septuplet_20220509-c2468995-c2468995.pth

0 comments on commit 4d22336

Please sign in to comment.