Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'
This commit is contained in:
18
vendor/ruvector/examples/scipix/tests/fixtures/configs/test_config.toml
vendored
Normal file
18
vendor/ruvector/examples/scipix/tests/fixtures/configs/test_config.toml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
[preprocessing]
|
||||
target_dpi = 300
|
||||
max_dimension = 4096
|
||||
denoise_strength = 0.5
|
||||
contrast_enhancement = true
|
||||
auto_rotate = true
|
||||
binarization_method = "adaptive"
|
||||
|
||||
[model]
|
||||
model_path = "models/test_model.onnx"
|
||||
device = "cpu"
|
||||
batch_size = 4
|
||||
confidence_threshold = 0.7
|
||||
|
||||
[output]
|
||||
format = "latex"
|
||||
include_confidence = true
|
||||
include_geometry = false
|
||||
Reference in New Issue
Block a user