About
Solution Catalog
Documentation
Tutorial
cellcanvas album catalog
sharing cellcanvas tools
kephale
/
predict-unet-copick
/ 0.0.5
Generate Segmentation Masks using UNet Checkpoint
Generate segmentation masks using a trained UNet checkpoint on the Copick dataset.
Tags
imaging
cryoet
Python
napari
Citation
Cellcanvas team.
https://cellcanvas.org
Solution written by
Kyle Harrington
License of solution
MIT
Source Code
View on GitHub
Arguments
--copick_config_path
Path to the Copick configuration file (default value: PARAMETER_VALUE)
--run_name
Name of the run in the Copick project for testing (default value: PARAMETER_VALUE)
--tomo_type
Tomogram type in the Copick project (default value: PARAMETER_VALUE)
--user_id
User ID for the Copick project (default value: PARAMETER_VALUE)
--session_id
Session ID for the Copick project (default value: PARAMETER_VALUE)
--voxel_spacing
Voxel spacing for the Copick project (default value: PARAMETER_VALUE)
--checkpoint_path
Path to the trained UNet checkpoint (default value: PARAMETER_VALUE)
--segmentation_name
Name of the output segmentation (default value: PARAMETER_VALUE)
--batch_size
Batch size for inference (default value: 1)
Usage instructions
Please follow
this link
for details on how to install and run this solution.