chenguolin / InstructScene

[ICLR 2024 spotlight] Official implementation of "InstructScene: Instruction-Driven 3D Indoor Scene Synthesis with Semantic Graph Prior".
https://chenguolin.github.io/projects/InstructScene
MIT License
55 stars 7 forks source link

The pre-training model #9

Closed sunkaifan closed 1 week ago

sunkaifan commented 1 month ago

Can you provide the pre-training model of spanning graph prior and layout decoder? Thank you very much!

arjuntheprogrammer commented 1 week ago

I have created my own checkpoints by training them on Nvidia L4 GPU.

For 2000 epochs (living room) and:

Let me know what would be the best way to include the checkpoints with this repo for everyone to use.

arjuntheprogrammer commented 1 week ago

Hi @sunkaifan - I have created a PR on Hugging face and uploaded the checkpoints for SceneGraph and LayoutDecoder for bedroom.

Please check: https://huggingface.co/datasets/chenguolin/InstructScene_dataset/tree/cb526c11234b8e6ad76a49f9754e236a51b28c24

https://huggingface.co/datasets/chenguolin/InstructScene_dataset/tree/f658bd29303172cf84ac6fa8b625e83ded56ec3a

image

sunkaifan commented 1 week ago

Thank you, very good job! Will the pre-training model of living room and dining room be open source in the future?

arjuntheprogrammer commented 1 week ago

Thank you, very good job! Will the pre-training model of living room and dining room be open source in the future?

If I get time, I will upload it for the living and dining room as well.

sunkaifan commented 1 week ago

Thanks for your reply!

chenguolin commented 3 days ago

Hi @arjuntheprogrammer, thank you very much for sharing the pretrained parameters! :)

I've updated README to inform that the pretrained models are uploaded to HuggingFace.