Route clothing choices through clothing seed
This commit is contained in:
@@ -1441,6 +1441,7 @@ def _build_direct_builtin_row(
|
||||
minimal_clothing_ratio: float | None,
|
||||
standard_pose_ratio: float | None,
|
||||
seed: int,
|
||||
seed_config: dict[str, int] | None = None,
|
||||
) -> dict[str, Any]:
|
||||
return row_generation_policy.build_direct_builtin_row(
|
||||
category,
|
||||
@@ -1456,6 +1457,7 @@ def _build_direct_builtin_row(
|
||||
minimal_clothing_ratio,
|
||||
standard_pose_ratio,
|
||||
seed,
|
||||
seed_config=seed_config,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user