Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -65,7 +65,7 @@ Each sample contains:
|
|
| 65 |
| `camera_matrix` | `Array2D[3, 4]` | Camera projection matrix |
|
| 66 |
| `image_ids` | `Sequence[string]` | Image identifiers |
|
| 67 |
|
| 68 |
-
## Usage
|
| 69 |
|
| 70 |
```python
|
| 71 |
from datasets import load_dataset
|
|
@@ -77,7 +77,7 @@ dataset = load_dataset("gbmpi/genlit_dataset", split="test")
|
|
| 77 |
sample = dataset[0]
|
| 78 |
images = sample["images"] # List of 14 PIL Images
|
| 79 |
light_positions = sample["metadata"]["point_light_trajectory"] # [14, 3] array
|
| 80 |
-
```
|
| 81 |
|
| 82 |
## Alternative Download
|
| 83 |
|
|
|
|
| 65 |
| `camera_matrix` | `Array2D[3, 4]` | Camera projection matrix |
|
| 66 |
| `image_ids` | `Sequence[string]` | Image identifiers |
|
| 67 |
|
| 68 |
+
<!-- ## Usage
|
| 69 |
|
| 70 |
```python
|
| 71 |
from datasets import load_dataset
|
|
|
|
| 77 |
sample = dataset[0]
|
| 78 |
images = sample["images"] # List of 14 PIL Images
|
| 79 |
light_positions = sample["metadata"]["point_light_trajectory"] # [14, 3] array
|
| 80 |
+
``` -->
|
| 81 |
|
| 82 |
## Alternative Download
|
| 83 |
|