ShowUI-pi / policy_postprocessor.json
h-siyuan's picture
Upload policy_postprocessor.json with huggingface_hub
146f8be verified
raw
history blame contribute delete
333 Bytes
{
"name": "policy_postprocessor",
"steps": [
{
"registry_name": "smolvla_fixed_xy_unnormalizer",
"config": {
"width": 1920.0,
"height": 1080.0
}
},
{
"registry_name": "device_processor",
"config": {
"device": "cpu",
"float_dtype": null
}
}
]
}