You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/start_page.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,3 +196,29 @@ We have published segmentation results for tomograms of synapses stored in the [
196
196
-[CZCDP-10330](https://cryoetdataportal.czscience.com/depositions/10330): Contains synaptic vesicle segmentations for over 50 tomograms of synaptosomes. The segmentations were made with a model domain adapted to the synaptosome tomograms.
197
197
198
198
The scripts for the submissions can be found in [scripts/cryo/cryo-et-portal](https://github.com/computational-cell-analytics/synapse-net/tree/main/scripts/cryo/cryo-et-portal).
199
+
200
+
201
+
## Community Data Submission
202
+
203
+
We are looking to extend and improve the SynapseNet models by training on more annotated data from electron tomography or (volume) electron microscopy.
204
+
For this, we plan to collect data from community submissions.
205
+
206
+
If you are using SynapseNet for a task where it does not perform well, or if you would like to use it for a new segmentation task not offered by it, and have annotations for your data, then you can submit this data to us, so that we can use it to train our next version of improved models.
207
+
To do this, please create an [issue on github](https://github.com/computational-cell-analytics/synapse-net/issues) and:
208
+
- Use a title "Data submission: ..." ("..." should be a title for your data, e.g. "smooth ER in electron tomography")
209
+
- Briefly describe your data and add an image that shows the microscopy data and the segmentation masks you have.
210
+
- Make sure to describe:
211
+
- The imaging modality and the structure(s) that you have segmented.
212
+
- How many images and annotations you have / can submit and how you have created the annotations.
213
+
- You should submit at least 5 images or crops and 20 annotated objects. If you are unsure if you have enough data please go ahead and create the issue / post and we can discuss the details.
214
+
- Which data-format your images and annotations are stored in. We recommend using either `tif`, `mrc`, or `ome.zarr` files.
215
+
- Please indicate that you are willing to share the data for training purpose (see also next paragraph).
216
+
217
+
Once you have created the post / issue, we will check if your data is suitable for submission or discuss with you how it could be extended to be suitable. Then:
218
+
- We will share an agreement for data sharing. You can find **a draft**[here](https://docs.google.com/document/d/1vf5Efp5EJcS1ivuWM4f3pO5kBqEZfJcXucXL5ot0eqg/edit?usp=sharing).
219
+
- You will be able to choose how you want to submit / publish your data.
220
+
- Share it under a CC0 license. In this case, we will use the data for re-training and also make it publicly available as soon as the next model versions become available.
221
+
- Share it for training with the option to publish it later. For example, if your data is unpublished and you want to only published once the respective publication is available. In this case, we will use the data for re-training, but not make it freely available yet. We will check with you peridiodically to see if your data can now be published.
222
+
- Share it for training only. In this case, we will re-train the model on it, but not make it publicly available.
223
+
- We encourage you to choose the first option (making the data available under CC0).
224
+
- We will then send you a link to upload your data, after you have agreed to these terms.
0 commit comments