Skip to content

Latest commit

 

History

History
88 lines (74 loc) · 3.8 KB

README.md

File metadata and controls

88 lines (74 loc) · 3.8 KB



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 on the intial point or press "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.

Functionalities

  • You can zoom in and out of an image using the mouse wheel or a laptop track pad.
  • You can undo the last point pressing Ctrl/Cmd+Z
  • You can discard the last unsaved polygon pressing Esc

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.