roboflow / polygonzone

A web utility to draw polygons and retrieve their coordinates for computer vision applications.

Home Page:https://roboflow.com/polygonzone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



About PolygonZone πŸ“

PolygonZone lets you draw arbitrary polygons on an image and retrieve the coordinates of the points you have drawn.

This application makes it easy to retrieve coordinates for Regions of Interest in computer vision applications.

PolygonZone accompanies Roboflow Supervision, a Python library with a range of utilities that are useful in computer vision projects.

Please note that PolygonZone is not an annotation tool. It is a tool for retrieving coordinates of polygons that you have drawn on an image.

This application is designed for desktop use.

Demo

demo.mov

Getting Started πŸš€

To use PolygonZone, open up the PolygonZone web application. Then:

  1. Upload an image onto which you want to draw a polygon.
  2. Click on the points where you want to draw the polygon.
  3. Click "Enter" to save a polygon.
  4. Continue to draw as many polygons as you need.
  5. Copy the NumPy array or JSON object that contains the coordinates of the polygons you have drawn.

You can zoom in and out of an image using the mouse wheel or a laptop track pad.

Contributing 🀝

We welcome contributions to the PolygonZone project. Please see the Contributing Guidelines for more information on how you can help to improve this project.

About

A web utility to draw polygons and retrieve their coordinates for computer vision applications.

https://roboflow.com/polygonzone

License:MIT License


Languages

Language:JavaScript 58.3%Language:HTML 27.5%Language:CSS 14.2%