All Projects → shyamal-b → Sst

shyamal-b / Sst

SST: Single-Stream Temporal Action Proposals (Official Repo)

Projects that are alternatives of or similar to Sst

Stylegan2 Tensorflow 2.x
Unofficial implementation of StyleGAN2 using TensorFlow 2.x.
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Hackermath
Introduction to Statistics and Basics of Mathematics for Data Science - The Hacker's Way
Stars: ✭ 1,380 (+1252.94%)
Mutual labels:  jupyter-notebook
Keras Openpose Reproduce
Keras implementation of Realtime Multi-Person Pose Estimation
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Rasalit
Visualizations and helpers to improve and debug machine learning models for Rasa Open Source
Stars: ✭ 101 (-0.98%)
Mutual labels:  jupyter-notebook
Codesearchnet
Datasets, tools, and benchmarks for representation learning of code.
Stars: ✭ 1,378 (+1250.98%)
Mutual labels:  jupyter-notebook
Rnn Robinhood
Automated trading on Robinhood via RNN
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Pythondataanalysiscookbook
Python Data Analysis Cookbook, published by Packt
Stars: ✭ 100 (-1.96%)
Mutual labels:  jupyter-notebook
Scipy2017 Jupyter Widgets Tutorial
Notebooks for the SciPy 2017 tutorial "The Jupyter Interactive Widget Ecosystem"
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Irkernel
R kernel for Jupyter
Stars: ✭ 1,379 (+1251.96%)
Mutual labels:  jupyter-notebook
Dataminingnotesandpractice
记录我学习数据挖掘过程的笔记和见到的奇技,持续更新~
Stars: ✭ 103 (+0.98%)
Mutual labels:  jupyter-notebook
Resources Intel Edge Ai Scholarship 2020
A place to collect resources shared bythe community of Intel® Edge AI Foundation course
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Mediumposts
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Storytelling With Data
Plots from the book "Storytelling with data" implementation using Python and matplotlib
Stars: ✭ 100 (-1.96%)
Mutual labels:  jupyter-notebook
Recurrent Transformer
[ACL 2020] PyTorch code for MART: Memory-Augmented Recurrent Transformer for Coherent Video Paragraph Captioning
Stars: ✭ 103 (+0.98%)
Mutual labels:  jupyter-notebook
Models
DLTK Model Zoo
Stars: ✭ 101 (-0.98%)
Mutual labels:  jupyter-notebook
Pycebox
⬛ Python Individual Conditional Expectation Plot Toolbox
Stars: ✭ 101 (-0.98%)
Mutual labels:  jupyter-notebook
Keras Oneclassanomalydetection
[5 FPS - 150 FPS] Learning Deep Features for One-Class Classification (AnomalyDetection). Corresponds RaspberryPi3. Convert to Tensorflow, ONNX, Caffe, PyTorch. Implementation by Python + OpenVINO/Tensorflow Lite.
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Tsa
The Thalesians' Time Series Analysis (TSA) library
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Dlschl
Stars: ✭ 103 (+0.98%)
Mutual labels:  jupyter-notebook
Hic Data Analysis Bootcamp
Workshop on measuring, analyzing, and visualizing the 3D genome with Hi-C data.
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook

SST: Single-Stream Temporal Action Proposals

Welcome to the official repo for SST: Single-Stream Temporal Action Proposals!

SST is an efficient model for generating temporal action proposals in untrimmed videos. Analogous to object proposals for images, temporal action proposals provide the temporal bounds in videos where potential actions of interest may lie.


Resources

Quick links: [cvpr paper] [poster] [supplementary] [code]

Update: if you find this work useful, you may also find our newer work of interest: link to SS-TAD

Please use the following bibtex to cite our work:

@inproceedings{sst_buch_cvpr17,
  author = {Shyamal Buch and Victor Escorcia and Chuanqi Shen and Bernard Ghanem and Juan Carlos Niebles},
  title = {{SST}: Single-Stream Temporal Action Proposals},
  year = {2017},
  booktitle = {CVPR}
  }

As part of this repo, we also include evaluation notebooks, SST proposals for THUMOS'14, and pre-trained model parameters. Please see the code/ and data/ folders for more.

Dependencies

We include a requirements.txt file that lists all the dependencies you need. Once you have created a virtual environment, simply run pip install -r requirements.txt from within the environment to install all the dependencies. Note that the original code was executed using Python 2.7.

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].