BoxTestingv11771283373.4644873 / post_processor.py
HenryZhang's picture
Upload folder using huggingface_hub
810379d verified
from lerobot.processor import PolicyProcessorPipeline
MODEL_ID = "lerobot/smolvla_base"
# The preprocessor and postprocessor are now external
preprocessor = PolicyProcessorPipeline.from_pretrained("lerobot/smolvla_base", config_filename="preprocessor_config.json")
postprocessor = PolicyProcessorPipeline.from_pretrained("lerobot/smolvla_base", config_filename="postprocessor_config.json")