mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-23 15:50:39 +08:00
spelling
Summary: Collection of spelling things, mostly in docs / tutorials. Reviewed By: gkioxari Differential Revision: D26101323 fbshipit-source-id: 652f62bc9d71a4ff872efa21141225e43191353a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c2e62a5087
commit
124bb5e391
@@ -6,13 +6,13 @@ hide_title: true
|
||||
# Meshes and IO
|
||||
|
||||
The Meshes object represents a batch of triangulated meshes, and is central to
|
||||
much of the functionality of pytorch3d. There is no insistence that each mesh in
|
||||
much of the functionality of PyTorch3D. There is no insistence that each mesh in
|
||||
the batch has the same number of vertices or faces. When available, it can store
|
||||
other data which pertains to the mesh, for example face normals, face areas
|
||||
and textures.
|
||||
|
||||
Two common file formats for storing single meshes are ".obj" and ".ply" files,
|
||||
and pytorch3d has functions for reading these.
|
||||
and PyTorch3D has functions for reading these.
|
||||
|
||||
## OBJ
|
||||
|
||||
@@ -60,7 +60,7 @@ The `load_objs_as_meshes` function provides this procedure.
|
||||
|
||||
## PLY
|
||||
|
||||
Ply files are flexible in the way they store additional information, pytorch3d
|
||||
Ply files are flexible in the way they store additional information. PyTorch3D
|
||||
provides a function just to read the vertices and faces from a ply file.
|
||||
The call
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user