-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Representation of video annotations #9
Comments
I see what you mean now. The two representations do not encode the same information. In the second variant, you don't know if there are two (single-frame) rectangle annotations or one (moving) annotation. In addition, BIIGLE could only provide the second variant, if it knows the timestamp of the video. I'm not sure if this is a mandatory field in an iFDO but you can also annotate videos without this metadata in BIIGLE. |
So you use the last entry in |
I don't see how this relates to the question above but yes, the |
If I understand correctly, BIIGLE represents (time-dependent) video annotations using the
image-annotations:frame
attribute, e.g., like this:This is in contrast to the representation of time dependent information related to a video, which uses multiple list entries with different values in
image-datetime
for one video file. Video annotations could also be expressed this way:From a perspective of data consistency, I would prefer if iFDOs would only offer one way to represent time dependent data.
Is my assumption correct, that both representations encode the same information for video annotations? Could BIIGLE use the second representation?
This is related to https://codebase.helmholtz.cloud/datahub/marehub/ag-videosimages/fair-marine-images/-/issues/69
The text was updated successfully, but these errors were encountered: