InternBootcamp/examples/pipelines/autogen_configs/Aglasscarving_test.json
2025-05-30 14:05:33 +08:00

22 lines
No EOL
364 B
JSON

[
{
"max_width": 500,
"max_height": 500,
"max_cuts": 50
},
{
"max_width": 100,
"max_height": 100,
"max_cuts": 10
},
{
"max_width": 5000,
"max_height": 5000,
"max_cuts": 500
},
{
"max_width": 2000,
"max_height": 2000,
"max_cuts": 100
}
]