Skip to main content

Building footprint segmentation from satellite and aerial imagery

Project description

Building Footprint Segmentation

Library to train building footprint on satellite and aerial imagery.

Python Contributions welcome Licence Downloads

Buy Me a Coffee at ko-fi.com

merge1

Installation

pip install building-footprint-segmentation

Dataset

Training

Visualize Training

Test images at end of every epoch
Visualizing on Tensorboard
from building_footprint_segmentation.helpers.callbacks import CallbackList, TensorBoardCallback
where_to_log_the_callback = r"path_to_log_callback"   
callbacks = CallbackList()

# Ouptut from all the callbacks caller will be stored at the path specified in log_dir
callbacks.append(TensorBoardCallback(where_to_log_the_callback))

To view Tensorboard dash board

tensorboard --logdir="path_to_log_callback"

Defining Custom Callback

from building_footprint_segmentation.helpers.callbacks import CallbackList, Callback

class CustomCallback(Callback):
    def __init__(self, log_dir):
        super().__init__(log_dir)


where_to_log_the_callback = r"path_to_log_callback"   
callbacks = CallbackList()

# Ouptut from all the callbacks caller will be stored at the path specified in log_dir
callbacks.append(CustomCallback(where_to_log_the_callback))

Segmentation for building footprint

  • binary
  • building with boundary (multi class segmentation)

Weight File

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

building-footprint-segmentation-0.2.2.tar.gz (23.2 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file building-footprint-segmentation-0.2.2.tar.gz.

File metadata

  • Download URL: building-footprint-segmentation-0.2.2.tar.gz
  • Upload date:
  • Size: 23.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for building-footprint-segmentation-0.2.2.tar.gz
Algorithm Hash digest
SHA256 7d3ce5cb7231a1fcfe447760efeee57805fa242f7194ccd94dec5da1683e66fc
MD5 1701e45dd4f8eb6338c8345ac8f48fc1
BLAKE2b-256 75e35b44f2028ac512865e9100b43c99b4dddbf983354b3f1838373488ad6108

See more details on using hashes here.

File details

Details for the file building_footprint_segmentation-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: building_footprint_segmentation-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 31.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for building_footprint_segmentation-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a98e2525f35fa0e9508f2591d8a26ac1fde006e3c63506feafbc4ef08951c954
MD5 dabe4c7dca730fb77be10ecffaa575f8
BLAKE2b-256 9b3eaaba1dfad0b48e6abc2a73ae1b612ade2b1261059e2cbc22806d4fa1ba1a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page