-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Dear authors,
Great thanks for this wonderful work! May I have two questions?
- Sub-pixel accuracy.
I see that the model downsamples images to 460x520 by default. This discards high-resolution imagery and may result in suboptimal accuracy.
In fact, in my experiments, it underperforms RoMa a lot, possibly because RoMa could process the native resolution, e.g. Full HD.
I wonder if how I could boost the sub-pixel accuracy. The paper mentions that there is a UFM980 model. Where can I find the weights and inference code of this model?
- Uncertainty or Flow covariance.
The current code predicts covisibility score. Perceptually, this is not exactly the same as the model's confidence regarding the flow accuracy. I guess the 'flow covariance' seems a more relevant descriptor, but the current model does not contain head to produce 'flow covariance'.
Thanks so much for your help!