Skip to content
/ S3D Public

This is the official repo for "S3D: Single Shot multi-Span Detector via Fully 3D Convolutional Network"

Notifications You must be signed in to change notification settings

dazhang-cv/S3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

S3D: Single Shot multi-Span Detector via Fully 3D Convolutional Network

TensorFlow implementation of the single shot activity detection model described in our BMVC 2018 oral paper S3D: Single Shot multi-Span Detector via Fully 3D Convolutional Network.

In this work, we present a novel single shot multi-span detector using a simple end-to-end fully Conv3D network. The network architecture is intrinsically simple and achieves state-of-the-art performance on THUMOS'14 detection benchmark, while maintaining fast runtime speed at 1271 FPS. For more details, please check the latest version of the paper.

Network architecture

Prerequisites

  • Python 2.7
  • TensorFlow 1.0

Resources

We are still working on it and will release the codes soon.

Reference

If you find our work useful, please use the following bibtex to cite our work:

@inproceedings{zhang2018s3d,
  author = {Zhang, Da and Dai, Xiyang and Wang, Xin and Wang, Yuan-Fang},
  title = {S3D: Single Shot multi-Span Detector via Fully 3D Convolutional Network},
  booktitle = {Proceedings of the British Machine Vision Conference (BMVC)},
  year = {2018}
}

About

This is the official repo for "S3D: Single Shot multi-Span Detector via Fully 3D Convolutional Network"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published