A colmap pose analysis, filter and visualization toolkit
Project description
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
Release history Release notifications | RSS feed
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)
Built Distribution
poselab-0.2.2-py3-none-any.whl
(12.4 kB
view hashes)