Closed luisdavid64 closed 1 year ago
Explore receptive field of network. Tasks here would be to explore which patch size is better and which network depth is better. This gives us an idea whether local or global features are better for the task of material segmentation.
Maybe even try different channel sizes as well
THROWING AWAY EMPTY PATCHES - NOT BACKGROUND - BALANCING PROBLEMS - TARGET PATCHES ZOOMING IN COMBINATION geometric sampler and target sampler
This has been implemented, patchifying + class balancing
The slices are in Music2d are 100x100x128, and the volumnes in Music2d are even bigger. I think we need to process our data as patches, otherwise we might run into memory issues