Skip to content
Snippets Groups Projects
Commit 134eddfd authored by Bobholamovic's avatar Bobholamovic
Browse files

Modify detailed README

parent 3e76ef87
No related branches found
No related tags found
No related merge requests found
......@@ -8,14 +8,26 @@ as the [official repo](https://github.com/rcdaudt/fully_convolutional_change_det
[paper link](https://ieeexplore.ieee.org/abstract/document/8451652)
# Usage
# Basic Usage
```bash
# The network definition scripts are from the original repo
git clone --recurse-submodules git@github.com:Bobholamovic/FCN-CD-PyTorch.git
```
For training, try
```bash
# In the root directory of this repository
mkdir exp
cd src
python train.py train --exp-config ../config_base.yaml
```
\ No newline at end of file
```
For evaluation, try
```bash
python train.py val --exp-config ../config_base.yaml --resume path_to_checkpoint
```
You can find the checkpoints in `exp/base/weights/`, the log files in `exp/base/logs`, and the output change maps in `exp/outs`.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment