kreshuklab / plant-seg

A tool for cell instance aware segmentation in densely packed 3D volumetric images
https://kreshuklab.github.io/plant-seg/
MIT License
88 stars 31 forks source link

Models and their attributes are loaded on demand without centered control #215

Closed qin-yu closed 4 months ago

qin-yu commented 5 months ago

I am currently making a zoo object to keep track of models, so that functions don't call list_models() to load from yaml files and record updates are kept in one place. i.e. I attempt to replace _list_all_metadata() etc. by get-methods in a zoo object and model objects.

qin-yu commented 4 months ago

Fixed by #216