Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FCN-CD-PyTorch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
manli
FCN-CD-PyTorch
Commits
134eddfd
Commit
134eddfd
authored
5 years ago
by
Bobholamovic
Browse files
Options
Downloads
Patches
Plain Diff
Modify detailed README
parent
3e76ef87
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-2
14 additions, 2 deletions
README.md
with
14 additions
and
2 deletions
README.md
+
14
−
2
View file @
134eddfd
...
@@ -8,14 +8,26 @@ as the [official repo](https://github.com/rcdaudt/fully_convolutional_change_det
...
@@ -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
)
[
paper link
](
https://ieeexplore.ieee.org/abstract/document/8451652
)
# Usage
#
Basic
Usage
```
bash
```
bash
# The network definition scripts are from the original repo
# The network definition scripts are from the original repo
git clone
--recurse-submodules
git@github.com:Bobholamovic/FCN-CD-PyTorch.git
git clone
--recurse-submodules
git@github.com:Bobholamovic/FCN-CD-PyTorch.git
```
```
For training, try
```
bash
```
bash
# In the root directory of this repository
mkdir
exp
cd
src
cd
src
python train.py train
--exp-config
../config_base.yaml
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment