NaturalIntelligence / imglab

To speedup and simplify image labeling/ annotation process with multiple supported formats.
https://solothought.com/imglab/
MIT License
985 stars 608 forks source link

Issue#82 #124

Closed jbovee closed 6 years ago

jbovee commented 6 years ago

Purpose / Goal

Add support for importing COCO formatted data

Related to issue #82

Type

Please mention the type of PR

Note : Please ensure that you've read contribution guidelines before raising this PR.

jbovee commented 6 years ago

I've realized that a non-rectangle polygon can have a points array of length 8. Need to add a second check for determining if a shape is a non-rectangle polygon. Will fix and open a new PR.