FormStruct-Bench / dataset-augment /es_3 /augment_meta.json
Oleav's picture
Add dataset augment samples
a08da7b verified
Raw
History Blame Contribute Delete
4.62 kB
{
"status": "created",
"task": "one_augmented_image_per_stylized_class",
"variant": "combined",
"sample_name": "es_3",
"source_sample_id": "01",
"seed": 3612205998843772068,
"source_image": "/home/jiangtao/OCR/agents/stylized_output/es_3/01/es_3-01.png",
"output_image": "/home/jiangtao/OCR/agents/dataset-augment/es_3/es_3-01_augmented.png",
"source_relative": "es_3/01/es_3-01.png",
"output_relative": "es_3/es_3-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": 4419.2439,
"blur_score_cv_denoised": 614.3995,
"foreground_ratio": 0.221349,
"mean_gray": 235.3561,
"std_gray": 46.7497
},
"metrics_after": {
"blur_score_cv": 2043.9586,
"blur_score_cv_denoised": 355.115,
"foreground_ratio": 0.254992,
"mean_gray": 230.4767,
"std_gray": 50.7469
},
"metrics_delta": {
"blur_score_cv": -2375.2853,
"blur_score_cv_denoised": -259.2845,
"foreground_ratio": 0.0336,
"mean_gray": -4.8794,
"std_gray": 3.9972
},
"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": 636,
"center_y": 867,
"radius_px": 34.8608,
"amplitude_px": 13.882,
"direction_deg": 57.4144,
"twist_ratio": 0.2843
},
{
"center_x": 436,
"center_y": 146,
"radius_px": 35.8597,
"amplitude_px": 12.2822,
"direction_deg": 349.0175,
"twist_ratio": 0.3717
}
],
"warp_center_source": "foreground_mask",
"warp_local_patch_only": true,
"warp_blend_mode": "hard_patch_feather_edge",
"iterations": 1,
"strength": 0.6687,
"post_blur_sigma": 0.2243,
"post_noise_sigma": 1.3544
},
"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": 636,
"center_y": 867,
"radius_px": 34.8608,
"amplitude_px": 13.882,
"direction_deg": 57.4144,
"twist_ratio": 0.2843
},
{
"center_x": 436,
"center_y": 146,
"radius_px": 35.8597,
"amplitude_px": 12.2822,
"direction_deg": 349.0175,
"twist_ratio": 0.3717
}
],
"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.9719,
"post_blur_sigma": 0.0879,
"post_noise_sigma": 1.7892
},
"blur_params": {
"operations": [
"contrast_brightness",
"gaussian_blur",
"optional_motion_blur",
"gaussian_noise",
"salt_pepper",
"jpeg_roundtrip"
],
"contrast": 1.0237,
"brightness": 1.0542,
"gaussian_blur_sigma": 0.233,
"motion_applied": false,
"noise_sigma": 2.3813,
"salt_pepper_amount": 0.001354,
"jpeg_quality": 73
}
},
"diff_metrics": {
"mean_absdiff": 11.2514,
"p95_absdiff": 69.0,
"changed_pixel_ratio_gt8": 0.205589
}
}