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

Populate input data in object classification model

parent ecf4bdfe
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,6 @@ def generate_ilastik_object_classifier(template_ilp, where: str, lane=0):
# change object labels
la_groupname = f'ObjectClassification/LabelInputs/{lns}'
# la_group = h5[la_groupname]
del h5[la_groupname]
lag = h5.create_group(la_groupname)
......
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