File size: 1,416 Bytes
6062ee6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cfc7754
 
 
6062ee6
 
 
d1cfafd
ee0aeca
 
 
 
 
 
 
cfc7754
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6062ee6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype: uint8
  splits:
  - name: train
    num_bytes: 2288071060.3458505
    num_examples: 15962
  - name: test
    num_bytes: 254293826.65414974
    num_examples: 1774
  download_size: 2542637928
  dataset_size: 2542364887
task_categories:
- image-classification
---
# Dataset Card for "galaxy10_decals"

Galaxy10 DECals is a dataset contains 17736 256x256 pixels colored galaxy images separated in 10 classes.

Galaxy10 DECals images come from DESI Legacy Imaging Surveys which includes the Beijing-Arizona Sky Survey (BASS), the DECam Legacy Survey (DECaLS) and the Mayall z-band Legacy Survey and labels come from Galaxy Zoo.

Dataset create from 
- https://astronn.readthedocs.io/en/latest/galaxy10.html
- https://github.com/henrysky/Galaxy10


### Labels class
0 : Disturbed Galaxies

1: Merging Galaxies

2: Round Smooth Galaxies

3: In-between Round Smooth Galaxies

4: Cigar Shaped Smooth Galaxies

5: Barred Spiral Galaxies

6 : Unbarred Tight Spiral Galaxies

7 : Unbarred Loose Spiral Galaxies

8 : Edge-on Galaxies without Bulge

9 : Edge-on Galaxies with Bulge



[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)