Decision mask in arbter kernel output schema
2 unresolved threads
2 unresolved threads
The downstream analysis need to know the decision of kernels.
Merge request reports
Activity
Filter activity
Just to make sure I understand the goal: it's now enough to know the final decision mask, downstream also wants to know the masks resulting from each intermediary step of the selection plan? That seems fine, is presumably still small. Then I'd also update
AdvancedFrameSelectionArbiter.on_matched_data
to actually write this out.
397 397 except Exception as ex: 398 398 warn(f"Kernel for {prefix} failed: {ex}") 399 399 res[selection_name] = np.ones(num_frames, dtype=bool) 400 out_hash[f"{selection_name}.mask"] = list(map(bool, res[selection_name])) mentioned in commit ec337400
Please register or sign in to reply