biigle / reports

:m: BIIGLE module to generate reports for projects and volumes
GNU General Public License v3.0
1 stars 2 forks source link

COCO image annotation report #80

Closed mzur closed 2 years ago

mzur commented 2 years ago

Implement a report to export annotations in the COCO format. We already have a script that converts the CSV report into COCO here. The report should be implemented in PHP though.

mzur commented 2 years ago

The report should provide the usual options to restrict to newest label, selected labels or export area, as well as separate reports by label tree or users. In addition, it could provide an option to include circle annotations which are then converted to polygons. Point, LineString and Ellipse annotations are not supported.