Skip to content

Commit 3ab1194

Browse files
committed
Document .obj format for process.py
1 parent 0d2d6ac commit 3ab1194

File tree

6 files changed

+20702
-1
lines changed

6 files changed

+20702
-1
lines changed

python/cli/process/process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
def define_args(parser):
1414
parser.add_argument("input", help="Path to folder with session to process")
15-
parser.add_argument("output", help="Output folder, or filename with .ply or .pcd extension if exporting pointcloud")
15+
parser.add_argument("output", help="Output folder, or filename with [.ply, .pcd] or [.obj] extension for exporting pointcloud or mesh")
1616
parser.add_argument('--format', choices=['taichi', 'nerfstudio'], default='nerfstudio', help='Output format.')
1717
parser.add_argument("--cell_size", help="Dense point cloud decimation cell size (meters)", type=float, default=0.1)
1818
parser.add_argument("--distance_quantile", help="Max point distance filter quantile (0 = disabled)", type=float, default=0.99)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0 PINHOLE 1280 720 668.378191374982 668.378191374982 640.0 360.0

0 commit comments

Comments
 (0)