We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a bug when downloading the result CSV for an annotation campaign in whole file mode. is_box value is 0 even for box annotations.
is_box
0
Whole file annotations have a specific values (to check: min / max frequencies and begin / end datetimes ?), use it to compute is_box mode.
The text was updated successfully, but these errors were encountered:
rvovard
No branches or pull requests
There is a bug when downloading the result CSV for an annotation campaign in whole file mode.
is_box
value is0
even for box annotations.Whole file annotations have a specific values (to check: min / max frequencies and begin / end datetimes ?), use it to compute
is_box
mode.The text was updated successfully, but these errors were encountered: