FormStruct-Bench / dataset-augment /en_10 /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_10",
"source_sample_id": "01",
"seed": 3359335467408886625,
"source_image": "/home/jiangtao/OCR/agents/stylized_output/en_10/01/en_10-01.png",
"output_image": "/home/jiangtao/OCR/agents/dataset-augment/en_10/en_10-01_augmented.png",
"source_relative": "en_10/01/en_10-01.png",
"output_relative": "en_10/en_10-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": 3529.1695,
"blur_score_cv_denoised": 566.2074,
"foreground_ratio": 0.380163,
"mean_gray": 212.0998,
"std_gray": 77.8913
},
"metrics_after": {
"blur_score_cv": 2091.4284,
"blur_score_cv_denoised": 263.4723,
"foreground_ratio": 0.404486,
"mean_gray": 211.3528,
"std_gray": 73.062
},
"metrics_delta": {
"blur_score_cv": -1437.7411,
"blur_score_cv_denoised": -302.7351,
"foreground_ratio": 0.0243,
"mean_gray": -0.747,
"std_gray": -4.8293
},
"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": 38,
"center_y": 817,
"radius_px": 24.2533,
"amplitude_px": 12.3471,
"direction_deg": 54.744,
"twist_ratio": 0.2646
},
{
"center_x": 50,
"center_y": 1092,
"radius_px": 22.1239,
"amplitude_px": 14.1126,
"direction_deg": 304.2944,
"twist_ratio": 0.4282
}
],
"warp_center_source": "foreground_mask",
"warp_local_patch_only": true,
"warp_blend_mode": "hard_patch_feather_edge",
"iterations": 1,
"strength": 0.6372,
"post_blur_sigma": 0.2547,
"post_noise_sigma": 1.209
},
"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": 38,
"center_y": 817,
"radius_px": 24.2533,
"amplitude_px": 12.3471,
"direction_deg": 54.744,
"twist_ratio": 0.2646
},
{
"center_x": 50,
"center_y": 1092,
"radius_px": 22.1239,
"amplitude_px": 14.1126,
"direction_deg": 304.2944,
"twist_ratio": 0.4282
}
],
"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": 3,
"kernel_shape": "rect",
"iterations": 1,
"strength": 0.8622,
"post_blur_sigma": 0.2777,
"post_noise_sigma": 0.7274
},
"blur_params": {
"operations": [
"contrast_brightness",
"gaussian_blur",
"optional_motion_blur",
"gaussian_noise",
"salt_pepper",
"jpeg_roundtrip"
],
"contrast": 0.9857,
"brightness": 3.8938,
"gaussian_blur_sigma": 0.3114,
"motion_applied": false,
"noise_sigma": 6.1584,
"salt_pepper_amount": 0.001765,
"jpeg_quality": 78
}
},
"diff_metrics": {
"mean_absdiff": 9.0293,
"p95_absdiff": 37.0,
"changed_pixel_ratio_gt8": 0.258516
}
}