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

Add dataset function for each dataset #96

Open
7 of 8 tasks
lgvaz opened this issue Mar 10, 2021 · 3 comments
Open
7 of 8 tasks

Add dataset function for each dataset #96

lgvaz opened this issue Mar 10, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@lgvaz
Copy link
Contributor

lgvaz commented Mar 10, 2021

🚀 Feature

For each dataset we can also add a dataset function that returns a train,valid dataset with default transforms included.

This would also reduce the amount of repeated code on icevision tutorials.

HOW TO

Follow the structure of datasets/fridge/dataset.py or datasets/pennfudan/dataset.py:

  1. Create dataset.py file
  2. Add from icedata.datasets.<DATASET_FOLDER>.dataset import * to datasets/<DATASET_FOLDER/__init__.py

TODO (no specific order)

  • fridge
  • pennfudan
  • birds
  • biwi
  • coco (In progress by: @jpoberhauser)
  • ochuman
  • pets (in progress by: @ganesh3)
  • voc
@lgvaz lgvaz added enhancement New feature or request help wanted Extra attention is needed labels Mar 10, 2021
@lgvaz lgvaz self-assigned this Mar 10, 2021
@lgvaz
Copy link
Contributor Author

lgvaz commented Mar 12, 2021

Added dataset function for fridge

@lgvaz lgvaz removed their assignment Mar 15, 2021
@lgvaz lgvaz added the good first issue Good for newcomers label Mar 17, 2021
@jpoberhauser
Copy link
Contributor

I can get started on coco

@ganesh3
Copy link
Contributor

ganesh3 commented Mar 18, 2021

I can do it on pets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants