You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently setting input to "energy" results in skipping the ghost removal + semantic segmentation stage. Would like to add the following changes.
chain.Pi0Chain.filter_ghosts will be split into 2 functions: one is to infer the semantics (either from the labels or the network), and another is filter out the ghost points. This is more modular + pixel lartpc people can just ignore the function to filter ghosts.
Currently setting
input
to"energy"
results in skipping the ghost removal + semantic segmentation stage. Would like to add the following changes.chain.Pi0Chain.filter_ghosts
will be split into 2 functions: one is to infer the semantics (either from the labels or the network), and another is filter out the ghost points. This is more modular + pixel lartpc people can just ignore the function to filter ghosts.@francois-drielsma does this sound reasonable?
The text was updated successfully, but these errors were encountered: