Skip to content

Commit 805ff1b

Browse files
committed
add readme
1 parent aef1903 commit 805ff1b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Context Aggregation Network
2+
This is the official implementation code of paper `Context aggregation network for semantic labeling in aerial images`.
3+
## Requirements
4+
* pytorch>=0.4
5+
* [pytorch-semseg](https://github.com/meetshah1995/pytorch-semseg)
6+
7+
## Getting started
8+
1. Clone pytorch-semseg repo.
9+
2. Put `CAN.py` in the folder `pytorch-semseg/ptsemseg/models`
10+
3. Change `pytorch-semseg/ptsemseg/models/__init__.py` correspondingly.
11+
4. Add your own config file to `pytorch-semseg/configs` folder.
12+
5. Add your own dataloader file to `pytorch-semseg/ptsemseg/loader` folder.
13+
6. Change `pytorch-semseg/ptsemseg/loader/__init__.py` correspondingly.
14+
7. Run `train.py` by following the specific orders in `pytorch-semseg` repo.
15+
## Dependency
16+
This repo is heavily based on the framework provided by [pytorch-semseg](https://github.com/meetshah1995/pytorch-semseg).

0 commit comments

Comments
 (0)