Skip to content
Snippets Groups Projects
Commit e51a5fcd authored by pswain's avatar pswain
Browse files

feature(dataloader): loads nuc_est_conv

parent 43235c00
No related branches found
No related tags found
No related merge requests found
...@@ -109,6 +109,9 @@ class dataloader: ...@@ -109,6 +109,9 @@ class dataloader:
g2a_dict[f"extraction/{fl}/max/max5px_median"] = ( g2a_dict[f"extraction/{fl}/max/max5px_median"] = (
f"max5px_median_{fl}" f"max5px_median_{fl}"
) )
g2a_dict[f"extraction/{fl}/max/nuc_est_conv"] = (
f"nuc_est_conv_{fl}"
)
g2a_dict[ g2a_dict[
f"postprocessing/bud_metric/extraction_{fl}_max_median" f"postprocessing/bud_metric/extraction_{fl}_max_median"
] = f"bud_median_{fl}" ] = f"bud_median_{fl}"
......
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