Skip to content

Add an Action for validating polygons and bounding box labels

Compare
Choose a tag to compare
@thiippal thiippal released this 20 Mar 14:05
· 140 commits to main since this release

This release adds a new Action named VerifyPolygon, which validates the bounding boxes created by crowdsourced workers.

The polygons are validated using Shapely, which is now required by the tool.

For an example of using this Action, see examples/verify_demo.py.