EiffL commited on
Commit
5c065ad
1 Parent(s): bf97dc3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -28
README.md CHANGED
@@ -1,30 +1,38 @@
1
  ---
2
- dataset_info:
3
- config_name: gz10_rgb_images
4
- features:
5
- - name: gz10_label
6
- dtype: int32
7
- - name: ra
8
- dtype: float32
9
- - name: dec
10
- dtype: float32
11
- - name: redshift
12
- dtype: float32
13
- - name: object_id
14
- dtype: string
15
- - name: rgb_image
16
- dtype: image
17
- - name: rgb_pixel_scale
18
- dtype: float32
19
- splits:
20
- - name: train
21
- num_bytes: 133849510.0
22
- num_examples: 1000
23
- download_size: 133735723
24
- dataset_size: 133849510.0
25
- configs:
26
- - config_name: gz10_rgb_images
27
- data_files:
28
- - split: train
29
- path: gz10_rgb_images/train-*
30
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ description: 'The GZ10 catalog from Leung et al. (2018) is a dataset of 17,736 galaxies
3
+ with labels from the Galaxy Zoo 2 project.
4
+
5
+ The catalog includes the following features for each galaxy: right ascension, declination,
6
+ redshift, and a label from the Galaxy Zoo 2 project.
7
+
8
+ '
9
+ homepage: https://astronn.readthedocs.io/en/latest/galaxy10.html
10
+ version: 0.0.1
11
+ citation: "@article{walmsley2022galaxy,\n title={Galaxy Zoo DECaLS: Detailed visual\
12
+ \ morphology measurements from volunteers and deep learning for 314 000 galaxies},\n\
13
+ \ author={Walmsley, Mike and Lintott, Chris and G{'e}ron, Tobias and Kruk, Sandor\
14
+ \ and Krawczyk, Coleman and Willett, Kyle W and Bamford, Steven and Kelvin, Lee\
15
+ \ S and Fortson, Lucy and Gal, Yarin and others},\n journal={Monthly Notices of\
16
+ \ the Royal Astronomical Society},\n volume={509},\n number={3},\n pages={3966--3988},\n\
17
+ \ year={2022},\n publisher={Oxford University Press}\n}\n"
 
 
 
 
 
 
 
 
 
 
 
 
18
  ---
19
+
20
+ # Gz10 Dataset
21
+
22
+ MIT License
23
+
24
+ The GZ10 catalog from Leung et al. (2018) is a dataset of 17,736 galaxies with labels from the Galaxy Zoo 2 project.
25
+ The catalog includes the following features for each galaxy: right ascension, declination, redshift, and a label from the Galaxy Zoo 2 project.
26
+
27
+
28
+ @article{walmsley2022galaxy,
29
+ title={Galaxy Zoo DECaLS: Detailed visual morphology measurements from volunteers and deep learning for 314 000 galaxies},
30
+ author={Walmsley, Mike and Lintott, Chris and G{'e}ron, Tobias and Kruk, Sandor and Krawczyk, Coleman and Willett, Kyle W and Bamford, Steven and Kelvin, Lee S and Fortson, Lucy and Gal, Yarin and others},
31
+ journal={Monthly Notices of the Royal Astronomical Society},
32
+ volume={509},
33
+ number={3},
34
+ pages={3966--3988},
35
+ year={2022},
36
+ publisher={Oxford University Press}
37
+ }
38
+