Skip to content

Some problems about exporting inference configs #54

@LaFeuilleMorte

Description

@LaFeuilleMorte

Hi, I trained the model and found that the saved checkpoint had no inference config(The config within the red box):

Image

And it would cause inference scripts failed to load. I learned that the "RoboOrchardLab/projects/holobrain/scripts/export.py" can be used to export the inference config so I added it in the training script. But after checking the difference between the official inference config and mine exported one, the exported one would not include any calibration info which is supposed to be loaded in the process of loading dataset.

The official config

https://huggingface.co/HorizonRobotics/HoloBrain_v0.0_Qwen/blob/main/post_training_graspanything/grasp_anything_ro.config.json

Image

Exported config

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions