Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add dataset function for each datasetΒ #96

@lgvaz

Description

@lgvaz

πŸš€ 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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions