Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jiupinjia authored Oct 26, 2020
1 parent 2f42459 commit c77acd6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ unzip checkpoints_G_coord_resnet50.zip

## To produce our results

#### District 9 Ship
#### District 9 Ship ([video source](https://www.youtube.com/watch?v=forZrqljb88))

![](./gallery/demo-canyon-district9ship-cat_00_00_00-00_00_01.gif)

Expand Down Expand Up @@ -126,6 +126,16 @@ python train.py \



## Limitations

The limitation of our method is twofold. First, since our sky matting network is only trained on daytime images, our method may fail to detect the sky regions on nighttime videos. Second, when there are no sky pixels during a certain period of time in a video, or there are no textures in the sky, the motion of the sky background cannot be accurately modeled.

The figure below shows two failure cases of our method. The top row shows an input frame from [BDD100K](https://bair.berkeley.edu/blog/2018/05/30/bdd/) at nighttime (left) and the blending result (middle) produced by wrongly detected sky regions (right). The second row shows an input frame (left, [video source](https://www.youtube.com/watch?v=eK4KqeTFqEA)), and the incorrect movement synchronization results between foreground and rendered background (middle and right).

![](gallery/failurecases.jpg)



## Citation

If you use this code for your research, please cite our paper:
Expand Down

0 comments on commit c77acd6

Please sign in to comment.