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
Most of the time (some tests for it here and here) we expect importers to work successfully with empty datasets. But even if we can export such datasets, in some formats, we cant detect them "back" with detect_dataset method. That happens because detector methods expect annotations not to be empty and throw an error like:
Most of the time (some tests for it here and here) we expect importers to work successfully with empty datasets. But even if we can export such datasets, in some formats, we cant detect them "back" with
detect_dataset
method. That happens because detector methods expect annotations not to be empty and throw an error like:List of formats:
.txt
file required per each.bmp
)The solution here may be correcting the detection code so it can accept empty files.
The text was updated successfully, but these errors were encountered: