Skip to main content

Segment (georeferenced) raster data in an interactive fashion. Retrain models in seconds. Only small amounts of labeled data necessary because of our use of pretrained base models as feature extractors.

Project description

workflow pypi badge Documentation Status build

Segment (georeferenced) raster data in an interactive fashion. Retrain models in seconds. Only small amounts of labeled data necessary because of our use of pretrained base models as feature extractors. Segmentmytif can be used as a standalone commandline tool or as the backend for the QGIS plugin called DroneML.

The project setup is documented in project_setup.md.

Typical usage

Let's say you've got the image on the left, along with the labels (superimposed on the image) on the right.

image image

You run the commandline tool as follows, selecting both input image and labels, the path where the output should be, and the type of features to use.

python main.py --input image.tif --labels labels.tif --predictions output.tif

The resulting output looks like:

image

To test this with our testdata, run:

python src/segmentmytif/main.py --input tests/test_data/test_image.tif -l tests/test_data/test_image_labels.tif -p output.tif

Installation

There are 2 ways to install Segmentmytif. Either run:

pip install segmentmytif

Or run:

git clone git@github.com:DroneML/segmentmytif.git
cd segmentmytif
python -m pip install .

Logging

The application writes logs to the 'logs' dir, which will be created if it doesn't exist yet. Messages printed to the screen (stdout) are stored in info.log for later reference. More detailed information, such as input data shapes and value distributions, are written to debug.log.

Train a feature extraction model

To train a feature extraction model run the script "train_model.py" in this repo:

python ./src/segmentmytif/utils/train_model.py -r ../monochrome_flair_1_toy_dataset_flat/ --train_set_limit 10

This assumes a 'flat', grayscale, version of the FLAIR1 dataset is present at the selected root location.

root
- train
    - input
        - IMG_061946_0.tif
        - IMG_061946_1.tif
        - ...
    - labels
        - MSK_061946_0.tif
        - ...    

Use the script 'monochromize.py' to create greyscale (single band) tifs for every multiband tif in a source folder:

python ./src/segmentmytif/utils/monochromize.py -i ../flair_1_toy_dataset/ -o ../monochrome_flair_1_toy_dataset/

Credits

This package was created with Copier and the NLeSC/python-template.

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

segmentmytif-0.3.0.tar.gz (4.6 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

segmentmytif-0.3.0-py3-none-any.whl (28.0 kB view details)

Uploaded Python 3

File details

Details for the file segmentmytif-0.3.0.tar.gz.

File metadata

  • Download URL: segmentmytif-0.3.0.tar.gz
  • Upload date:
  • Size: 4.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for segmentmytif-0.3.0.tar.gz
Algorithm Hash digest
SHA256 3033f55afa83516fd6f23a6d88fe83f457919dfd488ffcf63cfdf677087d1caf
MD5 a340b5fde4bbca4383578c57dd32c2a5
BLAKE2b-256 c72d1f4b76a45ec60f9eeeafc5ae49b4f99158f40b457bbec6ff660e6e4748e0

See more details on using hashes here.

File details

Details for the file segmentmytif-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: segmentmytif-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 28.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for segmentmytif-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7fd80557b7ab4848f4391873fff51590c097caf5f946f70ad60fafa086c00de1
MD5 9aa8d7a5adb4187c39106bc0aea1b385
BLAKE2b-256 96647999b31ba45490e6efb50225f1fe4eedf376145007ef3d2613793a42e83f

See more details on using hashes here.

Supported by

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