kreshuklab / plant-seg

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

fix(installation): remove old configs if `KeyError` | macOS installation #277

Closed qin-yu closed 3 months ago

qin-yu commented 4 months ago

Fix #274.

Try to improve error message for users to deal with KeyError introduced by upgrade.

Maybe we can also just delete the folders for them? @lorenzocerrone

qin-yu commented 4 months ago

I've updated the installation documentation to address the KeyError, and I've also separated the macOS installation guide to potentially fix #273. Although I don't have access to an M-chip Mac for testing tonight, I followed the instructions from this PyTorch page and will verify it later. Feel free to test it if you have time.

image

lorenzocerrone commented 3 months ago

Check #276 before merging the new docs. The python version needs to be pinned on Mac.