Add an Action for validating polygons and bounding box labels
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
.