Search code examples
pythonpandasnumpyfile-type

Is there a way to load a .obj file into Pandas or Numpy?


I have a few .obj files that I want to bring into a dataframe.

I have seen PyMesh, but I can't seem to get it to work. It bombs in Anaconda at "load_mesh" not recognized.

Any ideas would be appreciated.


Solution

  • You can save the obj file as an stl file using pymesh OR assimp

    Then you can load the stl file using numpy-stl