Wire seed config into built-in clothing routes
This commit is contained in:
@@ -1410,6 +1410,7 @@ def _build_auto_weighted_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_auto_weighted_row(
|
||||
row_number,
|
||||
@@ -1424,6 +1425,7 @@ def _build_auto_weighted_row(
|
||||
minimal_clothing_ratio,
|
||||
standard_pose_ratio,
|
||||
seed,
|
||||
seed_config=seed_config,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user