Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -8,45 +8,41 @@ pinned: false
|
|
8 |
---
|
9 |
|
10 |
|
11 |
-
#
|
12 |
|
13 |
## Model Description
|
14 |
|
15 |
-
This is
|
16 |
|
17 |
### Intended Use
|
18 |
|
19 |
-
- **Primary intended uses**:
|
20 |
- **Primary intended users**: Researchers and developers participating in the Frugal AI Challenge
|
21 |
- **Out-of-scope use cases**: Not intended for production use or real-world classification tasks
|
22 |
|
23 |
## Training Data
|
24 |
|
25 |
-
The model
|
26 |
-
- Size: ~6000 examples
|
27 |
-
- Split: 80% train, 20% test
|
28 |
-
- 8 categories of climate disinformation claims
|
29 |
|
30 |
-
|
31 |
-
|
32 |
-
1. Global warming is not happening
|
33 |
-
2. Not caused by humans
|
34 |
-
3. Not bad or beneficial
|
35 |
-
4. Solutions harmful/unnecessary
|
36 |
-
5. Science is unreliable
|
37 |
-
6. Proponents are biased
|
38 |
-
7. Fossil fuels are needed
|
39 |
|
|
|
|
|
40 |
## Performance
|
41 |
|
42 |
### Metrics
|
43 |
-
- **Accuracy**:
|
44 |
- **Environmental Impact**:
|
|
|
|
|
45 |
- Emissions tracked in gCO2eq
|
46 |
- Energy consumption tracked in Wh
|
47 |
|
|
|
|
|
48 |
### Model Architecture
|
49 |
-
|
50 |
|
51 |
## Environmental Impact
|
52 |
|
@@ -54,18 +50,14 @@ Environmental impact is tracked using CodeCarbon, measuring:
|
|
54 |
- Carbon emissions during inference
|
55 |
- Energy consumption during inference
|
56 |
|
57 |
-
This tracking helps establish a baseline for the environmental impact of model deployment and inference.
|
|
|
58 |
|
59 |
## Limitations
|
60 |
-
|
61 |
-
-
|
62 |
-
- No consideration of input text
|
63 |
-
- Serves only as a baseline reference
|
64 |
-
- Not suitable for any real-world applications
|
65 |
|
66 |
## Ethical Considerations
|
67 |
|
68 |
-
- Dataset contains sensitive topics related to climate disinformation
|
69 |
-
- Model makes random predictions and should not be used for actual classification
|
70 |
- Environmental impact is tracked to promote awareness of AI's carbon footprint
|
71 |
```
|
|
|
8 |
---
|
9 |
|
10 |
|
11 |
+
# MountAIn model for smoke detection
|
12 |
|
13 |
## Model Description
|
14 |
|
15 |
+
This is an evolution from YOLO baseline to focus on small-to-medium objects and integrated SAHI-like approach
|
16 |
|
17 |
### Intended Use
|
18 |
|
19 |
+
- **Primary intended uses**: First submission of a novel class model
|
20 |
- **Primary intended users**: Researchers and developers participating in the Frugal AI Challenge
|
21 |
- **Out-of-scope use cases**: Not intended for production use or real-world classification tasks
|
22 |
|
23 |
## Training Data
|
24 |
|
25 |
+
The model the Pyro-SDIS Subset contains 33,636 images, including:
|
|
|
|
|
|
|
26 |
|
27 |
+
- 28,103 images with smoke
|
28 |
+
- 31,975 smoke instances
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
+
### Labels
|
31 |
+
0. Smoke
|
32 |
## Performance
|
33 |
|
34 |
### Metrics
|
35 |
+
- **Accuracy**: Still to be estimated but mAP:50 > 70%
|
36 |
- **Environmental Impact**:
|
37 |
+
|
38 |
+
Emissions impact if inference is run on Cloud and/or on-premise gateways
|
39 |
- Emissions tracked in gCO2eq
|
40 |
- Energy consumption tracked in Wh
|
41 |
|
42 |
+
Emissions are null if run on MountAIn vision sensors since they are powered by renewable energy
|
43 |
+
|
44 |
### Model Architecture
|
45 |
+
Evolution from YOLO baseline
|
46 |
|
47 |
## Environmental Impact
|
48 |
|
|
|
50 |
- Carbon emissions during inference
|
51 |
- Energy consumption during inference
|
52 |
|
53 |
+
This tracking helps establish a baseline for the environmental impact of model deployment and inference while running in Cloud and/or on-premise gateways.
|
54 |
+
The usage of MountAIn vision sensors enables no environmental impact thanks to the usage of renewable energy
|
55 |
|
56 |
## Limitations
|
57 |
+
|
58 |
+
- Not suitable for any real-world applications as is without proper export to tiny MCUs
|
|
|
|
|
|
|
59 |
|
60 |
## Ethical Considerations
|
61 |
|
|
|
|
|
62 |
- Environmental impact is tracked to promote awareness of AI's carbon footprint
|
63 |
```
|