-
spynet is a tiny optical flow which compute efficient, and it is also used by like model like basicVSR.
Would it be added to mmflow?
-
No such file or directory: '/home/notebook/code/personal/xxxxxxxx/MGLD-VSR/checkpoints/flownets/spynet_sintel_final-3d2a1287.pth'
May I ask where I can download this?
-
You have fallback code - which retrains an epoch if any batch fails due to NaNs in PSNR
But, it still doesn't work properly (ignoring that this fallback is not an optimal fix)
This is what I rec…
-
the fix failed to close the following
106 - SpyNet SpyNetReporting
107 SpyNet SubmitSamplesConsent
-
![image](https://github.com/JingyunLiang/VRT/assets/74354145/100b06d3-69fb-4a65-b378-07124558f684)
Using the configuration file below:
```
_base_ = [
'../_base_/default_runtime.py',
'..…
-
I want to compute flow according to github, my code looks like this:
```torch
1 spynet = require('spynet')
2 flowX = require 'flowExtensions'
3 computeFlow = spynet.setup(960, 720, 'sintelFina…
-
error: _pickle.UnpicklingError: invalid load key, '
-
您好我想请问下为什么训练过程中调整过的SpyNet似乎没有保存下来,在测试过程中仍然使用预训练的Spynet
-
cmd error:
(trackany) E:\track_anything\Track-Anything>python app.py --device cuda:0
Initializing BaseSegmenter to cuda:0
Hyperparameters read from the model weights: C^k=64, C^v=512, C^h=64
Sin…
-
请问spynet.pth模型链接在哪里呢?