1 VinOfflineSampleDiagnostic
data_handling.VinOfflineSampleDiagnostic(
sample_index,
sample_key,
scene_id,
snippet_id,
split,
shard_id,
row,
candidate_count,
rri,
vin_points,
)Per-row sanity summary for one sampled VIN offline record.
1.1 Attributes
| Name | Description |
|---|---|
| sample_index | Global sample index. |
| sample_key | Stable dataset sample key. |
| scene_id | ASE scene identifier. |
| snippet_id | ASE snippet identifier. |
| split | Dataset split membership. |
| shard_id | Shard that stores the row. |
| row | Shard-local row index. |
| candidate_count | Valid candidate count for the row. |
| rri | Finite RRI summary for valid candidates. |
| vin_points | VIN point-length summary for the row. |