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

added ADE dataset #710

Merged
merged 1 commit into from
Aug 1, 2023
Merged

added ADE dataset #710

merged 1 commit into from
Aug 1, 2023

Conversation

BulatVakhitov
Copy link
Contributor

No description provided.

from . import ImagesOpenset


class ADESegmentation(ImagesOpenset):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, add tests to the tests directory of batchflow:

  • as part of the testing process, initialize different opensets and get one batch of its contents (images, masks, labels, whatever the dataset provides)
  • mark tests as slow, so that they are not run at each commit
  • make it in 100 lines of code or less

As an alternative idea, we can make an ipynb notebook that showcases datasets, but that is just an idea.

@SergeyTsimfer SergeyTsimfer merged commit 1e08f77 into master Aug 1, 2023
19 checks passed
@SergeyTsimfer SergeyTsimfer deleted the add-ade branch August 1, 2023 11:02
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

Successfully merging this pull request may close these issues.

2 participants