You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-4Lines changed: 22 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -274,7 +274,16 @@ This entire section is provided by the "Advanced Yaw Selector" module.
274
274
***Preset:** Specifies the encoding speed vs. compression balance (e.g., `medium`, `slow`). Default is `medium`.
275
275
***CQ/CRF:** Specifies the encoding quality. Lower values mean higher quality (and larger files). Range 0-51, typically 15-28. Default is `18`. (Handled as CQ for CUDA, CRF for CPU).
276
276
277
-
**4.4. Controls and Progress**
277
+
**4.4. COLMAP Pipeline**
278
+
279
+
***COLMAP Rig Folder:** Select the `colmap_rig` folder (must contain `images/` and `rig_config.json`).
280
+
***COLMAP Executable:** Path to `colmap.exe` (or `colmap` on macOS/Linux).
281
+
***Matcher:** Choose `sequential` for video-style matching or `exhaustive` for full pair matching.
282
+
***Postshot Output:** Output folder for Postshot-ready data. Default is `<colmap_rig>/postshot`.
283
+
***Database:**`database.db` is created inside the COLMAP Rig folder. Existing DB requires confirmation to overwrite.
***Parallel Processes:** Specify the number of viewpoints to process simultaneously (number of FFmpeg processes). Selectable from 1 up to the number of logical CPU cores on your PC. The default value is automatically set based on the total number of pitch angles in the "Output Pitch Angle List" (capped by the PC's logical core count). This default updates if you change the number of pitch angles. Increasing this may speed up processing but also increases CPU load and memory usage. The optimal value varies by environment; manual adjustment may be beneficial.
280
289
@@ -289,7 +298,7 @@ This entire section is provided by the "Advanced Yaw Selector" module.
289
298
***Application Log Tab:** Displays start/completion messages, settings, messages from the application, error information, etc.
290
299
***FFmpeg Output Log Tab:** Displays detailed messages from FFmpeg during command execution (version info, encoding progress, etc.). Useful for in-depth troubleshooting if problems occur.
291
300
292
-
**4.5. Menu Bar**
301
+
**4.6. Menu Bar**
293
302
294
303
The application window includes a menu bar at the top.
295
304
@@ -389,7 +398,16 @@ The application window includes a menu bar at the top.
0 commit comments