jyunlee / InterHandGen

InterHandGen: Two-Hand Interaction Generation via Cascaded Reverse Diffusion (CVPR 2024)
https://jyunlee.github.io/projects/interhandgen/
54 stars 3 forks source link

Object-conditional generation #4

Closed On-JungWoan closed 3 months ago

On-JungWoan commented 4 months ago

Hi, @jyunlee! Thank you for sharing your code. I'm trying to use the ARCTIC dataset for your code, and have some questions.

jyunlee commented 3 months ago

Hello! 😃 Thank you for your continued interest in our work, and I apologize for the late reply due to other workloads I’ve recently had.

The input object point cloud was created via sampling 2048 points from the surface of an ARCTIC object mesh. More specifically, I used sample.sample_surface_even function from trimesh library.

My original plan was to release only the main code of InterHandGen, which performs two-hand generation. The extension for object-conditional generation would be quite straightforward (i.e., adding an object feature as an additional token to the encoder), but please feel free to reach out to me if you need more discussions!

On-JungWoan commented 3 months ago

Thanks for your response!