AirbusDefenceAndSpace / pesto

PESTO provides a set of tools to ease the process of packaging a Python algorithm as a processing web service into a docker image. The deployment of a web service becomes now as easy as filling few configuration files.
https://airbusdefenceandspace.github.io/pesto
Apache License 2.0
24 stars 8 forks source link

Support Wavefront 3d model format #1

Closed flegac closed 2 years ago

flegac commented 3 years ago

Some processing needs 3D models as input. PESTO should support some format of 3D models.

In this issue, I propose to handle the common Wavefront format. https://en.wikipedia.org/wiki/Wavefront_.obj_file

tapiab commented 2 years ago

It's a very specific need that we do not plan to implement for now