jbloom commited on
Commit ·
16eb815
1
Parent(s): 91eb4a4
update dataset metadata
Browse files
README.md
CHANGED
|
@@ -5,6 +5,35 @@ tags:
|
|
| 5 |
- astronomy
|
| 6 |
- compression
|
| 7 |
- images
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# SBI-16-3D Dataset
|
|
|
|
| 5 |
- astronomy
|
| 6 |
- compression
|
| 7 |
- images
|
| 8 |
+
dataset_info:
|
| 9 |
+
config_name: tiny
|
| 10 |
+
features:
|
| 11 |
+
- name: image
|
| 12 |
+
dtype:
|
| 13 |
+
array3_d:
|
| 14 |
+
shape:
|
| 15 |
+
- 2048
|
| 16 |
+
- 2048
|
| 17 |
+
dtype: uint16
|
| 18 |
+
- name: ra
|
| 19 |
+
dtype: float64
|
| 20 |
+
- name: dec
|
| 21 |
+
dtype: float64
|
| 22 |
+
- name: pixscale
|
| 23 |
+
dtype: float64
|
| 24 |
+
- name: ntimes
|
| 25 |
+
dtype: int64
|
| 26 |
+
- name: image_id
|
| 27 |
+
dtype: string
|
| 28 |
+
splits:
|
| 29 |
+
- name: train
|
| 30 |
+
num_bytes: 100761802
|
| 31 |
+
num_examples: 2
|
| 32 |
+
- name: test
|
| 33 |
+
num_bytes: 75571313
|
| 34 |
+
num_examples: 1
|
| 35 |
+
download_size: 201496920
|
| 36 |
+
dataset_size: 176333115
|
| 37 |
---
|
| 38 |
|
| 39 |
# SBI-16-3D Dataset
|