awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cocodataset avatar

cocodataset/cocoapi

0
View on GitHub↗
6,377 星标·3,738 分支·Jupyter Notebook·6 次浏览

Cocoapi

This project is a toolkit and API designed for parsing, manipulating, and visualizing image annotations for computer vision tasks. It provides a programming interface to load and organize Common Objects in Context annotations, specifically for object detection, image segmentation, and keypoint estimation.

The library includes tools for converting formatted JSON files into data structures that support the analysis of pixel-level masks and skeletal markers. It enables the visual verification of ground truth accuracy by rendering bounding boxes, segmentation masks, and keypoint markers directly onto images.

The API covers broader dataset management capabilities, including coordinate mapping, annotation loading, and the use of wrappers to provide unified access to image metadata across different dataset versions.

Features

  • Image Annotation Tools - Renders bounding boxes, segmentation masks, and keypoint markers onto images for visual verification.
  • Pixel Coordinate Mappings - Translates normalized dataset annotations into exact pixel coordinates for rendering bounding boxes and masks.
  • Bounding Box Visualizers - Overlays detection coordinates and labels onto images for ground truth verification.
  • Computer Vision Annotation - Loads and organizes large-scale image annotations for object detection and segmentation using the COCO format.
  • Computer Vision Toolkits - Offers a comprehensive set of tools for parsing labels and visualizing vision dataset annotations.
  • Detection Visualization - Renders labels and keypoints onto images to visually verify ground truth accuracy.
  • Dataset Wrappers - Encapsulates metadata in a class structure for unified access to various dataset versions.
  • COCO Dataset Parsers - Provides a dedicated API for parsing and manipulating Common Objects in Context (COCO) annotations.
  • Dataset Loading - Provides utilities for loading image dataset labels into memory for analysis.
  • JSON Parsing - Provides utilities to parse structured JSON annotation files into native Python objects.
  • Run-Length Encoding Converters - Implements run-length encoding to compress segmentation masks and reduce memory usage.
  • Image Segmentation - Processes and visualizes pixel-level masks to evaluate the accuracy of object shape identification.
  • Evaluation Utilities - Manages and displays skeletal markers to analyze human pose estimation accuracy.

Star 历史

cocodataset/cocoapi 的 Star 历史图表cocodataset/cocoapi 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Cocoapi 的开源替代方案

相似的开源项目,按与 Cocoapi 的功能重合度排序。
  • wkentaro/labelmewkentaro 的头像

    wkentaro/labelme

    15,984在 GitHub 上查看↗

    Labelme is a Python-based image annotation tool used to create computer vision datasets. It serves as a visual editor for semantic segmentation, allowing users to define object boundaries using polygons, rectangles, points, and circles. The application also functions as a multispectral image annotator, supporting high-bit depth TIFF files used in satellite and scientific imagery. The tool incorporates AI-assisted labeling capabilities to automate the creation of masks and polygons. These features allow for shape generation driven by text prompts or interactive point selections, which propose

    Python
    在 GitHub 上查看↗15,984
  • roboflow/supervisionroboflow 的头像

    roboflow/supervision

    44,437在 GitHub 上查看↗

    Supervision is a computer vision toolset for normalizing model outputs, managing datasets, and visualizing annotations. It provides a framework to convert predictions from various classification and detection models into a standardized data format to ensure interoperability across different computer vision pipelines. The library features a post-processor for filtering, counting, and tracking detected objects across image frames and video streams. It includes capabilities for large image tiling to improve the detection of small objects and tools for assigning persistent identities to objects t

    Pythonclassificationcococomputer-vision
    在 GitHub 上查看↗44,437
  • humansignal/labelimgHumanSignal 的头像

    HumanSignal/labelImg

    25,015在 GitHub 上查看↗

    labelImg is a computer vision labeling tool and image bounding box annotator used to create training datasets for machine learning models. It functions as a desktop utility for drawing rectangular labels on images and saving object coordinates and class names in common machine learning formats. The tool is specifically designed to generate and edit PascalVOC formatted XML files and create image labels in the text-based format required by YOLO object detection pipelines. The software covers object detection annotation and training data preparation, including the ability to manage label catego

    Pythonannotationsdeep-learningdetection
    在 GitHub 上查看↗25,015
  • tingsongyu/pytorch-tutorial-2ndTingsongYu 的头像

    TingsongYu/PyTorch-Tutorial-2nd

    4,555在 GitHub 上查看↗

    This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It covers the fundamental building blocks of deep learning, including tensor manipulation, automatic differentiation, and the construction of modular neural network components. The repository serves as a technical guide for several specialized domains. It provides implementation details for computer vision tasks such as image classification, object detection, and semantic segmentation, as well as natural language processing workflows involving transformers, recurrent networks, and gen

    Jupyter Notebookcomputer-visiondeepsortdiffusion-models
    在 GitHub 上查看↗4,555
查看 Cocoapi 的所有 30 个替代方案→

常见问题解答

cocodataset/cocoapi 是做什么的?

This project is a toolkit and API designed for parsing, manipulating, and visualizing image annotations for computer vision tasks. It provides a programming interface to load and organize Common Objects in Context annotations, specifically for object detection, image segmentation, and keypoint estimation.

cocodataset/cocoapi 的主要功能有哪些?

cocodataset/cocoapi 的主要功能包括:Image Annotation Tools, Pixel Coordinate Mappings, Bounding Box Visualizers, Computer Vision Annotation, Computer Vision Toolkits, Detection Visualization, Dataset Wrappers, COCO Dataset Parsers。

cocodataset/cocoapi 有哪些开源替代品?

cocodataset/cocoapi 的开源替代品包括: wkentaro/labelme — Labelme is a Python-based image annotation tool used to create computer vision datasets. It serves as a visual editor… roboflow/supervision — Supervision is a computer vision toolset for normalizing model outputs, managing datasets, and visualizing… tzutalin/labelimg — labelImg is a desktop image annotation tool and dataset preparation utility used to create labeled datasets for… humansignal/labelimg — labelImg is a computer vision labeling tool and image bounding box annotator used to create training datasets for… tingsongyu/pytorch-tutorial-2nd — This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It… qubvel/segmentation_models — This is an image segmentation framework and masking toolkit for constructing binary and multi-class neural network…