Update README.md
Browse files
README.md
CHANGED
|
@@ -102,12 +102,28 @@ python test_cd.py --config/levir/levir_test.json
|
|
| 102 |
|
| 103 |
```
|
| 104 |
STNR-Det/
|
| 105 |
-
βββ
|
| 106 |
-
βββ
|
| 107 |
-
βββ
|
| 108 |
-
|
| 109 |
-
βββ
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
|
| 103 |
```
|
| 104 |
STNR-Det/
|
| 105 |
+
βββ config/ # Configuration files for training/testing
|
| 106 |
+
β βββ levir_cd_mamba.json
|
| 107 |
+
β βββ levir_test_cd_mamba.json
|
| 108 |
+
β βββ ...
|
| 109 |
+
βββ core/ # Core functionality (e.g., models, loss functions)
|
| 110 |
+
β βββ ...
|
| 111 |
+
βββ data/ # Data loading and preprocessing scripts
|
| 112 |
+
β βββ ...
|
| 113 |
+
βββ misc/ # Miscellaneous utility scripts
|
| 114 |
+
β βββ ...
|
| 115 |
+
βββ models/ # Model architectures and components
|
| 116 |
+
β βββ ...
|
| 117 |
+
βββ .gitattributes # Git attributes for version control
|
| 118 |
+
βββ README.md # Project README (this file)
|
| 119 |
+
βββ requirement.txt # Python package dependencies
|
| 120 |
+
βββ test_cd.py # Testing script for the model
|
| 121 |
+
βββ train_cd.py # Training script for the model
|
| 122 |
+
```
|
| 123 |
+
|
| 124 |
+
## π Acknowledgement
|
| 125 |
+
|
| 126 |
+
We sincerely thank the following works for their contributions:
|
| 127 |
+
|
| 128 |
+
- [CDMamba](https://github.com/zmoka-zht/CDMamba) β A state-of-the-art method for remote sensing change detection that inspired and influenced parts of this work.
|
| 129 |
+
- [MambaDFuse](https://github.com/Lizhe1228/MambaDFuse) β A valuable method for feature fusion in remote sensing change detection that informed our approach.
|