ImageBind icon indicating copy to clipboard operation
ImageBind copied to clipboard

ImageBind One Embedding Space to Bind Them All

Results 81 ImageBind issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for sharing this code repo. I am doubtful how are the thermal and depth backbone initialized. Randomly or with imagenet-pretrained weights? Thanks!

excuse me ,I'm new to this field,i want to extend this model to multilingual version,there are oneproblem: 1. for audio,how can i realize multilingual version,should i just extend text encoder...

Download checkpoints for imagebind huge to cache (~/.cache) instead of local dir. This is how hugging face does it as well, for example. This way, the code is usable from...

CLA Signed

Im not sure how to fix this error on windows 11: ``` Building wheel for cartopy (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for cartopy (pyproject.toml) did not run...

I am planning to do demonstration of ImageBind in my company. Just for demo purpose, can I use audio and image data set which is used in your [Demo site](https://imagebind.metademolab.com/demo?modality=A2I)...

Hi, I have worked out using the different data loaders to compare images and video but cannot work out a way to do both simultaneously. It seems using ModalityType.VISION, you...

Hello! Your transformer is amazing! But i m beginner in data science. I have to do research for my university task: we want to predict how negotiations will finish. We...

When designing ImageBind, what were the **key factors and challenges** you considered? Tencent has introduced the **LangaugeBind** method which offers improvements in certain areas. How do you **view the comparison...

Hi authors, Thanks for the great ImageBind! I noticed that for LLVIP and Ego4d-IMU, you constructed the train/val split by yourself. I wonder if you will release these splits and...

Can the embeddings generated by text be converted back to text? Can you provide sample code