Closed tdrose closed 10 months ago
Just one scenario missing, otherwise the new data(loader) framework is working.
Dataloader for small image patches required. This can be done e.g. with RandomCrop. But It requires a different DL framework, since with the current symmetric images, it will result in many empty patches because they are off sample. So I need to load and crop the images independently.
For the evaluation of the project, we discussed a few scenarios from simple to more complex. Dataloaders (training, validation, and testing) for each scenario should be implemented.