cellmap_segmentation_challenge

cellmap_segmentation_challenge#

Modules

cli

evaluate

models

postprocess

predict(config_path[, crops, output_path, ...])

Given a model configuration file and list of crop numbers, predicts the output of a model on a large dataset by splitting it into blocks and predicting each block separately.

train(config_path)

Train a model using the configuration file at the specified path.

utils