Wjppppp / building-detection

Detect OSM missing buildings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Jupyter Notebook 65.4%Language:Python 31.6%Language:C++ 2.1%Language:Shell 0.2%Language:Starlark 0.2%Language:HTML 0.1%Language:MATLAB 0.1%Language:Lua 0.0%Language:Cython 0.0%Language:JavaScript 0.0%Language:C 0.0%Language:Dockerfile 0.0%Language:Java 0.0%Language:Makefile 0.0%Language:GLSL 0.0%