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
·
Wizaron avatar

Wizaron/reseg-pytorch

0
View on GitHub↗
46 stars·10 forks·Python·GPL-3.0·4 views

Reseg Pytorch

PyTorch Implementation of ReSeg (https://arxiv.org/pdf/1511.07053.pdf)

Features

  • Computer Vision Models - Implementation of ReSeg.
  • Graphical Models and RNNs - ReSeg implementation in PyTorch.
  • Model Implementations - ReSeg implementation.
  • Neural Network Architectures - Recurrent segmentation networks.
  • Recurrent Neural Networks (RNNs) - Listed in the “Recurrent Neural Networks (RNNs)” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for wizaron/reseg-pytorchStar history chart for wizaron/reseg-pytorch

AI search

Explore more awesome repositories

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

Start searching with AI

Open-source alternatives to Reseg Pytorch

Similar open-source projects, ranked by how many features they share with Reseg Pytorch.
  • nvidia/pix2pixhdNVIDIA avatar

    NVIDIA/pix2pixHD

    6,920View on 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
    View on GitHub↗6,920
  • rwightman/pytorch-image-modelsrwightman avatar

    rwightman/pytorch-image-models

    36,893View on GitHub↗

    This project is a library of pretrained computer vision architectures and backbones for image classification and feature extraction. It serves as a comprehensive model zoo and collection of standardized image encoders, including ResNet, Vision Transformers, and EfficientNet, for use in visual analysis and as backbones for object detection and image segmentation. The library provides a framework for distributed training and evaluation of image models using advanced data augmentation and optimization scripts. It includes a dedicated toolset for converting trained PyTorch vision models into the

    Python
    View on GitHub↗36,893
  • junyanz/pytorch-cyclegan-and-pix2pixjunyanz avatar

    junyanz/pytorch-CycleGAN-and-pix2pix

    24,951View on 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
    View on GitHub↗24,951
  • salesforce/pytorch-qrnnsalesforce avatar

    salesforce/pytorch-qrnn

    1,262View on GitHub↗

    PyTorch implementation of the Quasi-Recurrent Neural Network - up to 16 times faster than NVIDIA's cuDNN LSTM

    Python
    View on GitHub↗1,262
See all 30 alternatives to Reseg Pytorch→

Frequently asked questions

What does wizaron/reseg-pytorch do?

PyTorch Implementation of ReSeg (https://arxiv.org/pdf/1511.07053.pdf)

What are the main features of wizaron/reseg-pytorch?

The main features of wizaron/reseg-pytorch are: Computer Vision Models, Graphical Models and RNNs, Model Implementations, Neural Network Architectures, Recurrent Neural Networks (RNNs).

What are some open-source alternatives to wizaron/reseg-pytorch?

Open-source alternatives to wizaron/reseg-pytorch include: rwightman/pytorch-image-models — This project is a library of pretrained computer vision architectures and backbones for image classification and… salesforce/pytorch-qrnn — PyTorch implementation of the Quasi-Recurrent Neural Network - up to 16 times faster than NVIDIA's cuDNN LSTM. junyanz/pytorch-cyclegan-and-pix2pix — This project is a deep learning framework designed for training and deploying image-to-image translation models. It… nvidia/pix2pixhd — pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into… 1adrianb/face-alignment — This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a… aosokin/biogans.