jonathan-roberts1
commited on
Commit
•
c5d7b1b
1
Parent(s):
a227d28
Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,31 @@ dataset_info:
|
|
19 |
num_examples: 6225
|
20 |
download_size: 1115042620
|
21 |
dataset_size: 1229029078.725
|
|
|
22 |
---
|
23 |
# Dataset Card for "USTC_SmokeRS"
|
24 |
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
num_examples: 6225
|
20 |
download_size: 1115042620
|
21 |
dataset_size: 1229029078.725
|
22 |
+
license: other
|
23 |
---
|
24 |
# Dataset Card for "USTC_SmokeRS"
|
25 |
|
26 |
+
## Dataset Description
|
27 |
+
|
28 |
+
- **Paper:** [SmokeNet: Satellite smoke scene detection using convolutional neural network with spatial and channel-wise attention](https://www.mdpi.com/2072-4292/11/14/1702/pdf)
|
29 |
+
|
30 |
+
### Licensing Information
|
31 |
+
|
32 |
+
For research/education purposes.
|
33 |
+
|
34 |
+
## Citation Information
|
35 |
+
|
36 |
+
[SmokeNet: Satellite smoke scene detection using convolutional neural network with spatial and channel-wise attention](https://www.mdpi.com/2072-4292/11/14/1702/pdf)
|
37 |
+
|
38 |
+
```
|
39 |
+
@article{ba2019smokenet,
|
40 |
+
title = {SmokeNet: Satellite smoke scene detection using convolutional neural network with spatial and channel-wise attention},
|
41 |
+
author = {Ba, Rui and Chen, Chen and Yuan, Jing and Song, Weiguo and Lo, Siuming},
|
42 |
+
year = 2019,
|
43 |
+
journal = {Remote Sensing},
|
44 |
+
publisher = {MDPI},
|
45 |
+
volume = 11,
|
46 |
+
number = 14,
|
47 |
+
pages = 1702
|
48 |
+
}
|
49 |
+
```
|