Image Feature Extraction
ONNX
versta-glyphmatte / config.json
FricoRico's picture
Initial model upload
5e041ae verified
Raw
History Blame Contribute Delete
761 Bytes
{
"base": 16,
"levels": 4,
"weight_head": "1x1",
"step": 20000,
"params": 1944168,
"outputs": [
"matte",
"weight",
"foreground",
"background"
],
"input_height": 48,
"eval": {
"torch_fp32": {
"matte_iou": 0.8470710708162194,
"matte_iou_p5": 0.628577706378349,
"weight_mae": 0.29658345476491377,
"weight_auc": 0.9232423709445783,
"foreground_mae": 0.09146013463032432,
"background_mae": 0.09186646656598896
},
"onnx": {
"matte_iou": 0.8470710708162194,
"matte_iou_p5": 0.628577706378349,
"weight_mae": 0.29658345447387546,
"weight_auc": 0.9232423709445783,
"foreground_mae": 0.09146013448480517,
"background_mae": 0.09186646909802221
}
}
}