gbmpi commited on
Commit
1a42c67
·
verified ·
1 Parent(s): 57605e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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