TianhangCheng7 commited on
Commit
f9d89f8
·
verified ·
1 Parent(s): 2c09018

Update single_image (102 files) [extra files]

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -89,6 +89,14 @@ python lift_3d_pcd.py --scene 3025
89
 
90
  Drag = rotate, scroll = zoom, shift+drag = pan, `q` = quit.
91
 
 
 
 
 
 
 
 
 
92
  Run `python lift_3d_pcd.py --help` for the remaining flags.
93
 
94
  ## License
 
89
 
90
  Drag = rotate, scroll = zoom, shift+drag = pan, `q` = quit.
91
 
92
+ **3. All scenes, foreground only** (no window, object pixels only — uses `bgdepth`):
93
+
94
+ ```bash
95
+ python lift_3d_pcd.py --scene all --mask fg --save --no-viz --no-gt --no-boxes
96
+ ```
97
+
98
+ One folder per scene under `out/lift_3d_pcd/` (`003025/`, `003084/`, …).
99
+
100
  Run `python lift_3d_pcd.py --help` for the remaining flags.
101
 
102
  ## License