Open KairosXu opened 11 months ago
Thanks for your interest in our work! We will gradually upload the codes, weights, and training/evaluation scripts starting in late December. Please stay tuned.
Sorry to bother again. Due to the excellent performance LL3DA has achieved, we would like to conduct some further research based on your nice work. Could you please release your model checkpoints and training/evaluation codes asap? Thanks and hope for your reply soon!
Thank you for your recognition of our work and sorry for the delay. As we are validating the reproducibility of our code and the extensibility to support different large language model backends, it may take a few days. After the verification, we will the release as soon as possible!
Sorry for bothering. Here are some questions about the Interact3D module.
Thanks for your interest!
In practice, you can customize the encoder_hidden_size
within InstructBlipQFormerConfig
for our multimodal transformer. We also adopt an FFN to project the scene feature.
InstructBlipQFormerConfig(
num_hidden_layers=6,
encoder_hidden_size=self.encoder_hidden_size
)
We pad the visual prompts with 0
s, and set attention_mask
for self-attention. You can look into https://huggingface.co/docs/transformers/model_doc/instructblip#transformers.InstructBlipQFormerModel for more information on implementation.
Yes, we need text instructions for inference. The visual prompts are optional. Text instructions play two roles in our architecture: 1) conditional feature aggregation in multi-modal transformer, and 2) conditional text generation in LLM.
Hello, @ch3cook-fdu Thanks for your paper and code! Any news for the training/testing main code update?
Thrilled to announce that our paper is accepted to CVPR 2024! The code is now released!
Please stay tuned for our further updates!
Thanks for your nice work! But when I tried to run the code for training LL3DA, I found that the "models" module was missing. Is that correct? If so, could you tell me when your team will release all the code and the training/evaluation script? Hope for your reply soon!