yuyao42 commited on
Commit
ae22ffd
·
verified ·
1 Parent(s): 03227b6

Add README and organize checkpoint files

Browse files
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # MethaneFuse Checkpoints
2
+
3
+ This repository hosts model checkpoints for MethaneFuse, a two-stage framework for multi-sensor satellite methane plume detection.
4
+
5
+ ## Checkpoints
6
+
7
+ | File | Description |
8
+ |---|---|
9
+ | `stage1/methanefuse_stage1_pretrained.pt` | Stage 1 sensor-native pretrained encoder |
10
+ | `classification/methanefuse_cls_120m.pt` | Stage 2 classifier for 120 m query footprint |
11
+ | `classification/methanefuse_cls_360m.pt` | Stage 2 classifier for 360 m query footprint |
12
+ | `classification/methanefuse_cls_480m.pt` | Stage 2 classifier for 480 m query footprint |
13
+ | `classification/methanefuse_cls_960m.pt` | Stage 2 classifier for 960 m query footprint |
14
+
15
+ ## Code
16
+
17
+ Code and usage instructions are available at:
18
+
19
+ https://github.com/yuyao-wang/MethaneFuse
stage2_classification_120m.pt → classification/methanefuse_cls_120m.pt RENAMED
File without changes
stage2_classification_360m.pt → classification/methanefuse_cls_360m.pt RENAMED
File without changes
stage2_classification_480m.pt → classification/methanefuse_cls_480m.pt RENAMED
File without changes
stage2_classification_960m.pt → classification/methanefuse_cls_960m.pt RENAMED
File without changes
stage1_pretrained.pt → stage1/methanefuse_stage1_pretrained.pt RENAMED
File without changes