bakachan19

Results 10 issues of bakachan19

Hi, Thanks for your great work. I am interested in the embedding arithmetic and image retrieval, as the example shown in Figure 4 of the paper. In the paper, the...

Hi. Thanks for providing the code to this interesting method you proposed. I have a question regarding the implementation of the Score function. In the paper, the score function is...

Hi, thanks for this great work. In the colab demo I noticed that a different repo is being cloned: ```!git clone https://github.com/SHI-Labs/OneFormer-Colab.git``` instead of: ```https://github.com/SHI-Labs/OneFormer.git```. Also, the yaml configurations are...

Hi. I noticed that when the input text sequence, truncation is performed to reduce the sequence to 77 tokens. However no EOT token is added at the end? For example,...

Hi. Thanks for the great work. I have a question about the embedding arithmetic that you do to combine audio and image embeddings in ```main_multi_bind.py``` in line: https://github.com/sail-sg/BindDiffusion/blob/8c47ef7674be6eac0131b81e8446e8e397cd11bb/main_multi_bind.py#L331 ``` outs...

hi, thanks for this great work. I was wondering if LanguageBind can be used for composing modalities with embedding arithmetic like ImageBind (cit. from ImageBind paper "adding embeddings from different...

Hi, thanks for this great work. I was wondering what license the code was released under. Could you please add the license to the repo? Thank you!

Hi, thanks for this amazing work. Could you share a demo code on how to combine different modalities into a single image, as mentioned in the paper: _Moreover, the model...

Hi. Thank you for the amazing work. I would like to use your work for research, non-commercial purposes. However, I noticed that the license file is missing. Would it be...

hi. I would like to experiment with your model in my research, but I noticed that the license is missing. What is the license for this project? Could you please...