Formatting

This commit is contained in:
Nicolas Mowen 2025-08-21 06:08:25 -06:00
parent 018f1fcf41
commit f32b815005

View File

@ -33,10 +33,10 @@ MODEL_TYPE_CONFIGS = {
"target_platform": None, # Will be set dynamically "target_platform": None, # Will be set dynamically
}, },
"arcface-r100": { "arcface-r100": {
"mean_values": [[127.5,127.5,127.5]], "mean_values": [[127.5, 127.5, 127.5]],
"std_values": [[127.5,127.5,127.5]], "std_values": [[127.5, 127.5, 127.5]],
"target_platform": None, # Will be set dynamically "target_platform": None, # Will be set dynamically
} },
} }