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
ignacio-rocco avatar

ignacio-rocco/detectorch

0
View on GitHub↗
559 stars·71 forks·Jupyter Notebook·10 views

Detectorch

(Disclaimer: this is work in progress and does not feature all the functionalities of detectron. Currently only inference and evaluation are supported -- no training) (News: Now supporting FPN and ResNet-101!)

Features

  • Computer Vision - Inference and evaluation framework for object detection.
  • Computer Vision Models - Provides access to Facebook AI Research object detection models.
  • Object Detection - Listed in the “Object Detection” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for ignacio-rocco/detectorchStar history chart for ignacio-rocco/detectorch

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 ignacio-rocco/detectorch do?

(Disclaimer: this is work in progress and does not feature all the functionalities of detectron. Currently only inference and evaluation are supported -- no training) (News: Now supporting FPN and ResNet-101!)

What are the main features of ignacio-rocco/detectorch?

The main features of ignacio-rocco/detectorch are: Computer Vision, Computer Vision Models, Object Detection.

Which projects share features with ignacio-rocco/detectorch?

Projects with overlapping indexed features include: potterhsu/svhnclassifier-pytorch. amdegroot/ssd.pytorch — This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and… facebookresearch/maskrcnn-benchmark — This project is a modular PyTorch framework for training and evaluating object detection and instance segmentation… longcw/yolo2-pytorch — YOLOv2 in PyTorch. bodokaiser/piwise — Pixel-wise segmentation on the [VOC2012][dataset] dataset using [pytorch][pytorch]. ailab-cvc/yolo-world — YOLO-World is a vision-language framework and open-vocabulary object detection model. It identifies objects in images…

Projects sharing features with Detectorch

These projects share indexed features with Detectorch. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • facebookresearch/maskrcnn-benchmarkfacebookresearch avatar

    facebookresearch/maskrcnn-benchmark

    9,370View on GitHub↗

    This project is a modular PyTorch framework for training and evaluating object detection and instance segmentation models. It serves as a computer vision research tool and a deep learning inference engine designed to identify object locations, classes, and pixel-level masks within images. The framework implements a two-stage inference pipeline that utilizes region proposal networks and a symmetric mask-head architecture. It provides specialized capabilities for instance segmentation, object bounding box detection, and human pose estimation via anatomical keypoint detection. The system includ

    Python
    View on GitHub↗9,370
  • longcw/yolo2-pytorchlongcw avatar

    longcw/yolo2-pytorch

    1,560View on GitHub↗

    YOLOv2 in PyTorch

    Pythondarknetdetectionpytorch
    View on GitHub↗1,560
  • amdegroot/ssd.pytorchamdegroot avatar

    amdegroot/ssd.pytorch

    5,224View on 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
    View on GitHub↗5,224
  • potterhsu/svhnclassifier-pytorchP

    potterhsu/SVHNClassifier-PyTorch

    0View on GitHub↗
    View on GitHub↗0
  • Compare all 30 related projects→