You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attributes are added to the image-annotation-creators and image-annotation-labels which are not specified in the iFDO annotation schema. Specifically uuid in case of image-annotation-creators, and uuid and color in case of image-annotation-labels:
Hi, thanks for the report! The iFDO export adds the UUIDs to enable automatic matching of users and labels during the import. But it's true that the attributes make the schema validation fail, so this is a bug. We have to relax the schema validation somehow. It should validate only the attributes that exist in the schema and ignore any extra attributes.
I gave this another try and it seems like I was wrong. The additional attributes do not make the schema validation fail. However, I found #7 and #8 which may be an issue during the import. Do you have image/video labels or whole frame video annotations in your iFDO?
Attributes are added to the
image-annotation-creators
andimage-annotation-labels
which are not specified in the iFDO annotation schema. Specificallyuuid
in case ofimage-annotation-creators
, anduuid
andcolor
in case ofimage-annotation-labels
:The error probably originates from here:
metadata-ifdo/src/Converter.php
Line 150 in 1feda4b
metadata-ifdo/src/Converter.php
Line 135 in 1feda4b
The text was updated successfully, but these errors were encountered: