Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roboflow/polygonzone

A web utility to draw polygons and retrieve their coordinates for computer vision applications.
https://github.com/roboflow/polygonzone

computer-vision-tools polygons

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        


































## 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](https://github.com/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

https://user-images.githubusercontent.com/37276661/218796838-3a66a61c-ac9d-40f5-97ff-0030a8bdc60d.mov

## Getting Started 🚀

To use PolygonZone, open up the [PolygonZone web application](https://roboflow.github.io/polygonzone/). 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](CONTRIBUTING.md) for more information on how you can help to improve this project.