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
Back to deepmind/kinetics-i3d

Open-source alternatives to Kinetics I3d

30 open-source projects similar to deepmind/kinetics-i3d, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Kinetics I3d alternative.

  • yjxiong/temporal-segment-networksyjxiong avatar

    yjxiong/temporal-segment-networks

    1,579View on GitHub↗

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

    Python
    View on GitHub↗1,579
  • 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
  • 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
  • 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/jepafacebookresearch avatar

    facebookresearch/jepa

    3,986View on 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
    View on GitHub↗3,986

AI search

Explore more awesome repositories

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

Find more with AI search
  • ajbrock/biggan-pytorchajbrock avatar

    ajbrock/BigGAN-PyTorch

    2,924View on GitHub↗

    The author's officially unofficial PyTorch BigGAN implementation.

    Python
    View on GitHub↗2,924
  • ajabri/videowalkA

    ajabri/videowalk

    0View on GitHub↗
    View on GitHub↗0
  • addtt/ladder-vae-pytorchA

    addtt/ladder-vae-pytorch

    0View on GitHub↗
    View on GitHub↗0
  • andrewgordonwilson/bayesganandrewgordonwilson avatar

    andrewgordonwilson/bayesgan

    1,014View on GitHub↗

    Tensorflow code for the Bayesian GAN (https://arxiv.org/abs/1705.09558) (NIPS 2017)

    Jupyter Notebook
    View on GitHub↗1,014
  • amazon-research/long-short-term-transformeramazon-research avatar

    amazon-research/long-short-term-transformer

    140View on GitHub↗

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

    Python
    View on GitHub↗140
  • atomistic-machine-learning/schnetpack-gschnetatomistic-machine-learning avatar

    atomistic-machine-learning/schnetpack-gschnet

    64View on GitHub↗

    G-SchNet is a generative neural network that samples molecules by sequentially placing atoms in 3d space. It can be trained on data sets of 3d molecules with variable sizes and compositions. The conditional version, cG-SchNet, explicitly takes chemical and structural properties into account to…

    Python
    View on GitHub↗64
  • bengxy/fastneuralstylebengxy avatar

    bengxy/FastNeuralStyle

    81View on GitHub↗

    Fast Neural Style for Image Style Transform by Pytorch

    Python
    View on GitHub↗81
  • bertinetto/cfnetB

    bertinetto/cfnet

    0View on GitHub↗
    View on GitHub↗0
  • bestjuly/iicB

    BestJuly/IIC

    0View on GitHub↗
    View on GitHub↗0
  • aiff22/dpedaiff22 avatar

    aiff22/DPED

    1,712View on GitHub↗

    Software and pre-trained models for automatic photo quality enhancement using Deep Convolutional Networks

    Pythoncomputer-visionconvolutional-neural-networksdeep-learning
    View on GitHub↗1,712
  • buriburisuri/ac-ganB

    buriburisuri/ac-gan

    0View on GitHub↗
    View on GitHub↗0
  • brain-research/self-attention-ganbrain-research avatar

    brain-research/self-attention-gan

    1,018View on GitHub↗

    Tensorflow implementation for reproducing main results in the paper Self-Attention Generative Adversarial Networks by Han Zhang, Ian Goodfellow, Dimitris Metaxas, Augustus Odena.

    Python
    View on GitHub↗1,018
  • alexis-jacq/pytorch-tutorialsA

    alexis-jacq/Pytorch-Tutorials

    0View on GitHub↗
    View on GitHub↗0
  • caogang/wgan-gpcaogang avatar

    caogang/wgan-gp

    1,548View on GitHub↗

    A pytorch implementation of Paper "Improved Training of Wasserstein GANs"

    Pythonpytorchwgan-gp
    View on GitHub↗1,548
  • carpedm20/began-pytorchC

    carpedm20/BEGAN-pytorch

    0View on GitHub↗
    View on GitHub↗0
  • carpedm20/dcgan-tensorflowcarpedm20 avatar

    carpedm20/DCGAN-tensorflow

    7,185View on GitHub↗

    This is a TensorFlow implementation of the Deep Convolutional Generative Adversarial Network (DCGAN) architecture, providing a framework for training generative models that produce synthetic images from random noise vectors. The project implements the core DCGAN design, using transposed convolutions for upsampling, batch normalization for training stability, and leaky ReLU activations in the discriminator, all executed as static TensorFlow computation graphs. The implementation supports training on custom image datasets by accepting user-supplied image folders without requiring a predefined f

    JavaScriptdcgangangenerative-model
    View on GitHub↗7,185
  • carpedm20/discogan-pytorchcarpedm20 avatar

    carpedm20/DiscoGAN-pytorch

    1,097View on GitHub↗

    PyTorch implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks"

    Jupyter Notebook
    View on GitHub↗1,097
  • colincsl/temporalconvolutionalnetworkscolincsl avatar

    colincsl/TemporalConvolutionalNetworks

    299View on 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
    View on GitHub↗299
  • darkstar112358/fast-neural-styledarkstar112358 avatar

    darkstar112358/fast-neural-style

    427View on GitHub↗

    pytorch implementation of fast-neural-style

    Python
    View on GitHub↗427
  • decisionforce/vthclD

    decisionforce/VTHCL

    0View on GitHub↗
    View on GitHub↗0
  • deepmind/dncdeepmind avatar

    deepmind/dnc

    2,533View on GitHub↗

    A TensorFlow implementation of the Differentiable Neural Computer.

    Python
    View on GitHub↗2,533
  • dmitryulyanov/ageDmitryUlyanov avatar

    DmitryUlyanov/AGE

    287View on GitHub↗

    Code for the paper "Adversarial Generator-Encoder Networks"

    Python
    View on GitHub↗287
  • dmitryulyanov/deep-image-priorDmitryUlyanov avatar

    DmitryUlyanov/deep-image-prior

    8,085View on GitHub↗

    This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior to reconstruct images from noisy or incomplete data. It functions as a neural network image prior, utilizing the inherent biases of the network architecture to restore pixels without the need for a pre-trained dataset or external learning. The system performs zero-shot image restoration by treating the network architecture itself as a regularization term. It uses a randomly initialized encoder-decoder structure and iterative gradient descent to minimize pixel-wise loss, recove

    Jupyter Notebook
    View on GitHub↗8,085
  • dmlc/decorddmlc avatar

    dmlc/decord

    2,493View on GitHub↗

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

    C++
    View on GitHub↗2,493
  • blade6570/photographicimagesynthesiswithcascadedrefinementnetworks-pytorchB

    Blade6570/PhotographicImageSynthesiswithCascadedRefinementNetworks-Pytorch

    0View on GitHub↗
    View on GitHub↗0