From a91b885ddd15f16eb7417fa5fae64073d599cc14 Mon Sep 17 00:00:00 2001
From: Christopher Rhodes <christopher.rhodes@embl.de>
Date: Mon, 16 Oct 2023 16:04:33 +0200
Subject: [PATCH] Populate input data in object classification model

---
 .../examples/transfer_labels_to_ilastik_object_classifier.py     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/extensions/chaeo/examples/transfer_labels_to_ilastik_object_classifier.py b/extensions/chaeo/examples/transfer_labels_to_ilastik_object_classifier.py
index 14c4a985..8100537e 100644
--- a/extensions/chaeo/examples/transfer_labels_to_ilastik_object_classifier.py
+++ b/extensions/chaeo/examples/transfer_labels_to_ilastik_object_classifier.py
@@ -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)
-- 
GitLab