Skip to content

Wjppppp/building-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

building-detection

Detect OSM missing buildings

To build ohsome2label docker image or prepare training sets from OSM and satellite images, please refer to ./data_prepare.

Folder Tree

building-detection/
├── data_preparing/
│   ├── label/
│   ├── Dockerfile
│   └── README
└── object_detection/
    ├── cocoapi/
    ├── models/
    ├── workspace/
    │   └── training_demo/
    │       ├── annotations/
    │       ├── exported-models/
    │       │   ├── label_map.pbtxt
    │       │   ├── train.record
    │       │   └── valid.record          
    │       ├── images/
    │       │   ├── test/
    │       │   └── train/
    │       ├── models/
    │       ├── pre-trained-models/
    │       ├── exporter_main_v2.py
    │       ├── model_main_tf2.py
    │       └── walkthrough.ipynb
    ├── Dockerfile
    └── README

About

Detect OSM missing buildings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published