Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The order of object token is always same #46

Open
shure-dev opened this issue Dec 13, 2023 · 0 comments
Open

The order of object token is always same #46

shure-dev opened this issue Dec 13, 2023 · 0 comments

Comments

@shure-dev
Copy link

I tried to shuffle object tokens with fixed order for some tasks, and the result is interesting

bboxes = np.asarray(bboxes)

I added these lines

cropped_imgs = [cropped_imgs[i] for i in [0,2,1]]
bboxes = [bboxes[i] for i in [0,2,1]]

The robot tries to pick up the distractor instead of dragged object.
I didn't make any changes to the prompt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant