File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 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 ) .
                                 You can’t perform that action at this time. 
               
                  
0 commit comments