brunobelloni / binary-to-coco-json-converterLinks
Convert segmentation binary mask images to COCO JSON format.
☆35Updated 3 years ago
Alternatives and similar repositories for binary-to-coco-json-converter
Users that are interested in binary-to-coco-json-converter are comparing it to the libraries listed below
Sorting:
- Yolo to COCO annotation format converter☆307Updated 2 years ago
- Python library for computer vision labeling tasks. The core functionality is to translate bounding box annotations between different form…☆343Updated last year
- Simple tool to split COCO annotations into train/test datasets.☆247Updated 2 years ago
- A package to read and convert object detection datasets (COCO, YOLO, PascalVOC, LabelMe, CVAT, OpenImage, ...) and evaluate them with COC…☆216Updated 2 months ago
- A lightweight package for converting your labelme annotations into COCO object detection format.☆318Updated last year
- Minimalistic COCO Dataset Viewer in Tkinter☆202Updated last year
- Notebooks and more to help you get started. Including the PyLabeler Jupyter based labeling tool.☆116Updated 2 years ago
- Convert segmentation RGB mask images to COCO JSON format☆209Updated 2 years ago
- Draw bounding boxes on raw images based on YOLO format annotation. Help to check the correctness of annotation and extract the images wit…☆100Updated last year
- YOLOv7 Instance Segmentation using OpenCV and PyTorch☆342Updated 2 months ago
- Scripts to manage COCO datasets☆102Updated 4 years ago
- PyTorch Faster R-CNN Object Detection on Custom Dataset☆265Updated last month
- How to create custom COCO data set for instance segmentation☆195Updated 4 years ago
- Python scripts performing Instance Segmentation using the YOLOv8 model in ONNX.☆180Updated 2 years ago
- Convert JSON annotations into YOLO format.☆1,153Updated 5 months ago
- Tile (Slice) YOLO Dataset for Small Objects Detection☆80Updated 2 years ago
- Python class for calculating confusion matrix for object detection task☆91Updated 3 years ago
- Reactive python package for managing, creating and visualizing different deep-learning image annotation formats☆374Updated 2 years ago
- Packaged version of ultralytics/yolov5 + many extra features☆294Updated 9 months ago
- A conversion toolset between different object detection and instance segmentation annotation formats☆120Updated 4 years ago
- A clean, modular implementation of the Yolov7 model family, which uses the official pretrained weights, with utilities for training the m…☆114Updated last year
- YOLOv8 implementation using PyTorch