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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to bestjuly/iic

Open-source alternatives to BestJuly IIC

30 open-source projects similar to bestjuly/iic, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best BestJuly IIC alternative.

  • facebookresearch/jepaAvatar de facebookresearch

    facebookresearch/jepa

    3,986Voir sur GitHub↗

    This is a PyTorch self-supervised learning framework designed to train models that learn visual representations from video. It implements a joint-embedding predictive architecture that extracts spatio-temporal features by predicting missing regions of a signal within a latent representation space rather than reconstructing raw pixels. The project includes a latent space visualization tool that uses a conditional diffusion model to decode feature-space predictions back into pixels. This allows for the verification of learned representations by transforming abstract predictions into interpretab

    Python
    Voir sur GitHub↗3,986
  • amazon-research/long-short-term-transformerAvatar de amazon-research

    amazon-research/long-short-term-transformer

    140Voir sur GitHub↗

    NeurIPS 2021 Spotlight Official implementation of Long Short-Term Transformer for Online Action Detection

    Python
    Voir sur GitHub↗140
  • colincsl/temporalconvolutionalnetworksAvatar de colincsl

    colincsl/TemporalConvolutionalNetworks

    299Voir sur GitHub↗

    This code implements the video- and sensor-based action segmentation models from Temporal Convolutional Networks for Action Segmentation and Detection by Colin Lea, Michael Flynn, Rene Vidal, Austin Reiter, Greg Hager arXiv 2016 (in-review).

    Python
    Voir sur GitHub↗299
  • decisionforce/vthclD

    decisionforce/VTHCL

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • deepmind/kinetics-i3dAvatar de deepmind

    deepmind/kinetics-i3d

    1,837Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗1,837

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • dmlc/decordAvatar de dmlc

    dmlc/decord

    2,493Voir sur GitHub↗

    An efficient video loader for deep learning with smart shuffling that's super easy to digest

    C++
    Voir sur GitHub↗2,493
  • emansim/unsupervised-videosE

    emansim/unsupervised-videos

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • epic-kitchens/epic-kitchens-100-annotationsAvatar de epic-kitchens

    epic-kitchens/epic-kitchens-100-annotations

    172Voir sur GitHub↗

    :platewithcutlery: Annotations for the public release of the EPIC-KITCHENS-100 dataset

    Python
    Voir sur GitHub↗172
  • facebook/c3dAvatar de facebook

    facebook/C3D

    1,185Voir sur GitHub↗

    C3D is a modified version of BVLC caffe to support 3D ConvNets.

    Jupyter Notebook
    Voir sur GitHub↗1,185
  • facebookresearch/r2plus1dAvatar de facebookresearch

    facebookresearch/R2Plus1D

    1,054Voir sur GitHub↗

    VMZ: Model Zoo for Video Modeling

    Python
    Voir sur GitHub↗1,054
  • facebookresearch/slowfastAvatar de facebookresearch

    facebookresearch/SlowFast

    7,377Voir sur 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
    Voir sur GitHub↗7,377
  • facebookresearch/video-long-term-feature-banksAvatar de facebookresearch

    facebookresearch/video-long-term-feature-banks

    383Voir sur GitHub↗

    Long-Term Feature Banks for Detailed Video Understanding

    Python
    Voir sur GitHub↗383
  • facebookresearch/video-nonlocal-netAvatar de facebookresearch

    facebookresearch/video-nonlocal-net

    1,995Voir sur GitHub↗

    Non-local Neural Networks for Video Classification

    Python
    Voir sur GitHub↗1,995
  • feichtenhofer/twostreamfusionAvatar de feichtenhofer

    feichtenhofer/twostreamfusion

    716Voir sur GitHub↗

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

    Cuda
    Voir sur GitHub↗716
  • fingerrec/dsm-decoupling-scene-motionF

    FingerRec/DSM-decoupling-scene-motion

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • gsig/pyvideoresearchAvatar de gsig

    gsig/PyVideoResearch

    537Voir sur GitHub↗

    A repository of common methods, datasets, and tasks for video research

    Python
    Voir sur GitHub↗537
  • gulvarol/ltcAvatar de gulvarol

    gulvarol/ltc

    84Voir sur GitHub↗

    Long-term Temporal Convolutions for Action Recognition, TPAMI 2018

    Lua
    Voir sur GitHub↗84
  • gurkirt/2d-kinecticsAvatar de gurkirt

    gurkirt/2D-kinectics

    42Voir sur GitHub↗

    Train action classification model based on individual frames

    Python
    Voir sur GitHub↗42
  • imisra/shuffle-tupleAvatar de imisra

    imisra/shuffle-tuple

    45Voir sur GitHub↗

    Code and training data for our ECCV 2016 paper on Unsupervised Learning

    Python
    Voir sur GitHub↗45
  • irhumshafkat/r2plus1d-pytorchAvatar de irhumshafkat

    irhumshafkat/R2Plus1D-PyTorch

    365Voir sur GitHub↗

    PyTorch implementation of the R2Plus1D convolution based ResNet architecture described in the paper "A Closer Look at Spatiotemporal Convolutions for Action Recognition"

    Python
    Voir sur GitHub↗365
  • kenshohara/3d-resnets-pytorchAvatar de kenshohara

    kenshohara/3D-ResNets-PyTorch

    4,039Voir sur GitHub↗

    This project is a PyTorch implementation of 3D residual networks designed for video action recognition. It provides a spatiotemporal architecture that analyzes both spatial frames and temporal motion to classify human activities within video clips. The system includes a distributed model training framework to accelerate learning across multiple compute nodes. It supports the deployment and fine-tuning of pre-trained model weights, allowing the adaptation of existing networks to specific new datasets. The codebase covers the full pipeline for spatiotemporal learning, including video dataset p

    Python
    Voir sur GitHub↗4,039
  • laura-wang/video-paceL

    laura-wang/video-pace

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • liusifei/uvcAvatar de Liusifei

    Liusifei/UVC

    176Voir sur GitHub↗

    Joint-task Self-supervised Learning for Temporal Correspondence (NeurIPS 2019)

    Python
    Voir sur GitHub↗176
  • lukereichold/visualactionkitAvatar de lukereichold

    lukereichold/VisualActionKit

    26Voir sur GitHub↗

    Human action classification for video, offline and natively on iOS via Core ML

    Swift
    Voir sur GitHub↗26
  • metalbubble/trn-pytorchAvatar de metalbubble

    metalbubble/TRN-pytorch

    790Voir sur GitHub↗

    Temporal Relation Networks

    Python
    Voir sur GitHub↗790
  • michigancog/m-pactAvatar de MichiganCOG

    MichiganCOG/M-PACT

    108Voir sur GitHub↗

    A one stop shop for all of your activity recognition needs.

    Python
    Voir sur GitHub↗108
  • open-mmlab/mmactionAvatar de open-mmlab

    open-mmlab/mmaction

    1,878Voir sur GitHub↗

    An open-source toolbox for action understanding based on PyTorch

    Python
    Voir sur GitHub↗1,878
  • open-mmlab/mmaction2Avatar de open-mmlab

    open-mmlab/mmaction2

    5,066Voir sur GitHub↗

    mmaction2 is a PyTorch video understanding toolbox designed for training and evaluating deep learning models. It serves as a framework for action recognition, temporal localization, and spatio-temporal action detection, providing specialized tools for both pixel-based video analysis and skeleton-based action recognition. The project distinguishes itself through a modular architecture featuring registry-based component discovery and hierarchical, config-driven model assembly. It supports multi-modal feature fusion, integrating RGB frames, optical flow, and audio, and includes capabilities for

    Python
    Voir sur GitHub↗5,066
  • peihaochen/rspnetP

    PeihaoChen/RSPNet

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • sjenni/temporal-sslS

    sjenni/temporal-ssl

    0Voir sur GitHub↗
    Voir sur GitHub↗0