Add dataset
function for each dataset
#96
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
🚀 Feature
For each dataset we can also add a
dataset
function that returns atrain,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
ordatasets/pennfudan/dataset.py
:dataset.py
filefrom icedata.datasets.<DATASET_FOLDER>.dataset import *
todatasets/<DATASET_FOLDER/__init__.py
TODO (no specific order)
The text was updated successfully, but these errors were encountered: