CoolFace
Modelpublic

KennethTM/jms-client-side

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes
task_config.json30 linesDownload Raw Back to root
1{2    "recog": {3        "image_width": 160,4        "image_height": 224,5        "means": [6            0.485,7            0.456,8            0.4069        ],10        "stds": [11            0.229,12            0.224,13            0.22514        ]15    },16    "corner": {17        "image_width": 256,18        "image_height": 256,19        "means": [20            0.485,21            0.456,22            0.40623        ],24        "stds": [25            0.229,26            0.224,27            0.22528        ]29    }30}