vibbic / biosegment

BioSegment is a software stack to enable segmentation of microscopy data using machine learning models.
https://vibbic.github.io/biosegment/
GNU General Public License v3.0
4 stars 2 forks source link

Support external annotations #60

Open berombau opened 3 years ago

berombau commented 3 years ago

Users should be able to add their own annotations, in the same format as the dataset, by using the Create annotation frontend and a folder. Basic support should include pngseq. The required code changes are:

backend

frontend

gpu_worker/app/worker.py:train_unet2d

dash_frontend

Possible issues: