We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2b7e1 commit b443efcCopy full SHA for b443efc
scripts/cryo/cryo-et-portal/process_tomograms_on_the_fly.py
@@ -44,7 +44,7 @@ def run_prediction(tomogram, deposition_id, processing_type):
44
45
# Segment vesicles.
46
# TODO put segmentation code here.
47
- segmentation = ...
+ segmentation = "/mnt/lustre-emmy-hdd/projects/nim00007/models/synaptic-reconstruction/vesicle-DA-portal-v3/"
48
49
# Save the segmentation.
50
write_ome_zarr(output_file, segmentation, voxel_size)
0 commit comments