Update README.md
This commit is contained in:
parent
b4a336be9b
commit
9ea7476527
13
README.md
13
README.md
@ -104,16 +104,23 @@ pip install -r requirements.txt
|
|||||||
|
|
||||||
**2. Data Preparation**
|
**2. Data Preparation**
|
||||||
|
|
||||||
Download the MSRS dataset from [this link](https://github.com/Linfeng-Tang/MSRS) and place it in the folder ``'./MSRS_train'``.
|
Download the MSRS dataset from [this link](https://github.com/Linfeng-Tang/MSRS) and place it in the folder ``'./MSRS_train/'``.
|
||||||
|
|
||||||
**3. Pre-Processing**
|
**3. Pre-Processing**
|
||||||
|
|
||||||
Run
|
Run
|
||||||
```python dataprocessing.py``` and the processed training dataset is in ``'./data/MSRS_train_imgsize_128_stride_200.h5'``.
|
```
|
||||||
|
python dataprocessing.py
|
||||||
|
```
|
||||||
|
and the processed training dataset is in ``'./data/MSRS_train_imgsize_128_stride_200.h5'``.
|
||||||
|
|
||||||
**4. CDDFuse Training**
|
**4. CDDFuse Training**
|
||||||
|
|
||||||
Run ```python train.py``` and the trained model is available in ``'./models/'``.
|
Run
|
||||||
|
```
|
||||||
|
python train.py
|
||||||
|
```
|
||||||
|
and the trained model is available in ``'./models/'``.
|
||||||
|
|
||||||
|
|
||||||
## CDDFuse
|
## CDDFuse
|
||||||
|
Loading…
Reference in New Issue
Block a user