AdaptivePhotoNet-6M-ONNX / recipe_schema.json
Phitran21's picture
Upload 4 files
d699666 verified
Raw
History Blame Contribute Delete
1.93 kB
{
"recipe_dim": 21,
"linear_dims_0_to_16": [
"exposure_ev",
"temperature",
"tint",
"shadows",
"highlights",
"contrast",
"tone_curve_0",
"tone_curve_1",
"tone_curve_2",
"tone_curve_3",
"tone_curve_4",
"shadow_tone_strength",
"highlight_tone_strength",
"saturation",
"vibrance",
"fade",
"vignette"
],
"linear_specs": {
"exposure_ev": {
"min": -2.0,
"max": 2.0
},
"temperature": {
"min": -1.0,
"max": 1.0
},
"tint": {
"min": -1.0,
"max": 1.0
},
"shadows": {
"min": -1.0,
"max": 1.0
},
"highlights": {
"min": -1.0,
"max": 1.0
},
"contrast": {
"min": -1.0,
"max": 1.0
},
"tone_curve_0": {
"min": 0.0,
"max": 1.0
},
"tone_curve_1": {
"min": 0.0,
"max": 1.0
},
"tone_curve_2": {
"min": 0.0,
"max": 1.0
},
"tone_curve_3": {
"min": 0.0,
"max": 1.0
},
"tone_curve_4": {
"min": 0.0,
"max": 1.0
},
"shadow_tone_strength": {
"min": 0.0,
"max": 0.3
},
"highlight_tone_strength": {
"min": 0.0,
"max": 0.3
},
"saturation": {
"min": -1.0,
"max": 1.0
},
"vibrance": {
"min": -1.0,
"max": 1.0
},
"fade": {
"min": 0.0,
"max": 1.0
},
"vignette": {
"min": 0.0,
"max": 1.0
}
},
"hue_dims": {
"17_18": "shadow_tone_hue -> [sin, cos]",
"19_20": "highlight_tone_hue -> [sin, cos]"
},
"styles": {
"natural": 0,
"vivid": 1,
"cinema": 2,
"portrait": 3,
"film": 4,
"moody": 5
},
"scene_tags": {
"human": 0,
"face_visible": 1,
"skin_visible": 2,
"portrait": 3,
"indoor": 4,
"outdoor": 5,
"night": 6,
"low_light": 7,
"backlit": 8,
"high_dynamic_range": 9
}
}