Skip to main content

Detect doorposts from pointclouds

Project description

Doorpost Detector

This package contains a pointcloud processing pipeline to estimate the poses of doorposts.

Quick start

pip install -r requirements.txt

pip install -e .

To obtain doorpost poses from cropped pointcloud

import doorpost_detector.api as dpd

response = dpd.doorpost_pose_from_cropped_pointcloud_usecase(points)

To obtain doorpost poses from pointcloud

import doorpost_detector.api as dpd

response = dpd.doorpost_pose_from_pointcloud_and_door_location_estimate_usecase(points, door_location)

Response format

@dataclass
class Response:
    success: bool
    poses: tuple[float, float, float, float] # x1,y1,x2,y2
    certainty: tuple[float, float]

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

doorpost_detector-0.1.0.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

doorpost_detector-0.1.0-py3-none-any.whl (9.7 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