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
ycszen avatar

ycszen/TorchSeg

0
View on GitHub↗
1,409 stars·250 forks·Python·MIT·7 views

TorchSeg

Fast, modular reference implementation and easy training of Semantic Segmentation algorithms in PyTorch.

Features

  • Computer Vision - Modular semantic segmentation implementation in PyTorch.
  • Computer Vision and Image Processing - Modular implementation of semantic segmentation models.
  • Segmentation Architectures - Segmentation models in PyTorch.

Star history

Star history chart for ycszen/torchsegStar history chart for ycszen/torchseg

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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

Frequently asked questions

What does ycszen/torchseg do?

Fast, modular reference implementation and easy training of Semantic Segmentation algorithms in PyTorch.

What are the main features of ycszen/torchseg?

The main features of ycszen/torchseg are: Computer Vision, Computer Vision and Image Processing, Segmentation Architectures.

Which projects share features with ycszen/torchseg?

Projects with overlapping indexed features include: dbolya/yolact — Yolact is a computer vision framework and real-time instance segmentation model. It utilizes a fully convolutional… balavenkatesh3322/cv-pretrained-model — A collection of computer vision pre-trained models. aleju/imgaug — imgaug is a Python library for machine learning data augmentation and computer vision dataset expansion. It provides… alicevision/alicevision — 3D Computer Vision Framework. alicevision/meshroom — Meshroom is a node-based photogrammetry software designed to transform collections of two-dimensional images into… ermig1979/simd — C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, NEON, SVE…

Projects sharing features with TorchSeg

These projects share indexed features with TorchSeg. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • dbolya/yolactdbolya avatar

    dbolya/yolact

    5,231View on GitHub↗

    Yolact is a computer vision framework and real-time instance segmentation model. It utilizes a fully convolutional neural network to detect objects and generate pixel-level masks for images and video feeds. The system employs prototypical mask generation to create global mask prototypes that are linearly combined for instance-specific results. It incorporates deformable convolutional layers and deformable region-of-interest pooling to adapt spatial sampling to the irregular shapes of objects. The framework covers the full model development lifecycle, including training on custom datasets, ac

    Python
    View on GitHub↗5,231
  • alicevision/meshroomalicevision avatar

    alicevision/Meshroom

    12,562View on GitHub↗

    Meshroom is a node-based photogrammetry software designed to transform collections of two-dimensional images into three-dimensional models and scene geometry. It provides a visual interface for constructing and managing modular data pipelines, allowing users to automate complex computer vision tasks such as feature extraction, depth map estimation, and mesh generation. The software distinguishes itself through a distributed computational framework that dispatches resource-intensive tasks across local hardware or remote render farms. By utilizing a directed acyclic graph execution model, it en

    QML3d-reconstructionalicevisioncamera-tracking
    View on GitHub↗12,562
  • aleju/imgaugaleju avatar

    aleju/imgaug

    14,742View on GitHub↗

    imgaug is a Python library for machine learning data augmentation and computer vision dataset expansion. It provides tools to increase the volume and variety of training sets by applying random geometric, color, and noise transformations to images. The library ensures spatial consistency by synchronizing transformations across images and their associated annotations, such as bounding boxes, keypoints, and segmentation maps. It uses a compositional pipeline pattern to chain multiple augmentations into sequences and employs deterministic seed management to reproduce specific data samples. The

    Python
    View on GitHub↗14,742
  • alicevision/alicevisionalicevision avatar

    alicevision/AliceVision

    3,445View on GitHub↗

    3D Computer Vision Framework

    C++
    View on GitHub↗3,445
  • Compare all 30 related projects→