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.3.tar.gz (23.2 kB view details)

Uploaded Source

Built Distribution

File details

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

File metadata

  • Download URL: building-footprint-segmentation-0.2.3.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.3.tar.gz
Algorithm Hash digest
SHA256 62f8d7ae4e5d850aff1cce7c781c407d65da5e0846646f7a0006750390a5e111
MD5 536fc7fc16ebead6602e0295669afaad
BLAKE2b-256 c9af77dcf47d44f7dd03c912374be15ad6c0ec2cf0d66c8865ec7725ab9f0965

See more details on using hashes here.

File details

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

File metadata

  • Download URL: building_footprint_segmentation-0.2.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ac583859f1e22d3c223e830140754a544db25edbdb9448c040a88f0e6ceed867
MD5 9b1e1389ff3c8746e6b4e7d44a3e386d
BLAKE2b-256 0ad48deb15122f6cc0462d6f38274fc5a86442be32214086e5b9b747a0542ec7

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