How to format point data?

#42
by jtattershall - opened

Based on paper: https://arxiv.org/pdf/2409.17146

user_prompt = (
    f"What to do to pick the object at: "
    f'<point x="{q_point.point.x}" y="{q_point.point.y}" alt="{q_point.subtask}">{q_point.subtask}</point>?'
)

is this correct?

Your need to confirm your account before you can post a new comment.

Sign up or log in to comment