R1chrdson / vesuvius_challenge

The Vesuvius Challenge - Ink Detection kaggle competition from the "UCU dropouts" team
0 stars 0 forks source link

Implement dummy Dataset #6

Open R1chrdson opened 1 year ago

R1chrdson commented 1 year ago

Implement the DataSet logic from the Dataset class from pytorch: from torch.utils.data import Dataset

Basically, you should implement the __getitem__ and __len__ methods, with respect to pytroch documentation. This DummyDataset should declare the interface used in the future in the project and be a placeholder for future pipeline development.