best version

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-17 15:06:51 +03:00
co-authored by Cursor
parent 4f253b860f
commit 643d834ba7
5 changed files with 310 additions and 289 deletions
+2
View File
@@ -425,6 +425,7 @@ async def dataset_generate(
seed: int = Form(42),
outputDir: str = Form("sonar_dataset"),
objectScale: float = Form(1.0),
objectScaleIsMax: bool = Form(False),
beamCount: int = Form(45),
lengthCount: int | None = Form(None),
model: UploadFile = File(...),
@@ -443,6 +444,7 @@ async def dataset_generate(
object_points=object_points,
object_name=filename,
object_scale=objectScale,
object_scale_is_max=objectScaleIsMax,
beam_count=beamCount,
length_count=lengthCount,
)