Claude: Normelen durchziehen

This commit is contained in:
chk
2026-06-01 18:34:31 +02:00
parent 6655fc6f02
commit a38886ce03
19 changed files with 799 additions and 307 deletions

View File

@@ -83,7 +83,7 @@ for %%F in ("%OUT_DIR%\*_camera_pose.json") do (
set POSE_ARGS=!POSE_ARGS! -pose "%%F"
)
python3 "..\pipeline\3_multiview_bundle_adjustment_v5.py" ^
python3 "..\pipeline\3_multiview_bundle_adjustment_v4.py" ^
-robot "%ROBOT_JSON%" ^
-lambdaWeight 100.0 ^
!DET_ARGS! ^