Closed alecGraves closed 6 years ago
@alecGraves Thanks to reporting this bug. Will you mind to fix it?
Ok, I will try to fix it.
Thanks. Let me know if you need any support.
On Sat 27 Oct, 2018, 12:21 PM Alec Graves <notifications@github.com wrote:
Ok, I will try to fix it.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/NaturalIntelligence/imglab/issues/126#issuecomment-433596646, or mute the thread https://github.com/notifications/unsubscribe-auth/AHVgKNXqOJu8kVsVerodIUOH6lzKcNN4ks5upAJ0gaJpZM4X9Oja .
Describe the bug The
bbox
category in an annotation for theCOCO JSON
data format is slightly different than official COCO Documentation. The documentation states that thebbox
string should map to an array as follows:while the current implementation maps the
bbox
sting the following json object:To Reproduce Steps to reproduce the behavior:
rectangle
from left side of screenctrl
+e
to open save optionsCOCO JSON
save
Additional context
This is an example output:
Notice
bbox
is not in the same format as on the COCO Documentation.