FormStruct-Bench / dataset-augment /en_16 /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_16",
"source_sample_id": "01",
"seed": 13038749385831684025,
"source_image": "/home/jiangtao/OCR/agents/stylized_output/en_16/01/en_16-01.png",
"output_image": "/home/jiangtao/OCR/agents/dataset-augment/en_16/en_16-01_augmented.png",
"source_relative": "en_16/01/en_16-01.png",
"output_relative": "en_16/en_16-01_augmented.png",
"source_image_size": {
"width": 1232,
"height": 864
},
"output_image_size": {
"width": 1232,
"height": 864
},
"allowed_output_sizes": [
{
"width": 1232,
"height": 864
},
{
"width": 864,
"height": 1232
}
],
"resolution_enforced": false,
"size_before_enforce": {
"width": 1232,
"height": 864
},
"size_after_enforce": {
"width": 1232,
"height": 864
},
"target_size": {
"width": 1232,
"height": 864
},
"metrics_before": {
"blur_score_cv": 2725.7839,
"blur_score_cv_denoised": 553.5173,
"foreground_ratio": 0.218379,
"mean_gray": 235.6914,
"std_gray": 47.0868
},
"metrics_after": {
"blur_score_cv": 2120.6796,
"blur_score_cv_denoised": 314.6767,
"foreground_ratio": 0.223416,
"mean_gray": 236.1358,
"std_gray": 43.8741
},
"metrics_delta": {
"blur_score_cv": -605.1043,
"blur_score_cv_denoised": -238.8406,
"foreground_ratio": 0.005,
"mean_gray": 0.4444,
"std_gray": -3.2127
},
"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": "ellipse",
"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": 748,
"center_y": 518,
"radius_px": 35.0373,
"amplitude_px": 14.2179,
"direction_deg": 19.6938,
"twist_ratio": 0.265
},
{
"center_x": 326,
"center_y": 258,
"radius_px": 12.945,
"amplitude_px": 8.2323,
"direction_deg": 356.0841,
"twist_ratio": 0.4068
}
],
"warp_center_source": "foreground_mask",
"warp_local_patch_only": true,
"warp_blend_mode": "hard_patch_feather_edge",
"iterations": 1,
"strength": 0.5584,
"post_blur_sigma": 0.3463,
"post_noise_sigma": 1.7403
},
"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": 748,
"center_y": 518,
"radius_px": 35.0373,
"amplitude_px": 14.2179,
"direction_deg": 19.6938,
"twist_ratio": 0.265
},
{
"center_x": 326,
"center_y": 258,
"radius_px": 12.945,
"amplitude_px": 8.2323,
"direction_deg": 356.0841,
"twist_ratio": 0.4068
}
],
"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.9085,
"post_blur_sigma": 0.2409,
"post_noise_sigma": 1.4009
},
"blur_params": {
"operations": [
"contrast_brightness",
"gaussian_blur",
"optional_motion_blur",
"gaussian_noise",
"salt_pepper",
"jpeg_roundtrip"
],
"contrast": 1.0316,
"brightness": 3.2813,
"gaussian_blur_sigma": 0.154,
"motion_applied": false,
"noise_sigma": 3.6101,
"salt_pepper_amount": 0.001802,
"jpeg_quality": 77
}
},
"diff_metrics": {
"mean_absdiff": 7.9304,
"p95_absdiff": 50.0,
"changed_pixel_ratio_gt8": 0.178902
}
}