FormStruct-Bench / dataset-augment /en_13 /augment_meta.json
Oleav's picture
Add dataset augment samples
a08da7b verified
Raw
History Blame Contribute Delete
5.06 kB
{
"status": "created",
"task": "one_augmented_image_per_stylized_class",
"variant": "combined",
"sample_name": "en_13",
"source_sample_id": "01",
"seed": 2698857593063572943,
"source_image": "/home/jiangtao/OCR/agents/stylized_output/en_13/01/en_13-01.png",
"output_image": "/home/jiangtao/OCR/agents/dataset-augment/en_13/en_13-01_augmented.png",
"source_relative": "en_13/01/en_13-01.png",
"output_relative": "en_13/en_13-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": 6509.8764,
"blur_score_cv_denoised": 978.4987,
"foreground_ratio": 0.299376,
"mean_gray": 229.5034,
"std_gray": 52.7745
},
"metrics_after": {
"blur_score_cv": 3209.3632,
"blur_score_cv_denoised": 538.5411,
"foreground_ratio": 0.36281,
"mean_gray": 219.6414,
"std_gray": 52.3441
},
"metrics_delta": {
"blur_score_cv": -3300.5132,
"blur_score_cv_denoised": -439.9576,
"foreground_ratio": 0.0634,
"mean_gray": -9.862,
"std_gray": -0.4304
},
"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": 3,
"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": 127,
"center_y": 258,
"radius_px": 20.5292,
"amplitude_px": 12.3874,
"direction_deg": 170.3879,
"twist_ratio": 0.398
},
{
"center_x": 374,
"center_y": 480,
"radius_px": 29.0001,
"amplitude_px": 14.8397,
"direction_deg": 284.7849,
"twist_ratio": 0.4751
},
{
"center_x": 313,
"center_y": 160,
"radius_px": 22.6215,
"amplitude_px": 8.6119,
"direction_deg": 100.0224,
"twist_ratio": 0.3756
}
],
"warp_center_source": "foreground_mask",
"warp_local_patch_only": true,
"warp_blend_mode": "hard_patch_feather_edge",
"iterations": 1,
"strength": 0.6529,
"post_blur_sigma": 0.1262,
"post_noise_sigma": 0.6543
},
"bend_params": {
"warp_mode": "local_bend_points",
"warp_point_count": 3,
"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": 127,
"center_y": 258,
"radius_px": 20.5292,
"amplitude_px": 12.3874,
"direction_deg": 170.3879,
"twist_ratio": 0.398
},
{
"center_x": 374,
"center_y": 480,
"radius_px": 29.0001,
"amplitude_px": 14.8397,
"direction_deg": 284.7849,
"twist_ratio": 0.4751
},
{
"center_x": 313,
"center_y": 160,
"radius_px": 22.6215,
"amplitude_px": 8.6119,
"direction_deg": 100.0224,
"twist_ratio": 0.3756
}
],
"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.8174,
"post_blur_sigma": 0.3424,
"post_noise_sigma": 0.8545
},
"blur_params": {
"operations": [
"contrast_brightness",
"gaussian_blur",
"optional_motion_blur",
"gaussian_noise",
"salt_pepper",
"jpeg_roundtrip"
],
"contrast": 1.0007,
"brightness": -2.8389,
"gaussian_blur_sigma": 0.3533,
"motion_applied": false,
"noise_sigma": 7.736,
"salt_pepper_amount": 0.002137,
"jpeg_quality": 80
}
},
"diff_metrics": {
"mean_absdiff": 16.4803,
"p95_absdiff": 76.0,
"changed_pixel_ratio_gt8": 0.402573
}
}