dataset uploaded by roboflow2huggingface package
Browse files- README.dataset.txt +1 -1
- README.md +5 -5
- README.roboflow.txt +3 -3
- ap_obj_dataset.py +2 -2
- data/test.zip +2 -2
- data/train.zip +2 -2
- data/valid-mini.zip +2 -2
- data/valid.zip +2 -2
- split_name_to_num_samples.json +1 -1
- thumbnail.jpg +2 -2
README.dataset.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# AstrophotographyObectDetection > 2025-04-08
|
2 |
https://universe.roboflow.com/bortle/astrophotographyobectdetection
|
3 |
|
4 |
Provided by a Roboflow user
|
|
|
1 |
+
# AstrophotographyObectDetection > 2025-04-08 1:50am
|
2 |
https://universe.roboflow.com/bortle/astrophotographyobectdetection
|
3 |
|
4 |
Provided by a Roboflow user
|
README.md
CHANGED
@@ -14,14 +14,14 @@ tags:
|
|
14 |
### Dataset Labels
|
15 |
|
16 |
```
|
17 |
-
['comet', 'galaxy', 'moon', 'nebula', 'saturn', 'star cluster']
|
18 |
```
|
19 |
|
20 |
|
21 |
### Number of Images
|
22 |
|
23 |
```json
|
24 |
-
{'valid':
|
25 |
```
|
26 |
|
27 |
|
@@ -43,7 +43,7 @@ example = ds['train'][0]
|
|
43 |
```
|
44 |
|
45 |
### Roboflow Dataset Page
|
46 |
-
[https://universe.roboflow.com/bortle/astrophotographyobectdetection/dataset/
|
47 |
|
48 |
### Citation
|
49 |
|
@@ -67,7 +67,7 @@ example = ds['train'][0]
|
|
67 |
CC BY 4.0
|
68 |
|
69 |
### Dataset Summary
|
70 |
-
This dataset was exported via roboflow.com on April 8, 2025 at
|
71 |
|
72 |
Roboflow is an end-to-end computer vision platform that helps you
|
73 |
* collaborate with your team on computer vision projects
|
@@ -82,7 +82,7 @@ visit https://github.com/roboflow/notebooks
|
|
82 |
|
83 |
To find over 100k other datasets and pre-trained models, visit https://universe.roboflow.com
|
84 |
|
85 |
-
The dataset includes
|
86 |
Objects are annotated in COCO format.
|
87 |
|
88 |
The following pre-processing was applied to each image:
|
|
|
14 |
### Dataset Labels
|
15 |
|
16 |
```
|
17 |
+
['comet', 'galaxy', 'moon', 'nebula', 'saturn', 'snr', 'star cluster']
|
18 |
```
|
19 |
|
20 |
|
21 |
### Number of Images
|
22 |
|
23 |
```json
|
24 |
+
{'valid': 6, 'test': 4, 'train': 16}
|
25 |
```
|
26 |
|
27 |
|
|
|
43 |
```
|
44 |
|
45 |
### Roboflow Dataset Page
|
46 |
+
[https://universe.roboflow.com/bortle/astrophotographyobectdetection/dataset/3](https://universe.roboflow.com/bortle/astrophotographyobectdetection/dataset/3?ref=roboflow2huggingface)
|
47 |
|
48 |
### Citation
|
49 |
|
|
|
67 |
CC BY 4.0
|
68 |
|
69 |
### Dataset Summary
|
70 |
+
This dataset was exported via roboflow.com on April 8, 2025 at 8:58 AM GMT
|
71 |
|
72 |
Roboflow is an end-to-end computer vision platform that helps you
|
73 |
* collaborate with your team on computer vision projects
|
|
|
82 |
|
83 |
To find over 100k other datasets and pre-trained models, visit https://universe.roboflow.com
|
84 |
|
85 |
+
The dataset includes 26 images.
|
86 |
Objects are annotated in COCO format.
|
87 |
|
88 |
The following pre-processing was applied to each image:
|
README.roboflow.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
|
2 |
-
AstrophotographyObectDetection -
|
3 |
==============================
|
4 |
|
5 |
-
This dataset was exported via roboflow.com on April 8, 2025 at
|
6 |
|
7 |
Roboflow is an end-to-end computer vision platform that helps you
|
8 |
* collaborate with your team on computer vision projects
|
@@ -17,7 +17,7 @@ visit https://github.com/roboflow/notebooks
|
|
17 |
|
18 |
To find over 100k other datasets and pre-trained models, visit https://universe.roboflow.com
|
19 |
|
20 |
-
The dataset includes
|
21 |
Objects are annotated in COCO format.
|
22 |
|
23 |
The following pre-processing was applied to each image:
|
|
|
1 |
|
2 |
+
AstrophotographyObectDetection - v3 2025-04-08 1:50am
|
3 |
==============================
|
4 |
|
5 |
+
This dataset was exported via roboflow.com on April 8, 2025 at 8:58 AM GMT
|
6 |
|
7 |
Roboflow is an end-to-end computer vision platform that helps you
|
8 |
* collaborate with your team on computer vision projects
|
|
|
17 |
|
18 |
To find over 100k other datasets and pre-trained models, visit https://universe.roboflow.com
|
19 |
|
20 |
+
The dataset includes 26 images.
|
21 |
Objects are annotated in COCO format.
|
22 |
|
23 |
The following pre-processing was applied to each image:
|
ap_obj_dataset.py
CHANGED
@@ -5,7 +5,7 @@ import os
|
|
5 |
import datasets
|
6 |
|
7 |
|
8 |
-
_HOMEPAGE = "https://universe.roboflow.com/bortle/astrophotographyobectdetection/dataset/
|
9 |
_LICENSE = "CC BY 4.0"
|
10 |
_CITATION = """\
|
11 |
@misc{
|
@@ -22,7 +22,7 @@ _CITATION = """\
|
|
22 |
note = { visited on 2025-04-08 },
|
23 |
}
|
24 |
"""
|
25 |
-
_CATEGORIES = ['comet', 'galaxy', 'moon', 'nebula', 'saturn', 'star cluster']
|
26 |
_ANNOTATION_FILENAME = "_annotations.coco.json"
|
27 |
|
28 |
|
|
|
5 |
import datasets
|
6 |
|
7 |
|
8 |
+
_HOMEPAGE = "https://universe.roboflow.com/bortle/astrophotographyobectdetection/dataset/3"
|
9 |
_LICENSE = "CC BY 4.0"
|
10 |
_CITATION = """\
|
11 |
@misc{
|
|
|
22 |
note = { visited on 2025-04-08 },
|
23 |
}
|
24 |
"""
|
25 |
+
_CATEGORIES = ['comet', 'galaxy', 'moon', 'nebula', 'saturn', 'snr', 'star cluster']
|
26 |
_ANNOTATION_FILENAME = "_annotations.coco.json"
|
27 |
|
28 |
|
data/test.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f93d02b349e395e2a53b9a481773b1ea5e83218995ee71669798e0d8bf5ea6b9
|
3 |
+
size 207210
|
data/train.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82da6023cbbf77459ee32acfc059117c720a5d03c3df5c1514ecca73fdbd4475
|
3 |
+
size 730698
|
data/valid-mini.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2bb4a99e40555e2b56a38973e2c39d89c8dfbc437de76e1785957c51beef8821
|
3 |
+
size 157288
|
data/valid.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:815ccfb5586866f87d1f9b0b2d30b8a42ff6d021fc04e8bd8626e4602163aa08
|
3 |
+
size 270832
|
split_name_to_num_samples.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"valid":
|
|
|
1 |
+
{"valid": 6, "test": 4, "train": 16}
|
thumbnail.jpg
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|