robotgradient / grasp_diffusion

Pytorch implementation of diffusion models on Lie Groups for 6D grasp pose generation https://sites.google.com/view/se3dif/home
MIT License
234 stars 24 forks source link

How to reproduce evaluation results from paper on Acronym? #6

Closed theophilegervet closed 1 year ago

theophilegervet commented 1 year ago

Hi @TheCamusean,

Thanks for your awesome work! I'm trying to reproduce results from your paper on Acronym, in particular Fig. 12. in the Appendix evaluating the point cloud conditioned model.

Is there some code in this repo to do this? If not, how do you recommend doing this?

Thanks, Theo

nifunk commented 1 year ago

Hi @theophilegervet,

we just updated the master branch of the repo and included the grasp evaluation environment in Isaac Sim as well as the calculation of the Earth Mover Distance.

We hope this helps. Otherwise, please let us know.

Best,

Julen and Niklas