The dataset viewer is not available for this split.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
best_epoch: int64
best_metric: double
checkpoints: struct<best: string, last: string>
child 0, best: string
child 1, last: string
completed_epochs: int64
elapsed_seconds: double
model_family: string
model_size: string
pid: int64
progress: double
save_dir: string
schema_version: int64
start_epoch: int64
started_at: timestamp[s]
state: string
task: string
total_epochs: int64
total_seconds: double
train_loss: double
updated_at: timestamp[s]
train/ddf_loss: double
metrics/AR_small: double
is_best: bool
best_metric_name: string
lr/group1: double
train/bbox_loss: double
metrics/precision: double
metrics/max_det: double
current_metric: double
speed/total_s: double
current_metric_name: string
validated: bool
metrics/AR_max_det: double
speed/total_ms: double
lr/group0: double
metrics/mAP_large: double
speed/inference_ms: double
train/loss: double
metrics/mAP75: double
metrics/AR10: double
speed/images_seen: double
train/fgl_loss: double
metrics/mAP50-95: double
metrics/AR1: double
metrics/precision(B): double
train/giou_loss: double
speed/preprocess_ms: double
metrics/AR_large: double
epoch: int64
metrics/mAP_small: double
metrics/AR100: double
metrics/mAP50: double
time: double
speed/postprocess_ms: double
metrics/recall: double
lr/group3: double
metrics/AR_medium: double
metrics/recall(B): double
metrics/mAP_medium: double
metrics/mAP50-95(B): double
train/mal_loss: double
lr/group2: double
metrics/mAP50(B): double
to
{'epoch': Value('int64'), 'time': Value('float64'), 'train/loss': Value('float64'), 'validated': Value('bool'), 'is_best': Value('bool'), 'current_metric': Value('float64'), 'current_metric_name': Value('string'), 'best_metric': Value('float64'), 'best_metric_name': Value('string'), 'best_epoch': Value('int64'), 'train/mal_loss': Value('float64'), 'train/bbox_loss': Value('float64'), 'train/giou_loss': Value('float64'), 'train/fgl_loss': Value('float64'), 'train/ddf_loss': Value('float64'), 'metrics/precision': Value('float64'), 'metrics/recall': Value('float64'), 'metrics/mAP50-95': Value('float64'), 'metrics/mAP50': Value('float64'), 'metrics/mAP75': Value('float64'), 'metrics/precision(B)': Value('float64'), 'metrics/recall(B)': Value('float64'), 'metrics/mAP50(B)': Value('float64'), 'metrics/mAP50-95(B)': Value('float64'), 'metrics/mAP_small': Value('float64'), 'metrics/mAP_medium': Value('float64'), 'metrics/mAP_large': Value('float64'), 'metrics/AR1': Value('float64'), 'metrics/AR10': Value('float64'), 'metrics/AR100': Value('float64'), 'metrics/AR_max_det': Value('float64'), 'metrics/max_det': Value('float64'), 'metrics/AR_small': Value('float64'), 'metrics/AR_medium': Value('float64'), 'metrics/AR_large': Value('float64'), 'speed/preprocess_ms': Value('float64'), 'speed/inference_ms': Value('float64'), 'speed/postprocess_ms': Value('float64'), 'speed/total_ms': Value('float64'), 'speed/total_s': Value('float64'), 'speed/images_seen': Value('float64'), 'lr/group0': Value('float64'), 'lr/group1': Value('float64'), 'lr/group2': Value('float64'), 'lr/group3': Value('float64')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
return get_rows(
dataset=dataset,
...<4 lines>...
column_names=column_names,
)
File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
return func(*args, **kwargs)
File "/src/services/worker/src/worker/utils.py", line 127, in get_rows
rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
File "/src/services/worker/src/worker/utils.py", line 483, in safe_iter
yield from ds.decode(False) if ds.features else ds
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2840, in __iter__
for key, example in ex_iterable:
^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2373, in __iter__
for key, pa_table in self._iter_arrow():
~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2398, in _iter_arrow
for key, pa_table in self.ex_iterable._iter_arrow():
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
for key, pa_table in iterator:
^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
for key, pa_table in self.generate_tables_fn(**gen_kwags):
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
best_epoch: int64
best_metric: double
checkpoints: struct<best: string, last: string>
child 0, best: string
child 1, last: string
completed_epochs: int64
elapsed_seconds: double
model_family: string
model_size: string
pid: int64
progress: double
save_dir: string
schema_version: int64
start_epoch: int64
started_at: timestamp[s]
state: string
task: string
total_epochs: int64
total_seconds: double
train_loss: double
updated_at: timestamp[s]
train/ddf_loss: double
metrics/AR_small: double
is_best: bool
best_metric_name: string
lr/group1: double
train/bbox_loss: double
metrics/precision: double
metrics/max_det: double
current_metric: double
speed/total_s: double
current_metric_name: string
validated: bool
metrics/AR_max_det: double
speed/total_ms: double
lr/group0: double
metrics/mAP_large: double
speed/inference_ms: double
train/loss: double
metrics/mAP75: double
metrics/AR10: double
speed/images_seen: double
train/fgl_loss: double
metrics/mAP50-95: double
metrics/AR1: double
metrics/precision(B): double
train/giou_loss: double
speed/preprocess_ms: double
metrics/AR_large: double
epoch: int64
metrics/mAP_small: double
metrics/AR100: double
metrics/mAP50: double
time: double
speed/postprocess_ms: double
metrics/recall: double
lr/group3: double
metrics/AR_medium: double
metrics/recall(B): double
metrics/mAP_medium: double
metrics/mAP50-95(B): double
train/mal_loss: double
lr/group2: double
metrics/mAP50(B): double
to
{'epoch': Value('int64'), 'time': Value('float64'), 'train/loss': Value('float64'), 'validated': Value('bool'), 'is_best': Value('bool'), 'current_metric': Value('float64'), 'current_metric_name': Value('string'), 'best_metric': Value('float64'), 'best_metric_name': Value('string'), 'best_epoch': Value('int64'), 'train/mal_loss': Value('float64'), 'train/bbox_loss': Value('float64'), 'train/giou_loss': Value('float64'), 'train/fgl_loss': Value('float64'), 'train/ddf_loss': Value('float64'), 'metrics/precision': Value('float64'), 'metrics/recall': Value('float64'), 'metrics/mAP50-95': Value('float64'), 'metrics/mAP50': Value('float64'), 'metrics/mAP75': Value('float64'), 'metrics/precision(B)': Value('float64'), 'metrics/recall(B)': Value('float64'), 'metrics/mAP50(B)': Value('float64'), 'metrics/mAP50-95(B)': Value('float64'), 'metrics/mAP_small': Value('float64'), 'metrics/mAP_medium': Value('float64'), 'metrics/mAP_large': Value('float64'), 'metrics/AR1': Value('float64'), 'metrics/AR10': Value('float64'), 'metrics/AR100': Value('float64'), 'metrics/AR_max_det': Value('float64'), 'metrics/max_det': Value('float64'), 'metrics/AR_small': Value('float64'), 'metrics/AR_medium': Value('float64'), 'metrics/AR_large': Value('float64'), 'speed/preprocess_ms': Value('float64'), 'speed/inference_ms': Value('float64'), 'speed/postprocess_ms': Value('float64'), 'speed/total_ms': Value('float64'), 'speed/total_s': Value('float64'), 'speed/images_seen': Value('float64'), 'lr/group0': Value('float64'), 'lr/group1': Value('float64'), 'lr/group2': Value('float64'), 'lr/group3': Value('float64')}
because column names don't matchNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
RF100-VL campaign artifacts
Raw artifacts from RF100-VL benchmark campaigns run with LibreYOLO: the per-dataset training configs, per-epoch metrics, logs, GPU telemetry, scoring inputs and submissions. Published so a result can be checked rather than believed.
Protocol: fine-tune one checkpoint per dataset across the 100 RF100-VL datasets, score each on its test split with pycocotools at maxDets 500, and report the unweighted mean AP50:95. Epochs, batch size, seed and selection metric are fixed by the recipe recorded in each run.
Results
Every row below is a complete campaign: 100 of 100 datasets, valid_submission: true, unweighted mean over the test splits. Read the number from the run id
given here, and from that model's own submission file inside it.
| model | AP 50:95 | AP 50 | authoritative run id |
|---|---|---|---|
| yolonas-s | 0.5800 | 0.8416 | 20260809-yolonas-s-02926964 |
| yolox-m | 0.5701 | 0.8486 | 20260804-yolox-m-c7bd2a8c |
| yolov9-s | 0.5591 | 0.8140 | 20260802-yolov9s-a8f74d5b |
| yolox-s | 0.5525 | 0.8354 | 20260803-yolox-s-c7bd2a8c |
| yolov9-t | 0.5402 | 0.7963 | 20260802-yolov9t-a8f74d5b |
| yolox-tiny | 0.5218 | 0.8044 | 20260803-yolox-tiny-c7bd2a8c |
| yolox-nano | 0.4853 | 0.7730 | 20260803-yolox-nano-c7bd2a8c |
Two traps when reading these numbers
A run folder contains other models' submissions. The uploader ships the whole local submissions directory, so each folder accumulates copies left by earlier campaigns. Those copies are frozen at the moment they were made and go stale. Take a model's result only from a file named for that model, inside the run id listed above. Reading a neighbour's copy is how superseded numbers get requoted as current.
For yolox-nano and yolox-tiny, two folders are both real and neither is
complete on its own. 59f893f2 holds the 100 trained checkpoints;
c7bd2a8c holds the corrected evaluation and the authoritative submission.
The split exists because those two models were rescored after a BatchNorm eps
bug: LibreYOLO applied YOLOX's eps=1e-3 after construction, and rebuilding
the head for a new class count reset every BatchNorm to 1e-5, so models
trained at one epsilon were evaluated at another. Depthwise nano took nearly
all of the damage. The checkpoints were repaired by folding eps into the
BatchNorm scale, with zero fold error, and rescored. The pre-correction
submissions still exist in the older folders and must not be cited.
Layout
<model_key>/<run_id>/
state/manifest.json which code, recipe and data produced this run
state/summary.json orchestrator outcome
state/logs/ one worker log per dataset
runs/<dataset>/<variant>/
train_config.yaml the exact config the trainer received
metrics.jsonl per-epoch metrics
results.csv per-epoch metrics, flat
train.log trainer log
status.json final per-dataset status
gpu_trace.jsonl.gz 1 Hz GPU telemetry for this dataset
gpu_summary.json utilization, power, idle time, attribution
stats/<dataset>.json training stats used to validate protocol conformance
eval/ per-dataset scores and raw prediction dumps
submissions/ submission JSON and markdown report
provenance/ the recipe and the dataset version lock
Every run keeps its recipe in provenance/, including campaign variants that
existed only on the box that ran them. Check it against the recipe_sha256
recorded in that run's submission before trusting either. yolox-nano and
yolox-tiny also carry fold_eps.py, the script that repaired the BatchNorm
eps bug described below, and a SUPERSEDES.md naming which run replaces which.
Read manifest.json first
Every run carries one. It records the resolved commit of both LibreYOLO and
the benchmark harness (from pip's direct_url.json, since a campaign box
installs from git and has no .git to interrogate), the recipe hash and its
protocol block, the dataset version-lock hash, the host and GPU inventory, and
the count of datasets in each state. The hashes the workers actually recorded
are stored alongside the ones derived at upload time, so a mismatch is visible
rather than reconciled away.
A result whose exact commit cannot be identified is an anecdote, not evidence. That is what this file is for.
Runs that are not results
| run id | model | status | datasets | use it for |
|---|---|---|---|---|
20260731-yolov9t-partial |
yolov9-t | EXPERIMENTAL, not a result | 7 of 100 trained | harness development only |
20260731-pilot-5070ti |
yolov9-t | pilot | partial | hardware shakedown only |
20260804-ec-s-2cc4e326 |
ec-s | abandoned | 16 of 100 | failure record only |
Folders holding neither checkpoints, evaluation, nor their own submission are superseded attempts kept only as a record of what was tried.
About 20260731-yolov9t-partial
This run exists because it was used to develop and debug the harness, and it is kept for that record. Do not cite it, and do not compare it to anything. Specifically:
- Only 7 of 100 datasets completed. The submission is correctly marked invalid, and no mean AP over 100 datasets exists for it.
- Its GPU telemetry is wrong. Datasets were packed several to a card, and the sampler of that version attributed a card to a single dataset: 16 datasets have no trace at all, and the 21 that do include work done by their cardmates. Later versions record every dataset on the card and label shared attribution honestly.
- Datasets within it were produced across more than one harness commit, so the single commit in its manifest does not describe all of them.
A campaign intended as a result runs all 100 datasets from a clean state under one set of commits.
- Downloads last month
- 2,082