forked from D-Nilsson/GRFP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# GRFP | ||
Code for the CVPR 2018 paper "Semantic Video Segmentation by Gated Recurrent Flow Propagation" | ||
## Semantic Video Segmentation by Gated Recurrent Flow Propagation | ||
This repo will contain the code for the CVPR 2018 paper "Semantic Video Segmentation by Gated Recurrent Flow Propagation" by David Nilsson and Cristian Sminchisescu [[pdf]](http://openaccess.thecvf.com/content_cvpr_2018/papers/Nilsson_Semantic_Video_Segmentation_CVPR_2018_paper.pdf) | ||
|
||
### Setup | ||
|
||
Not available yet. | ||
|
||
### Usage | ||
|
||
Not available yet. | ||
|
||
### Citation | ||
If you use the code in your own research, please cite | ||
``` | ||
@InProceedings{Nilsson_2018_CVPR, | ||
author = {Nilsson, David and Sminchisescu, Cristian}, | ||
title = {Semantic Video Segmentation by Gated Recurrent Flow Propagation}, | ||
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}, | ||
month = {June}, | ||
year = {2018} | ||
} | ||
``` |