ActorVisibleTargetSelector
data_handling.ActorVisibleTargetSelector(config)
Select top-K target OBBs from actor-visible snippet evidence.
Methods
| select |
Select top-K targets from a VIN offline sample. |
select
data_handling.ActorVisibleTargetSelector.select(sample)
Select top-K targets from a VIN offline sample.
Parameters
| sample |
'VinOfflineSample' |
Object carrying detected_obbs or backbone_out for V1, plus optional gt_obbs for post-selection matching. |
required |
Returns
|
TargetSelectionResult |
Ranked target table and selected top-K rows. |