ashwhall / torchnurbs

Differentiable NURBS curve and surface evaluation library using PyTorch

Repository from Github https://github.comashwhall/torchnurbsRepository from Github https://github.comashwhall/torchnurbs

This library is unmaintained and incomplete - but may be useful for reference.

TorchNurbs

Differentiable NURBS curve and surface evaluation using PyTorch, with some additional point-cloud fitting loss functions.

Installation

# Install the requirements
pip3 install -r requirements.txt
# Install optional visualisation dependencies
pip3 install -r viz-requirements.txt
# Install the package (optional "editable" flag)
pip3 install -e .

About

Differentiable NURBS curve and surface evaluation library using PyTorch

License:MIT License


Languages

Language:Python 99.9%Language:Makefile 0.1%