FormStruct-Bench / dataset-augment /en_2 /augment_meta.json
Oleav's picture
Add dataset augment samples
a08da7b verified
Raw
History Blame Contribute Delete
4.63 kB
{
"status": "created",
"task": "one_augmented_image_per_stylized_class",
"variant": "combined",
"sample_name": "en_2",
"source_sample_id": "01",
"seed": 12419973808037910078,
"source_image": "/home/jiangtao/OCR/agents/stylized_output/en_2/01/en_2-01.png",
"output_image": "/home/jiangtao/OCR/agents/dataset-augment/en_2/en_2-01_augmented.png",
"source_relative": "en_2/01/en_2-01.png",
"output_relative": "en_2/en_2-01_augmented.png",
"source_image_size": {
"width": 864,
"height": 1232
},
"output_image_size": {
"width": 864,
"height": 1232
},
"allowed_output_sizes": [
{
"width": 1232,
"height": 864
},
{
"width": 864,
"height": 1232
}
],
"resolution_enforced": false,
"size_before_enforce": {
"width": 864,
"height": 1232
},
"size_after_enforce": {
"width": 864,
"height": 1232
},
"target_size": {
"width": 864,
"height": 1232
},
"metrics_before": {
"blur_score_cv": 1924.2639,
"blur_score_cv_denoised": 486.9662,
"foreground_ratio": 0.188109,
"mean_gray": 223.1061,
"std_gray": 45.5903
},
"metrics_after": {
"blur_score_cv": 1418.1712,
"blur_score_cv_denoised": 235.8241,
"foreground_ratio": 0.214987,
"mean_gray": 210.9767,
"std_gray": 40.9314
},
"metrics_delta": {
"blur_score_cv": -506.0927,
"blur_score_cv_denoised": -251.1421,
"foreground_ratio": 0.0269,
"mean_gray": -12.1294,
"std_gray": -4.6589
},
"params": {
"operations": [
"combined_dilate_local_bend",
"combined_erode",
"combined_blur_noise"
],
"dilate_params": {
"operations": [
"foreground_ink_dilation",
"local_warp",
"small_optional_blur",
"small_optional_noise"
],
"kernel_size": 3,
"kernel_shape": "rect",
"warp_mode": "local_bend_points",
"warp_point_count": 2,
"warp_radius_range_px": [
12.0,
36.0
],
"warp_amplitude_range_px": [
8.0,
15.0
],
"warp_twist_ratio_range": [
0.24,
0.48
],
"warp_points": [
{
"center_x": 745,
"center_y": 260,
"radius_px": 25.1063,
"amplitude_px": 12.6649,
"direction_deg": 281.2383,
"twist_ratio": 0.3785
},
{
"center_x": 786,
"center_y": 544,
"radius_px": 19.2024,
"amplitude_px": 8.0817,
"direction_deg": 306.945,
"twist_ratio": 0.4428
}
],
"warp_center_source": "foreground_mask",
"warp_local_patch_only": true,
"warp_blend_mode": "hard_patch_feather_edge",
"iterations": 1,
"strength": 0.4407,
"post_blur_sigma": 0.2494,
"post_noise_sigma": 1.6128
},
"bend_params": {
"warp_mode": "local_bend_points",
"warp_point_count": 2,
"warp_radius_range_px": [
12.0,
36.0
],
"warp_amplitude_range_px": [
8.0,
15.0
],
"warp_twist_ratio_range": [
0.24,
0.48
],
"warp_points": [
{
"center_x": 745,
"center_y": 260,
"radius_px": 25.1063,
"amplitude_px": 12.6649,
"direction_deg": 281.2383,
"twist_ratio": 0.3785
},
{
"center_x": 786,
"center_y": 544,
"radius_px": 19.2024,
"amplitude_px": 8.0817,
"direction_deg": 306.945,
"twist_ratio": 0.4428
}
],
"warp_center_source": "foreground_mask",
"warp_local_patch_only": true,
"warp_blend_mode": "hard_patch_feather_edge"
},
"erosion_params": {
"operations": [
"foreground_ink_erosion",
"small_optional_blur",
"small_optional_noise"
],
"kernel_size": 2,
"kernel_shape": "rect",
"iterations": 1,
"strength": 0.8958,
"post_blur_sigma": 0.0791,
"post_noise_sigma": 1.2756
},
"blur_params": {
"operations": [
"contrast_brightness",
"gaussian_blur",
"optional_motion_blur",
"gaussian_noise",
"salt_pepper",
"jpeg_roundtrip"
],
"contrast": 0.9441,
"brightness": 2.7153,
"gaussian_blur_sigma": 0.2486,
"motion_applied": false,
"noise_sigma": 2.8952,
"salt_pepper_amount": 0.001323,
"jpeg_quality": 67
}
},
"diff_metrics": {
"mean_absdiff": 16.3566,
"p95_absdiff": 50.0,
"changed_pixel_ratio_gt8": 0.905862
}
}