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

3D diffusion policy baseline #747

Open
ggggfff1 opened this issue Dec 14, 2024 · 4 comments
Open

3D diffusion policy baseline #747

ggggfff1 opened this issue Dec 14, 2024 · 4 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@ggggfff1
Copy link

I would like to inquire whether there are plans to develop another diffusion policy method as a baseline, such as the 3D Diffusion Policy (DP3)3D Diffusion Policy (DP3)

@StoneT2000
Copy link
Member

We don't have plans at the moment to add DP3 as a tested baseline. However we are open to pull requests to help merge a baseline like that in! DP3 is certainly a nice baseline we would love to have. I can provide guidance on the necessary requirements for new baselines in this repo (e.g. what metrics to report, wandb logs etc.).

@StoneT2000 StoneT2000 added enhancement New feature or request question Further information is requested labels Dec 16, 2024
@ggggfff1
Copy link
Author

I have encountered a problem while trying to use point cloud data as observations to complete the PickCube-v1 task. The point cloud does not capture the target position, which hinders the successful completion of the task.

My question is: How can we ensure that the target position is observed when using point cloud data as observation input (e.g., in the PickCube task)?

@StoneT2000
Copy link
Member

What do you mean it is not captured? Do you have an example? Is target position referring to the green goal? If so the target position is part of the observation dict (see obs["extra"])

@ggggfff1
Copy link
Author

image

For example, in the PickCube-v1 task, the original point cloud does not include the target position. For pure point cloud processing algorithms (such as DP3), the amount of point cloud information here is not sufficient to complete the task. However, manually completing the point cloud from the information in obs ['extra '] may be a solution.

But the best way is still to obtain a point cloud of the virtual object (target location, green point in the following figure)
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants