question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support of (Key-)Point formats in CVAT

See original GitHub issue

Hello everyone,

the issue itself is that, when I export annotations in COCO Format, points are not shown in the json, but polygons are. I have tried both creating a new task and only annotating points and also combining points and polygons, and neither of them exports the COCO Format with both instances.

Expected Behaviour

The expected behaviour is to be able to export the COCO Format with both points and polygons.

Current Behaviour

The current behaviour is that the COCO Format is not able to export points.

Possible Solution

It would just be a matter of implementing the points inside the COCO Format, so that they can be exported alongside the polygons.

Steps to Reproduce (for bugs)

  1. Create a new task
  2. Set a point
  3. Export in COCO Format

Context

The project that I am actually working in requires both a combination of a mask and a keypoint inside of it, in the most important part of the object. Without the points, the goal cannot be accomplished.

Your Environment

  • Docker version docker version (e.g. Docker 17.0.05): Docker version 19.03.12, build 48a66213fe
  • Are you using Docker Swarm or Kubernetes? No, just Docker (required for the application)
  • Operating System and version (e.g. Linux, Windows, MacOS): Windows
  • Code example or link to GitHub repo or gist to reproduce problem: https://github.com/openvinotoolkit/cvat

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:6
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

5reactions
claverrucommented, Nov 11, 2020

I’m also interested in this.

2reactions
ValerianGonnotcommented, Nov 30, 2020

I’m also interested in this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to use CVAT for computer vision [2022 updates]
CVAT offers multiple types of shapes for annotation: rectangle (bounding box), polygon, polyline, points, ellipse, cuboid, and tag. Below are ...
Read more >
CVAT: Annotation Tool for Computer Vision [2022 Tutorial]
It supports multiple annotation formats like YOLO, Pascal VOC, or MS COCO, to name a few, and if you want to dig deeper,...
Read more >
opencv-cvat/public - Gitter
Hi everyone. Inexperienced Docker user here. I'd like to save all my annotations, images, and related meta-data outside of the Docker filesystem in...
Read more >
Computer Vision Annotation Tool (CVAT) - 2022 Overview
CVAT supports supervised machine learning tasks for object detection, image classification, image segmentation, and 3D data annotation.
Read more >
cvat/apps/documentation/user_guide.md · ssrlxl/cvat - Gitee.com
CVAT has many powerful features: interpolation of bounding boxes between key frames, automatic annotation using deep learning models, shortcuts for most of ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found