Skip to content
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

Detection problems in importers #43

Open
klakhov opened this issue May 24, 2024 · 0 comments
Open

Detection problems in importers #43

klakhov opened this issue May 24, 2024 · 0 comments

Comments

@klakhov
Copy link

klakhov commented May 24, 2024

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:

"'/gt.txt' must be a ICDAR-like annotation file"

List of formats:

The solution here may be correcting the detection code so it can accept empty files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant