Datasets:
Jacobellis Dan (dgj335) commited on
Commit ·
2087fc7
1
Parent(s): df2120f
update dataset card
Browse files
README.md
CHANGED
|
@@ -111,7 +111,9 @@ configs:
|
|
| 111 |
|
| 112 |
# BDD100K Train
|
| 113 |
|
| 114 |
-
This dataset
|
|
|
|
|
|
|
| 115 |
|
| 116 |
## Usage
|
| 117 |
|
|
@@ -128,12 +130,6 @@ dataset = datasets.DatasetDict({
|
|
| 128 |
|
| 129 |
For an example training `collate_fn`, see the [reference training notebook](https://github.com/InterDigitalInc/dedelayed/blob/papers/2026-cvpr-dedelayed/bdd100k_mixed_res.ipynb).
|
| 130 |
|
| 131 |
-
## Source
|
| 132 |
-
|
| 133 |
-
This dataset was created for [Dedelayed: Deleting Remote Inference Delay via On-Device Correction](https://arxiv.org/pdf/2510.13714) (CVPR 2026). Code is available at [InterDigitalInc/dedelayed](https://github.com/InterDigitalInc/dedelayed).
|
| 134 |
-
|
| 135 |
-
The underlying data is derived from BDD100K. Please see the [license](#license) and [citation](#citation) below.
|
| 136 |
-
|
| 137 |
## License
|
| 138 |
|
| 139 |
This dataset is distributed under the BDD100K license:
|
|
|
|
| 111 |
|
| 112 |
# BDD100K Train
|
| 113 |
|
| 114 |
+
This dataset was created for [Dedelayed: Deleting Remote Inference Delay via On-Device Correction](https://arxiv.org/pdf/2510.13714) (CVPR 2026). Code is available at [InterDigitalInc/dedelayed](https://github.com/InterDigitalInc/dedelayed).
|
| 115 |
+
|
| 116 |
+
The underlying data is derived from the [BDD100K](https://www.bdd100k.com/) driving video dataset. It contains 69,800 training sequences of 15 frames each.
|
| 117 |
|
| 118 |
## Usage
|
| 119 |
|
|
|
|
| 130 |
|
| 131 |
For an example training `collate_fn`, see the [reference training notebook](https://github.com/InterDigitalInc/dedelayed/blob/papers/2026-cvpr-dedelayed/bdd100k_mixed_res.ipynb).
|
| 132 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 133 |
## License
|
| 134 |
|
| 135 |
This dataset is distributed under the BDD100K license:
|