Skip to content

Commit 4f7596e

Browse files
authored
Merge pull request #7 from zhmeishi/master
supp pdf in readme & wacv citation
2 parents 67e6d01 + 87f51ad commit 4f7596e

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
2-
3-
41
# Deep Online Fused Video Stabilization
52

6-
[[Paper]](https://arxiv.org/abs/2102.01279) [[Project Page]](https://zhmeishi.github.io/dvs/) [[Dataset]](https://storage.googleapis.com/dataset_release/all.zip) [[Our Result]](https://storage.googleapis.com/dataset_release/inference_result_release.zip) [[More Results]](https://zhmeishi.github.io/dvs/supp/results.html)
3+
[[Paper]](https://openaccess.thecvf.com/content/WACV2022/papers/Shi_Deep_Online_Fused_Video_Stabilization_WACV_2022_paper.pdf)[[Supplementary]](https://zhmeishi.github.io/dvs/paper/dvs_supp.pdf) [[Project Page]](https://zhmeishi.github.io/dvs/) [[Dataset]](https://storage.googleapis.com/dataset_release/all.zip) [[Our Result]](https://storage.googleapis.com/dataset_release/inference_result_release.zip) [[More Results]](https://zhmeishi.github.io/dvs/supp/results.html)
74

85
This repository contains the Pytorch implementation of our method in the paper "Deep Online Fused Video Stabilization".
96

@@ -71,10 +68,11 @@ The model is saved in *checkpoint/stabilzation_train*.
7168
## Citation
7269
If you use this code or dataset for your research, please cite our paper.
7370
```
74-
@article{shi2021deep,
71+
@inproceedings{shi2022deep,
7572
title={Deep Online Fused Video Stabilization},
7673
author={Shi, Zhenmei and Shi, Fuhao and Lai, Wei-Sheng and Liang, Chia-Kai and Liang, Yingyu},
77-
journal={arXiv preprint arXiv:2102.01279},
78-
year={2021}
74+
booktitle={Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision},
75+
pages={1250--1258},
76+
year={2022}
7977
}
80-
```
78+
```

0 commit comments

Comments
 (0)