Skip to main content

Evaluation of Plane Segmentation.

Project description

Instance Segmentation Metrics

Build and publish

Instanseg is an open-source python library that provides various metrics for evaluating the results of the algorithms for segmenting and associating instances.

List of metrics implemented in the library:

For more, please visit the Instanseg documentation.

You can also find full information about the project on the Instanseg project website.

Python quick start

Library can be installed using the pip package manager:

$ # Install package
$ pip install instanseg

$ # Check installed version of package
$ pip show instanseg

Example of usage

Below is an example of using the precision metric:

>>> from instanseg.metrics import precision
>>> pred_labels = np.array([1, 1, 3, 3])
>>> gt_labels = np.array([2, 2, 0, 3])
>>> tp_condition = "iou"
>>> precision(pred_labels, gt_labels, tp_condition)
0.5

Citation

@misc{kornilova2022evops,
      title={EVOPS Benchmark: Evaluation of Plane Segmentation from RGBD and LiDAR Data}, 
      author={Anastasiia Kornilova, Dmitrii Iarosh, Denis Kukushkin, Nikolai Goncharov, Pavel Mokeev, Arthur Saliou, Gonzalo Ferrer},
      year={2022},
      eprint={2204.05799},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}

License

This project is licensed under the Apache License - see the LICENSE file for details.

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

instanseg-0.0.2.tar.gz (13.1 kB view details)

Uploaded Source

Built Distribution

instanseg-0.0.2-py3-none-any.whl (24.8 kB view details)

Uploaded Python 3

File details

Details for the file instanseg-0.0.2.tar.gz.

File metadata

  • Download URL: instanseg-0.0.2.tar.gz
  • Upload date:
  • Size: 13.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.9.17 Linux/5.15.0-1041-azure

File hashes

Hashes for instanseg-0.0.2.tar.gz
Algorithm Hash digest
SHA256 e8967881f6d9669b50ab7fa1a4d3f17f606063ea0893dadc749c518c0e916e79
MD5 9150dc4c4adad7d796a9a6f3c0b8518c
BLAKE2b-256 75925089060b28b68f4abb9ff7d8d3fd4e2bf5711f20f0021d864b0c2ffdcfcd

See more details on using hashes here.

File details

Details for the file instanseg-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: instanseg-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 24.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.9.17 Linux/5.15.0-1041-azure

File hashes

Hashes for instanseg-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d2b693cf4ccaec1316d539fc1a6200208bad4e1e65574e72fe051fee35cb18ac
MD5 c4a1864318550b7c7a36418e63b9cf9a
BLAKE2b-256 9423292fb4f14a4ec339412b4bc33204beb2796d14f4eeccd14f5bc733a12768

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