Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiliu-ai committed Sep 8, 2021
1 parent 77aea80 commit 93ce9c4
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ By [Rui Liu](https://ruiliu-ai.github.io), Hanming Deng, Yangyi Huang, Xiaoyu Sh

This repo is the official Pytorch implementation of [FuseFormer: Fusing Fine-Grained Information in Transformers for Video Inpainting](https://arxiv.org/abs/2109.02974).

<<<<<<< HEAD
## Introduction
<img src='imgs/pipeline.png' width="900px">

Expand Down Expand Up @@ -49,13 +48,6 @@ mkdir checkpoints
python test.py -c checkpoints/fuseformer.pth -v data/DAVIS/JPEGImages/blackswan -m data/DAVIS/Annotations/blackswan
```

=======
Coming soon.

## Introduction
<img src='imgs/pipeline.png' width="900px">

>>>>>>> fab4dcbb9e27bc1ca819b1de0006611433f0965c
## Citing FuseFormer
If you find FuseFormer useful in your research, please consider citing:
```
Expand All @@ -67,9 +59,5 @@ If you find FuseFormer useful in your research, please consider citing:
}
```

<<<<<<< HEAD
## Acknowledement
This code relies heavily on the video inpainting framework from [spatial-temporal transformer net](https://github.com/researchmm/STTN).
=======
>>>>>>> fab4dcbb9e27bc1ca819b1de0006611433f0965c
This code borrows heavily from the video inpainting framework [spatial-temporal transformer net](https://github.com/researchmm/STTN).

0 comments on commit 93ce9c4

Please sign in to comment.