Skip to content

Commit

Permalink
first implementation draft
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocerrone committed Sep 6, 2024
1 parent 52a2a2d commit 06fc641
Show file tree
Hide file tree
Showing 4 changed files with 454 additions and 198 deletions.
4 changes: 2 additions & 2 deletions src/ilastik_tasks/dev/task_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
TASK_LIST = [
ParallelTask(
name="Thresholding Label Task",
executable="thresholding_label_task.py",
meta={"cpus_per_task": 1, "mem": 4000},
executable="ilastik_pixel_classification_segmentation.py",
meta={"cpus_per_task": 8, "mem": 8000},
),
]
Loading

0 comments on commit 06fc641

Please sign in to comment.