cellmil.cli.dataset_creation

Functions

create_dataset(args)

Create a dataset for MIL training based on the provided configuration.

main()

Main function to run the CLI tool

setup_parser()

Set up command line argument parser

cellmil.cli.dataset_creation.create_dataset(args: Namespace) None[source]

Create a dataset for MIL training based on the provided configuration.

cellmil.cli.dataset_creation.setup_parser() ArgumentParser[source]

Set up command line argument parser

cellmil.cli.dataset_creation.main() None[source]

Main function to run the CLI tool