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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
B

bodokaiser/piwise

0
View on GitHub↗
0 estrellas·0 forks·2 vistas

Piwise

Pixel-wise segmentation on the [VOC2012][dataset] dataset using [pytorch][pytorch].

Features

  • Visión artificial - Semantic segmentation implementation.
  • Computer Vision Models - Pixel-wise segmentation implementation for standard datasets.
  • Model Implementations - Pixel-wise segmentation implementation.
  • Segmentation - Listed in the “Segmentation” section of the The Incredible Pytorch awesome list.

Historial de estrellas

Gráfico del historial de estrellas de bodokaiser/piwiseGráfico del historial de estrellas de bodokaiser/piwise

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Piwise

Proyectos open-source similares, clasificados según cuántas características comparten con Piwise.
  • amdegroot/ssd.pytorchAvatar de amdegroot

    amdegroot/ssd.pytorch

    5,224Ver en GitHub↗

    This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and localizing multiple objects within images and video. The project provides a neural network architecture designed for single-shot object detection, which predicts bounding boxes and class labels in one pass. The implementation includes a real-time object detector capable of processing live video streams to track and label objects across sequential frames. It also features a complete computer vision training pipeline for preparing image datasets and training model weights. The fra

    Pythoncomputer-visiondeep-learningimage-recognition
    Ver en GitHub↗5,224
  • eladhoffer/captiongenE

    eladhoffer/captionGen

    0Ver en GitHub↗
    Ver en GitHub↗0
  • 1adrianb/face-alignmentAvatar de 1adrianb

    1adrianb/face-alignment

    7,518Ver en GitHub↗

    This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a facial landmark detector and reconstruction tool, utilizing deep learning to identify precise geometric points on human faces from image datasets. The library allows for the selection of specific detection backends to balance accuracy and processing speed. It supports the integration of precomputed bounding box files, which enables the system to bypass the initial detection phase and proceed directly to landmark extraction. The toolkit includes capabilities for batch image p

    Python
    Ver en GitHub↗7,518
  • facebookresearch/detectron2Avatar de facebookresearch

    facebookresearch/detectron2

    34,548Ver en GitHub↗

    Detectron2 is a PyTorch computer vision framework and visual recognition platform designed for training and deploying models for object detection, image segmentation, and visual recognition. It provides a research-oriented environment for training complex vision models with multi-GPU acceleration. The project includes a specialized object detection library for identifying and locating multiple objects via bounding boxes, as well as an image segmentation toolkit for creating pixel-level masks through instance, semantic, and panoptic segmentation. Additionally, it features a human pose estimati

    Python
    Ver en GitHub↗34,548
Ver las 30 alternativas a Piwise→

Preguntas frecuentes

¿Qué hace bodokaiser/piwise?

Pixel-wise segmentation on the [VOC2012][dataset] dataset using [pytorch][pytorch].

¿Cuáles son las características principales de bodokaiser/piwise?

Las características principales de bodokaiser/piwise son: Visión artificial, Computer Vision Models, Model Implementations, Segmentation.

¿Qué alternativas de código abierto existen para bodokaiser/piwise?

Las alternativas de código abierto para bodokaiser/piwise incluyen: eladhoffer/captiongen. longcw/yolo2-pytorch — YOLOv2 in PyTorch. 1adrianb/face-alignment — This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a… amdegroot/ssd.pytorch — This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and… facebookresearch/detectron2 — Detectron2 is a PyTorch computer vision framework and visual recognition platform designed for training and deploying… nvidia/flownet2-pytorch — Pytorch implementation of FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks.