Skip to content

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

License

Notifications You must be signed in to change notification settings

roboflow/polygonzone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



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.