constantinpape / torch-em

Deep-learning based semantic and instance segmentation for 3D Electron Microscopy and other bioimage analysis problems based on pytorch.
MIT License
76 stars 22 forks source link

Move platynereis file templates to global dict #380

Closed anwai98 closed 1 month ago

anwai98 commented 1 month ago

This PR moves template filenames (for calculating rois out of volumes) to a global variable, to avoid passing them per dataset. GTG from my side!