awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
yjxiong avatar

yjxiong/temporal-segment-networks

0
View on GitHub↗
1,579 stars·468 forks·Python·BSD-2-Clause·8 views

Temporal Segment Networks

Code & Models for Temporal Segment Networks (TSN) in ECCV 2016

Features

  • Video Analysis - Good practices for deep action recognition in videos.
  • Video Representation Learning - Optimizes deep action recognition using temporal segment sampling.

Star history

Star history chart for yjxiong/temporal-segment-networksStar history chart for yjxiong/temporal-segment-networks

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Temporal Segment Networks

Similar open-source projects, ranked by how many features they share with Temporal Segment Networks.
  • facebookresearch/video-nonlocal-netfacebookresearch avatar

    facebookresearch/video-nonlocal-net

    1,995View on GitHub↗

    Non-local Neural Networks for Video Classification

    Python
    View on GitHub↗1,995
  • facebookresearch/slowfastfacebookresearch avatar

    facebookresearch/SlowFast

    7,377View on GitHub↗

    SlowFast is a PyTorch video understanding framework and spatiotemporal neural network library. It serves as a toolset for video action recognition, enabling the training and evaluation of models designed to classify complex activities and objects within video sequences. The framework is distinguished by its use of dual-pathway spatiotemporal sampling to capture both slow and fast motions. It supports self-supervised video learning for pre-training models on unlabeled data and employs multigrid spatiotemporal training to optimize learning across multiple spatial and temporal resolutions. The

    Python
    View on GitHub↗7,377
  • deepmind/kinetics-i3ddeepmind avatar

    deepmind/kinetics-i3d

    1,837View on GitHub↗

    Convolutional neural network model for video classification trained on the Kinetics dataset.

    Python
    View on GitHub↗1,837
  • feichtenhofer/twostreamfusionfeichtenhofer avatar

    feichtenhofer/twostreamfusion

    716View on GitHub↗

    Code release for "Convolutional Two-Stream Network Fusion for Video Action Recognition", CVPR 2016.

    Cuda
    View on GitHub↗716
See all 30 alternatives to Temporal Segment Networks→

Frequently asked questions

What does yjxiong/temporal-segment-networks do?

Code & Models for Temporal Segment Networks (TSN) in ECCV 2016

What are the main features of yjxiong/temporal-segment-networks?

The main features of yjxiong/temporal-segment-networks are: Video Analysis, Video Representation Learning.

What are some open-source alternatives to yjxiong/temporal-segment-networks?

Open-source alternatives to yjxiong/temporal-segment-networks include: facebookresearch/video-nonlocal-net — Non-local Neural Networks for Video Classification. feichtenhofer/twostreamfusion — Code release for "Convolutional Two-Stream Network Fusion for Video Action Recognition", CVPR 2016. deepmind/kinetics-i3d — Convolutional neural network model for video classification trained on the Kinetics dataset. facebookresearch/slowfast — SlowFast is a PyTorch video understanding framework and spatiotemporal neural network library. It serves as a toolset… facebookresearch/jepa — This is a PyTorch self-supervised learning framework designed to train models that learn visual representations from… decisionforce/vthcl.