Skip to content
Snippets Groups Projects
Commit b029de0c authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Merge branch 'staging' into dev_roiset_coco

parents 531d37b9 c1aa84f8
No related branches found
No related tags found
2 merge requests!65Release 2024.10.01,!57RoiSet facilitates object detection models
This commit is part of merge request !57. Comments created here will be created in the context of that merge request.
......@@ -18,7 +18,7 @@ def main(request_func, in_abspath, params):
px_ilp = params['pixel_classifier_path']
ob_ilp = params['object_classifier_path']
channel = getattr(params, 'channel', None)
channel = params.get('channel', None)
mip = params.get('mip', False)
# configure input and output paths
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment