8000 GitHub - philippmoehl/py-hfp: Python version of Hierarchical Fitting Primitives
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Python version of Hierarchical Fitting Primitives

License

Notifications You must be signed in to change notification settings

philippmoehl/py-hfp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyHFP

alt text

Description

Python package, binding the primtive-based mesh segmentation described in the paper "Hierarchical mesh segmentation based on fitting primitives" by Marco Attene et al. The used code is an adaptation of its source code.

Installation

Install package with pip

> pip install pyhfp

Usage

For an example usage of the package refer to the folder ./example.

Run

  1. Go to the example folder

    > cd example

  2. Install requirements, preferably in a virtual environment

    > pip install requirements.txt

  3. Run the example script

    > python run.py

0