All Projects → shuyueL → Ffnet

shuyueL / Ffnet

Licence: gpl-3.0
Implementation of our CVPR 2018 Paper (FFNet: Video Fast-Forwarding via Reinforcement Learning)

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Ffnet

Geomapnet
Geometry-Aware Learning of Maps for Camera Localization (CVPR2018)
Stars: ✭ 281 (+1552.94%)
Mutual labels:  cvpr2018
Deraindrop
Attentive Generative Adversarial Network for Raindrop Removal from A Single Image (CVPR 2018)
Stars: ✭ 365 (+2047.06%)
Mutual labels:  cvpr2018
Lemniscate.pytorch
Unsupervised Feature Learning via Non-parametric Instance Discrimination
Stars: ✭ 532 (+3029.41%)
Mutual labels:  cvpr2018
Tfusion
CVPR2018: Unsupervised Cross-dataset Person Re-identification by Transfer Learning of Spatio-temporal Patterns
Stars: ✭ 301 (+1670.59%)
Mutual labels:  cvpr2018
Planenet
PlaneNet: Piece-wise Planar Reconstruction from a Single RGB Image
Stars: ✭ 334 (+1864.71%)
Mutual labels:  cvpr2018
Atlasnet
This repository contains the source codes for the paper "AtlasNet: A Papier-Mâché Approach to Learning 3D Surface Generation ". The network is able to synthesize a mesh (point cloud + connectivity) from a low-resolution point cloud, or from an image.
Stars: ✭ 450 (+2547.06%)
Mutual labels:  cvpr2018
Psa
Learning Pixel-level Semantic Affinity with Image-level Supervision for Weakly Supervised Semantic Segmentation, CVPR 2018
Stars: ✭ 261 (+1435.29%)
Mutual labels:  cvpr2018
Polyrnn Pp Pytorch
PyTorch training/tool code for Polygon-RNN++ (CVPR 2018)
Stars: ✭ 672 (+3852.94%)
Mutual labels:  cvpr2018
Siamese Rpn Pytorch
This is a re-implementation of Siamese-RPN with pytorch, which is CVPR2018 spotlight.
Stars: ✭ 345 (+1929.41%)
Mutual labels:  cvpr2018
Fots.pytorch
FOTS Pytorch Implementation
Stars: ✭ 513 (+2917.65%)
Mutual labels:  cvpr2018
Dcpdn
Densely Connected Pyramid Dehazing Network (CVPR'2018)
Stars: ✭ 321 (+1788.24%)
Mutual labels:  cvpr2018
Textspotter
Stars: ✭ 323 (+1800%)
Mutual labels:  cvpr2018
Liteflownet
LiteFlowNet: A Lightweight Convolutional Neural Network for Optical Flow Estimation, CVPR 2018 (Spotlight paper, 6.6%)
Stars: ✭ 474 (+2688.24%)
Mutual labels:  cvpr2018
V2v Posenet release
Official Torch7 implementation of "V2V-PoseNet: Voxel-to-Voxel Prediction Network for Accurate 3D Hand and Human Pose Estimation from a Single Depth Map", CVPR 2018
Stars: ✭ 286 (+1582.35%)
Mutual labels:  cvpr2018
Stargan
StarGAN - Official PyTorch Implementation (CVPR 2018)
Stars: ✭ 4,946 (+28994.12%)
Mutual labels:  cvpr2018
Wshp
Code for CVPR'18 spotlight "Weakly and Semi Supervised Human Body Part Parsing via Pose-Guided Knowledge Transfer"
Stars: ✭ 273 (+1505.88%)
Mutual labels:  cvpr2018
Tfoptflow
Optical Flow Prediction with TensorFlow. Implements "PWC-Net: CNNs for Optical Flow Using Pyramid, Warping, and Cost Volume," by Deqing Sun et al. (CVPR 2018)
Stars: ✭ 415 (+2341.18%)
Mutual labels:  cvpr2018
Polyrnn Pp
Inference Code for Polygon-RNN++ (CVPR 2018)
Stars: ✭ 704 (+4041.18%)
Mutual labels:  cvpr2018
Gibsonenv
Gibson Environments: Real-World Perception for Embodied Agents
Stars: ✭ 666 (+3817.65%)
Mutual labels:  cvpr2018
Awesome Cvpr Paper
CVPR 论文收集,包含但不限于2021、2020、2019、2018、2017文章
Stars: ✭ 493 (+2800%)
Mutual labels:  cvpr2018

FFNet

This repository provides the implementation for video fast-forward with reinforcement learning, i.e. FFNet in our paper:

FFNet: Video Fast-Forwarding via Reinforcement Learning

alt text

If you find the codes or other related resources from this repository useful, please cite the following paper:

@inproceedings{lan2018ffnet,
  title={FFNet: Video Fast-Forwarding via Reinforcement Learning},
  author={Lan, Shuyue and Panda, Rameswar and Zhu, Qi and Roy-Chowdhury, Amit K},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  pages={6771--6780},
  year={2018}
}

Environment

  • Windows or Linux
  • NVIDIA GPU with compute capability 3.5+
  • Python 3.5
  • Tensorflow

Data

The original data we used in paper are available from the following websites

Codes

Testing

We offer a testing example with a pre-trained model in the ./model directory. Download this repository and run the following command:

python nn_test.py

The fast-forward result will be in the ./output directory.

Training

If you want to train the model on your own data, you can find the script for training in nn_train.py. For more details, please refer to our paper.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].