Skip to content

BubbleSai/DICN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DICN

This is the official PyTorch implementation for the paper:

Automatic Road Extraction with Multi-Source Data Revisited: Complete, Smooth and Discriminative.

Dataset Preprocessing

For details on how to preprocess the dataset, please refer to Link and CMMPNet.

Usage

## train
python train.py \
  --model segtrans \
  --b 4 \
  --lr 2e-4 \
  --epochs 200 \
  --prefix work_dir

## test
python train.py \
  --model segtrans \
  --b 1 \
  --eval predict \
  --weight_load_path xxx.pth

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages