awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesVideo Sequence Architectures

Neural architectures designed to process video frames in multiple temporal directions for continuity.

Distinct from Bidirectional Processing Architectures: Focuses on video frame sequences rather than text sequences as found in Bidirectional Processing Architectures

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Video Sequence Architectures. Refine with filters or upvote what's useful.

Awesome Video Sequence Architectures GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • facebookresearch/co-trackerfacebookresearch का अवतार

    facebookresearch/co-tracker

    4,831GitHub पर देखें↗

    Co-tracker is a PyTorch point tracking framework and dense point tracking model designed to map the motion of individual pixels throughout a video. It functions as a video pixel tracker that predicts point trajectories and visibility masks across sequences of video frames. The project includes a computer vision training pipeline that utilizes teacher-student knowledge distillation. This allows for the generation of pseudo-labels from unannotated real video data to fine-tune pre-trained models and reduce the gap between synthetic and real data environments. The framework provides capabilities

    Processes video frames in both forward and backward directions to maintain tracking continuity during occlusions.

    Jupyter Notebookoptical-flowpoint-trackingtrack-anything
    GitHub पर देखें↗4,831
  • hustvl/vimhustvl का अवतार

    hustvl/Vim

    3,882GitHub पर देखें↗

    Vim is a state space model vision framework designed for image classification and visual representation learning. It functions as a computer vision research tool that converts two-dimensional image grids into one-dimensional sequences to extract spatial features. The system implements a linear-scaling image classifier that replaces quadratic attention mechanisms with state space operations. This approach utilizes bidirectional sequence modeling and selective gating mechanisms to process visual data. The framework covers computer vision benchmarking and image classification research, providin

    Implements bidirectional sequence modeling to extract spatial features from image grids.

    Python
    GitHub पर देखें↗3,882
  • glouppe/info8010-deep-learningglouppe का अवतार

    glouppe/info8010-deep-learning

    1,291GitHub पर देखें↗

    This project provides a comprehensive educational curriculum and research resource for deep learning, focusing on the theoretical and technical foundations of neural network implementation. It serves as a structured academic guide for building and training complex models from scratch, covering the essential mathematical primitives, computational graph construction, and automatic differentiation mechanisms required for modern machine learning. The repository distinguishes itself through its extensive coverage of generative modeling and specialized neural architectures. It includes practical im

    The framework transforms image data into sequences of flattened patches to enable the application of transformer architectures to computer vision tasks.

    Jupyter Notebook
    GitHub पर देखें↗1,291
  • jfzhang95/pytorch-video-recognitionjfzhang95 का अवतार

    jfzhang95/pytorch-video-recognition

    1,238GitHub पर देखें↗

    This project is a deep learning computer vision library designed for video action recognition. It provides a framework for training and evaluating neural networks that identify and categorize human activities within recorded footage by processing temporal sequences of frames. The library focuses on the implementation of three-dimensional neural network architectures, specifically utilizing three-dimensional convolutional layers to capture both spatial and temporal patterns. By aggregating features across consecutive frame sequences, the models learn to represent the evolution of actions over

    Processes video frames in multiple temporal directions to maintain continuity and model action evolution.

    Pythonc3dr2plus1dr3d
    GitHub पर देखें↗1,238
  1. Home
  2. Artificial Intelligence & ML
  3. Bidirectional Processing Architectures
  4. Video Sequence Architectures

सब-टैग एक्सप्लोर करें

  • Image Sequence ArchitecturesNeural architectures designed to process image data as linear sequences read in multiple directions. **Distinct from Video Sequence Architectures:** Distinct from Video Sequence Architectures: focuses on static image grids converted to sequences rather than temporal video frames.