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

Clean test showing that modified HDF5 isn't providing correct results

parent 1a6b131d
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ if __name__ == '__main__':
where = Path('c:/Users/rhodes/projects/proj0011-plankton-seg/exp0009/output/labeled_patches-20231030-0001')
where_ilp = where / 'auto_obj_before.ilp'
new_ilp = modify_ilastik_object_classifier(where_ilp)
# new_ilp = 'mod_auto_obj_before.ilp'
model = PatchStackObjectClassifier({'project_file': where / new_ilp})
raw = MonoPatchStackFromFile(where / 'zstack_train_raw.tif')
......
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