kreshuklab / plant-seg

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

Use of `Enum` should be consistent #319

Open qin-yu opened 2 months ago

qin-yu commented 2 months ago

Now ImageLayout.ZYX and ImageLayout.ZYX.value are both used. If it's an Enum then we should just use ImageLayout.ZYX? Didn't check best convention yet.