1 OracleTargetTaskSamplerConfig
data_handling._target_selection.OracleTargetTaskSamplerConfig()Configuration for OracleTargetTaskSampler.
1.1 Attributes
| Name | Description |
|---|---|
| target_type | Factory target for BaseConfig.setup_target. |
| max_targets_per_sample | Maximum identity-valid GT target tasks sampled per snippet. |
| seed | Seed for uniform capped sampling without replacement. |
| min_identity_iou | Minimum self-identity IoU for an oracle target-task row. |
| identity_ambiguity_gap | Required top-1/top-2 IoU gap for an unambiguous target identity. |
| identity_iou_samples | Samples per dimension for EFM’s sampled OBB IoU fallback. |
| identity_iou_thresholds | Diagnostic IoU thresholds reported by threshold_sweep. |
| identity_ambiguity_gaps | Diagnostic ambiguity gaps reported by threshold_sweep. |
| projected_area_normalizer_pixels | Image-area normalizer used for projected-area audit fractions. |
| projected_area_image_width_px | Image width used to clip projected OBB boxes for audit fields. |
| projected_area_image_height_px | Image height used to clip projected OBB boxes for audit fields. |
| evl_support_weight | Weight applied to EVL support points in audit support counts. |
| obb_support_scale | OBB scale used when counting semidense/EVL support audit points. |
| max_support_points | Maximum support points inspected per snippet, using deterministic prefix truncation. |