awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
irhumshafkat avatar

irhumshafkat/R2Plus1D-PyTorchArchived

0
View on GitHub↗
365 نجوم·63 تفرعات·Python·MIT·3 مشاهدات

R2Plus1D PyTorch

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

Features

  • Computer Vision Research - Spatiotemporal convolutions for action recognition.
  • Model Implementations - R2Plus1D convolution for action recognition.
  • Video Representation Learning - PyTorch implementation of spatiotemporal convolution networks.

سجل النجوم

مخطط تاريخ النجوم لـ irhumshafkat/r2plus1d-pytorchمخطط تاريخ النجوم لـ irhumshafkat/r2plus1d-pytorch

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ R2Plus1D PyTorch

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع R2Plus1D PyTorch.
  • kenshohara/3d-resnets-pytorchالصورة الرمزية لـ kenshohara

    kenshohara/3D-ResNets-PyTorch

    4,039عرض على 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
    عرض على GitHub↗4,039
  • dmitryulyanov/deep-image-priorالصورة الرمزية لـ DmitryUlyanov

    DmitryUlyanov/deep-image-prior

    8,085عرض على 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
    عرض على GitHub↗8,085
  • arunmallya/packnetالصورة الرمزية لـ arunmallya

    arunmallya/packnet

    243عرض على GitHub↗

    Code for PackNet: Adding Multiple Tasks to a Single Network by Iterative Pruning

    Python
    عرض على GitHub↗243
  • carpedm20/enas-pytorchالصورة الرمزية لـ carpedm20

    carpedm20/ENAS-pytorch

    2,722عرض على GitHub↗

    PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing"

    Pythongoogle-brainneural-architecture-searchpytorch
    عرض على GitHub↗2,722
عرض جميع البدائل الـ 30 لـ R2Plus1D PyTorch→

الأسئلة الشائعة

ما هي وظيفة irhumshafkat/r2plus1d-pytorch؟

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

ما هي الميزات الرئيسية لـ irhumshafkat/r2plus1d-pytorch؟

الميزات الرئيسية لـ irhumshafkat/r2plus1d-pytorch هي: Computer Vision Research, Model Implementations, Video Representation Learning.

ما هي البدائل مفتوحة المصدر لـ irhumshafkat/r2plus1d-pytorch؟

تشمل البدائل مفتوحة المصدر لـ irhumshafkat/r2plus1d-pytorch: kenshohara/3d-resnets-pytorch — This project is a PyTorch implementation of 3D residual networks designed for video action recognition. It provides a… jakezhaojb/arae — Code for the paper "Adversarially Regularized Autoencoders (ICML 2018)" by Zhao, Kim, Zhang, Rush and LeCun. arunmallya/packnet — Code for PackNet: Adding Multiple Tasks to a Single Network by Iterative Pruning. carpedm20/enas-pytorch — PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing". facebookresearch/video-nonlocal-net — Non-local Neural Networks for Video Classification. dmitryulyanov/deep-image-prior — This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior…