Skip to main content

A colmap pose analysis, filter and visualization toolkit

Project description

PoseLab Logo

A colmap pose analysis, filter and visualization toolkit

pip3 install poselab

How to use:

Import pose:

from poselab import pose

Load the binaries:

input_path = '/home/algo/nerf/exp30/colmap/sparse/0'
pose.load(input_path)

Describe the pose and show:

pose.describe()    
pose.show()

Filter features around a point (0,0,0):

pose.filter_features_around([0,0,0], 3)
pose.show()

Using this for piping: https://packaging.python.org/en/latest/tutorials/packaging-projects/

python3 -m pip install --upgrade build python3 -m build python3 -m twine upload --repository testpypi dist/*

https://test.pypi.org/project/poselab/0.1.0/

#uplad to the real pip twine upload dist/*

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

poselab-0.2.2.tar.gz (10.8 kB view hashes)

Uploaded Source

Built Distribution

poselab-0.2.2-py3-none-any.whl (12.4 kB view hashes)

Uploaded Python 3

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