tdrose / ionimage_embedding

DL based representation learning of MS imaging data
GNU General Public License v3.0
0 stars 0 forks source link

Flexible dataloader for evalutation scenarios #5

Closed tdrose closed 10 months ago

tdrose commented 1 year ago

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.

tdrose commented 1 year ago

Just one scenario missing, otherwise the new data(loader) framework is working.

tdrose commented 11 months ago

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.