Open berombau opened 4 years ago
Maybe take another example dataset than EMBL, because that's a private dataset and the software would eventually go open source. I think the EPFL dataset is a good alternative and there's a good reference as well: https://www.epfl.ch/labs/cvlab/data/data-em/
I added TIFF support so the EPFL dataset can be read directly by the viewer.
For supporting different data folders between developers, I was thinking of describing the layout of the data folder in a .yaml and allowing BioSegment to modify its database on startup based on the contents of this file. Then all dataset specifics can be removed from the biosegment source code (init_db.py in backend) and new developers can create a new data folder with scripts/create-data-folder.sh
.
The developer experience still lacks: