Skip to content
Snippets Groups Projects

RoiSet facilitates object detection models

Merged Christopher Randolph Rhodes requested to merge dev_obj_det into staging
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading