allenai / Holodeck

CVPR 2024: Language Guided Generation of 3D Embodied AI Environments.
https://yueyang1996.github.io/holodeck
Apache License 2.0
304 stars 25 forks source link

Share Experiment Prompts or Selections in Paper #31

Closed ChaosSamKo closed 3 months ago

ChaosSamKo commented 3 months ago

Dear authors,

Thanks for the wonderful paper!

I would like to compare your method with my layout generation method, and in order to make a fair comparison I would like to use the prompts and better even, also the retrieved assets and room shapes that were used before generating the layout scene graphs with GPT-4.

YueYANG1996 commented 3 months ago

Which experiment do you want to compare with? Could you please point me to the sections of the paper?

ChaosSamKo commented 3 months ago

Specifically I would like to be able to reproduce the layouts that led to the results of Table 1.

Samuel Kopp Senior Machine Learning Engineer

Chaos chaos.com

Home of V-Ray https://www.chaos.com/3d-rendering-software | Enscape https://enscape3d.com | Corona https://corona-renderer.com/ | Cylindo https://www.cylindo.com | Vantage https://www.chaos.com/vantage | & more https://www.chaos.com/ecosystem Chaos Software GmbH | An der RaumFabrik 33b | 76227 Karlsruhe, Germany District Court Mannheim, HRB 726749 | Managing Directors: Christian Lang, Michael Tritschler

On Mon 15. Apr 2024 at 18:10, Yue Yang @.***> wrote:

Which experiment do you want to compare with? Could you please point me to the sections of the paper?

— Reply to this email directly, view it on GitHub https://github.com/allenai/Holodeck/issues/31#issuecomment-2057224826, or unsubscribe https://github.com/notifications/unsubscribe-auth/BDWS556JFKSWOSZ42GHXIDTY5P3V7AVCNFSM6AAAAABGHHYC3CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJXGIZDIOBSGY . You are receiving this because you authored the thread.Message ID: @.***>

YueYANG1996 commented 3 months ago

Here contains all the files from different systems in the experiment of Table 2.

To perform your own layout design module and keep assets the same, you refer to this function: https://github.com/allenai/Holodeck/blob/156f8e1077ba5811bbe613f9d65b8f66c48f2346/modules/holodeck.py#L266 and use your layout module to generate the position for all objects: https://github.com/allenai/Holodeck/blob/156f8e1077ba5811bbe613f9d65b8f66c48f2346/modules/holodeck.py#L269

ChaosSamKo commented 3 months ago

Perfect! Thanks a lot for sharing :)