Views
No views yet
informativenot_informative0.550.45not_humanitariandamagerescue_or_donationaffected_peopleother_relevant_information0.650.35| Component | Input | Accuracy | F1 Type | F1 |
|---|---|---|---|---|
| Informativeness image-only | Image | 0.8494 | Binary F1 | 0.8565 |
| Informativeness fusion | Image + Text | 0.8632 | Binary F1 | 0.8701 |
| Humanitarian image-only | Image | 0.7948 | Macro F1 | 0.7375 |
| Humanitarian fusion | Image + Text | 0.7993 | Macro F1 | 0.7436 |
| Full V2 cascade | Image + Text | 0.8485 | Macro F1 | 0.7837 |
1python scripts/34_predict_disasterlens_v2.py \
2 --image_path "path/to/disaster_image.jpg" \
3 --text "optional tweet or post text" \
4 --json1python scripts/34_predict_disasterlens_v2.py \
2 --image_path "path/to/disaster_image.jpg" \
3 --json1{
2 "mode": "multimodal",
3 "informativeness": {
4 "prediction": "informative",
5 "confidence": 0.9507
6 },
7 "humanitarian": {
8 "mode": "image_text_fusion",
9 "prediction": "other_relevant_information",
10 "confidence": 0.9878
11 }
12}