about spynet_pretrained in BasicVSR? #1266
-
|
what dataset is used to pretrain spynet ?? |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
|
SPyNet is borrowed from here. You may refer to this repo for more details. |
Beta Was this translation helpful? Give feedback.
-
|
The source should be added to the doc https://mmediting.readthedocs.io/en/latest/restorers_models.html#basicvsr-cvpr-2021 |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I wonder to know that whether new SOTA optical flow like RAFT would benefit BasicVSR, since it provide better optical flow accuracy. |
Beta Was this translation helpful? Give feedback.
-
We haven't tried that before, but there is a possibility that it could lead to better results :) Another reason we used SPyNet is its speed. |
Beta Was this translation helpful? Give feedback.
-
|
I see, Thx |
Beta Was this translation helpful? Give feedback.
-
|
Another question for the spynet module. |
Beta Was this translation helpful? Give feedback.
-
|
The finetuned SPyNet will produce outputs that are very similar to optical flow, but they will have slight differences. If you want to save computational cost, I suggest you to fix SPyNet and then use the approach you mentioned above. |
Beta Was this translation helpful? Give feedback.
SPyNet is borrowed from here. You may refer to this repo for more details.