neuralib.segmentation.cellpose.run_subproc

class neuralib.segmentation.cellpose.run_subproc.CellPoseSubprocOption[source]
DESCRIPTION: str = 'Run cellpose as a CLI subprocess. Detail refer to ``Cellpose.cli``'

parser description.

run()[source]

called when all argument attributes are set

eval()[source]

eval the model in single file or batch files, and save the results

Return type:

int

build_cli()[source]
Return type:

list[str]