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

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

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

mingyuliutw/UNIT

0
View on GitHub↗
2,029 نجوم·360 تفرعات·Python·5 مشاهدات

UNIT

We have a reimplementation of the UNIT method that is more performant. It is avaiable at Imaginaire

Features

  • Computer Vision Models - Unsupervised image-to-image translation network.
  • Generative Models - Unsupervised image-to-image translation networks.
  • Image Translation - Unsupervised image-to-image translation using shared latent spaces.
  • Model Implementations - Coupled VAE-GAN for unsupervised translation.

سجل النجوم

مخطط تاريخ النجوم لـ mingyuliutw/unitمخطط تاريخ النجوم لـ mingyuliutw/unit

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع UNIT.
  • nvidia/pix2pixhdالصورة الرمزية لـ NVIDIA

    NVIDIA/pix2pixHD

    6,920عرض على GitHub↗

    pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into high-resolution photorealistic images. It functions as a high-resolution image synthesizer and an image-to-image translation model capable of producing synthetic images at 2048x1024 resolution. The system includes a semantic image editor that allows for the modification of high-resolution visuals by updating the underlying semantic label maps. This enables interactive image editing and the generation of photorealistic images based on source images or discrete label maps. The framework pro

    Python
    عرض على GitHub↗6,920
  • junyanz/pytorch-cyclegan-and-pix2pixالصورة الرمزية لـ junyanz

    junyanz/pytorch-CycleGAN-and-pix2pix

    24,951عرض على GitHub↗

    This project is a deep learning framework designed for training and deploying image-to-image translation models. It serves as a research platform for experimenting with neural network architectures that transform visual content between distinct stylistic domains, supporting both paired and unpaired training data. The framework distinguishes itself through its support for cycle-consistency constraints, which allow for image translation between domains without requiring corresponding paired examples. It provides a structured pipeline that utilizes adversarial loss optimization, where generator

    Pythoncomputer-graphicscomputer-visioncyclegan
    عرض على GitHub↗24,951
  • carpedm20/discogan-pytorchالصورة الرمزية لـ carpedm20

    carpedm20/DiscoGAN-pytorch

    1,097عرض على GitHub↗

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

    Jupyter Notebook
    عرض على GitHub↗1,097
  • 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
عرض جميع البدائل الـ 30 لـ UNIT→

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

ما هي وظيفة mingyuliutw/unit؟

We have a reimplementation of the UNIT method that is more performant. It is avaiable at Imaginaire

ما هي الميزات الرئيسية لـ mingyuliutw/unit؟

الميزات الرئيسية لـ mingyuliutw/unit هي: Computer Vision Models, Generative Models, Image Translation, Model Implementations.

ما هي البدائل مفتوحة المصدر لـ mingyuliutw/unit؟

تشمل البدائل مفتوحة المصدر لـ mingyuliutw/unit: nvidia/pix2pixhd — pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into… mrzhu-cool/pix2pix-pytorch — PyTorch implementation of Image-to-Image Translation Using Conditional Adversarial Networks. carpedm20/discogan-pytorch — PyTorch implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks". dmitryulyanov/deep-image-prior — This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior… kentsyx/neural-image-assessment — This is a PyTorch implementation of the paper NIMA: Neural IMage Assessment (accepted at IEEE Transactions on Image… junyanz/pytorch-cyclegan-and-pix2pix — This project is a deep learning framework designed for training and deploying image-to-image translation models. It…