Skip to main content

3dsem

Classify point clouds with pretrained 3D semantic segmentation models, on your own machine, from one command.

pip install 3dsem

sem install dales-utonia
sem infer dales-utonia tile.las

That's the whole workflow. The classified .laz appears next to your input file (tile_predictions/tile_pred.laz), with per-point classification, confidence, and the original dimensions carried over.

What you need

  • An NVIDIA GPU with a current driver (Windows 527.41+, Linux 525.60.13+), or a Modal account for cloud runs with --modal
  • Python 3.9 or newer
  • About 10 GB of disk for a model

Everything else is handled for you: sem install downloads a model together with its exact, tested runtime in one step. After install, inference runs fully offline; nothing else ever downloads.

Commands

sem                  interactive picker (choose a model, run it)
sem models           list available and installed models
sem install <model>  one-time model download
sem infer <model> <input> [output]
sem clean [<model> | --all]

infer accepts a .las/.laz/.ply/.pcd file or a whole folder, and converts it automatically using the model's own training recipe. By default it does a fast single pass with light smoothing; the effort presets trade time for accuracy. Common extras:

sem infer dales-utonia tile.las --ultra            max accuracy: 9-view TTA,
                                                   APCoTTA, full cleanup
                                                   (~9x time; also --med,
                                                   --high, --low)
sem infer dales-utonia tile.las --unclass 0.6      low-confidence points
                                                   become unclassified
sem infer dales-utonia tile.las --panoptic vehicle:5x2.5
                                                   split a class into
                                                   individual objects
sem infer dales-utonia tile.las --modal            run on Modal instead of
                                                   a local GPU

Every option is documented in sem infer --help.

Where things live

All downloads go to ~/.trainer. Set the TRAINER_HOME environment variable to put them somewhere else. sem clean --all removes everything.

Licensing

The sem tool is MIT licensed. Each model ships a NOTICE.md stating its architecture credits and license terms; some models carry a non-commercial restriction inherited from their pretrained components, shown before you install.

Download files

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

Source Distribution

3dsem-0.1.4.tar.gz (39.6 kB view details)

Uploaded Source

Built Distribution

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

3dsem-0.1.4-py3-none-any.whl (20.6 kB view details)

Uploaded Python 3

File details

Details for the file 3dsem-0.1.4.tar.gz.

File metadata

  • Download URL: 3dsem-0.1.4.tar.gz
  • Upload date:
  • Size: 39.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.12

File hashes

Hashes for 3dsem-0.1.4.tar.gz
Algorithm Hash digest
SHA256 dd1dc05e7ad3301fd749603261795f8eb764c8c3e5163a40479029e05843680c
MD5 5bccbaada638481034a35df92375eb65
BLAKE2b-256 55df6facb0312226345078acb056a03e1c7ce6581c89408919dad13640e0370c

See more details on using hashes here.

File details

Details for the file 3dsem-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: 3dsem-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 20.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.12

File hashes

Hashes for 3dsem-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a31b54c7c7d16368efc404ecf4f48c7868f1c30ffad4858cf97f2084a8574ead
MD5 cc47bb9a54a9c1d656443bb8d9c8eaba
BLAKE2b-256 ed20cac0f74ac0b1e5b855cd17ca9cb15fb460c659ab8b7a1d1cfa4bd3ee4236

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 Sentry Error logging StatusPage Status page