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 "points" in Code. #10

Open
Gumpest opened this issue Oct 7, 2024 · 5 comments
Open

The "points" in Code. #10

Gumpest opened this issue Oct 7, 2024 · 5 comments

Comments

@Gumpest
Copy link

Gumpest commented Oct 7, 2024

I wonder the data shape and meaning in https://github.com/huangwl18/ReKep/blob/main/main.py#L61.

@Gumpest
Copy link
Author

Gumpest commented Oct 7, 2024

Hope for the authors' responses. ⌛️

@yanrihong
Copy link

Please refer https://github.com/huangwl18/ReKep/blob/main/og_utils.py#L31,
I've been reproducing the work and trying to deploy it on a real machine lately, would love to discuss it if you're interested.

@Gumpest
Copy link
Author

Gumpest commented Oct 9, 2024

Please refer https://github.com/huangwl18/ReKep/blob/main/og_utils.py#L31, I've been reproducing the work and trying to deploy it on a real machine lately, would love to discuss it if you're interested.

Thanks a lot! Can I add your WeChat?

@yuuuuuu9527
Copy link

Please refer https://github.com/huangwl18/ReKep/blob/main/og_utils.py#L31, I've been reproducing the work and trying to deploy it on a real machine lately, would love to discuss it if you're interested.

I'm currently working on the same thing! If it's convenient, could we exchange contact information to discuss further?

@Everloom-129
Copy link

Everloom-129 commented Oct 17, 2024

Here the points are point cloud data from the gibson simulator
In practice, you can replace it with RGB-D camera input
For each frame, I took:

  • Debug: Input depth shape: (480, 640) as input frame
  • Debug: Generated point cloud with shape: (307200, 3) after reshape to align input, 307200 = 480 * 640

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

4 participants