TorchLight
commited on
Commit
•
dae87e1
1
Parent(s):
0765c81
update readme
Browse files
README.md
CHANGED
@@ -1,3 +1,44 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
tags:
|
4 |
+
- Astronomy
|
5 |
+
- Classification
|
6 |
+
- Object Detection
|
7 |
---
|
8 |
+
|
9 |
+
<div align="center">
|
10 |
+
|
11 |
+
<h1 style="font-size:40px;font-weight:bold">DRAFTS</h1>
|
12 |
+
|
13 |
+
_✨ Deep learning-based RAdio Fast Transient Search pipeline✨_
|
14 |
+
|
15 |
+
<img src="https://counter.seku.su/cmoe?name=APOD&theme=r34" /><br>
|
16 |
+
|
17 |
+
</div>
|
18 |
+
|
19 |
+
## <div align="center">Description</div>
|
20 |
+
|
21 |
+
Here is the dataset repository for the Deep learning-based RAdio Fast Transient Search pipeline ([DRAFTS](https://github.com/SukiYume/DRAFTS)).
|
22 |
+
|
23 |
+
We invite you to stay tuned for updates on the remaining components and different versions of the models.
|
24 |
+
|
25 |
+
## <div align="center">Usage</div>
|
26 |
+
|
27 |
+
There are 4 zip files in this repository
|
28 |
+
|
29 |
+
- `cent-data*.zip` contains the training data for the object detection model. Extract the zip file and place the contents in the `ObjectDet/Data` directory of the [DRAFTS](https://github.com/SukiYume/DRAFTS) project for training.
|
30 |
+
|
31 |
+
- `class-data.zip` contains the training data for the classification model. Extract the zip file and place the contents in the `BinaryClass/Data` directory of the [DRAFTS](https://github.com/SukiYume/DRAFTS) project for training.
|
32 |
+
|
33 |
+
|
34 |
+
## <div align="center">Contributing</div>
|
35 |
+
|
36 |
+
We welcome contributions to the DRAFTS project! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request on our [GitHub repository](https://github.com/SukiYume/DRAFTS).
|
37 |
+
|
38 |
+
|
39 |
+
## <div align="center">Contact</div>
|
40 |
+
For any questions or inquiries, please contact us at [email protected] or [email protected]
|
41 |
+
|
42 |
+
<div align="center">
|
43 |
+
✨ Thank you for using DRAFTS! ✨
|
44 |
+
</div>
|