From eb623e2437a0074ffea46f8f39f39796f9aa084a Mon Sep 17 00:00:00 2001 From: yufei Date: Tue, 1 Dec 2020 15:19:39 +1100 Subject: [PATCH] update arxiv link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17de8be..d105094 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

DUT: Learning Video Stabilization by Simply Watching Unstable Videos +

DUT: Learning Video Stabilization by Simply Watching Unstable Videos Open In Colab

@@ -14,7 +14,7 @@ ## Introduction -

This repository contains the code, models, test results for the paper DUT: Learning Video Stabilization by Simply Watching Unstable Videos. It contains a keypoint detetcion module for robust keypoint detection, a motion propagation module for grid-based trajectories estimation, and a trajectory smoothing module for dynamic trajectory smoothing. The DUT model is totally unsupervised and just need unstable videos for training. +

This repository contains the code, models, test results for the paper DUT: Learning Video Stabilization by Simply Watching Unstable Videos. It contains a keypoint detetcion module for robust keypoint detection, a motion propagation module for grid-based trajectories estimation, and a trajectory smoothing module for dynamic trajectory smoothing. The DUT model is totally unsupervised and just need unstable videos for training.

We have released the inference code, a pretrained model, which can be found in section inference code for more details. The inference code for DIFRINT and StabNet are also included in this repo.