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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dmlc avatar

dmlc/decord

0
View on GitHub↗

Decord

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

Features

  • Computer Vision - Efficient video loading for deep learning pipelines.

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI
  • Video Representation Learning - High-performance video loading and decoding library.
  • 2,493 Stars·228 Forks·C++·Apache-2.0·6 Aufrufe

    Star-Verlauf

    Star-Verlauf für dmlc/decordStar-Verlauf für dmlc/decord

    Open-Source-Alternativen zu Decord

    Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Decord.
    • facebookresearch/slowfastAvatar von facebookresearch

      facebookresearch/SlowFast

      7,377Auf GitHub ansehen↗

      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
      Auf GitHub ansehen↗7,377
    • open-mmlab/mmaction2Avatar von open-mmlab

      open-mmlab/mmaction2

      5,066Auf GitHub ansehen↗

      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
      Auf GitHub ansehen↗5,066
    • facebookresearch/jepaAvatar von facebookresearch

      facebookresearch/jepa

      3,986Auf GitHub ansehen↗

      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
      Auf GitHub ansehen↗3,986
    • ailab-cvc/yolo-worldAvatar von AILab-CVC

      AILab-CVC/YOLO-World

      6,425Auf GitHub ansehen↗

      YOLO-World is a vision-language framework and open-vocabulary object detection model. It identifies objects in images and video based on free-form text prompts without requiring predefined category labels. The system enables the identification of arbitrary objects by fusing image features with text embeddings. It includes a specialized tool for automated image labeling, which generates bounding box annotations for custom datasets using text-based prompts. The project provides a deployment pipeline for converting models into quantized ONNX and TFLite formats, supporting real-time inference on

      Python
      Auf GitHub ansehen↗6,425
    Alle 30 Alternativen zu Decord anzeigen→

    Häufig gestellte Fragen

    Was macht dmlc/decord?

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

    Was sind die Hauptfunktionen von dmlc/decord?

    Die Hauptfunktionen von dmlc/decord sind: Computer Vision, Video Representation Learning.

    Welche Open-Source-Alternativen gibt es zu dmlc/decord?

    Open-Source-Alternativen zu dmlc/decord sind unter anderem: open-mmlab/mmaction2 — mmaction2 is a PyTorch video understanding toolbox designed for training and evaluating deep learning models. It… 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… ailab-cvc/yolo-world — YOLO-World is a vision-language framework and open-vocabulary object detection model. It identifies objects in images… alankbi/detecto — Build fully-functioning computer vision models with PyTorch. ajabri/videowalk.