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

I cloned this app into pycharm and copied the initial file when i ran "python file.py" it began downloading 5 gigs of data. Did I do something wrong or is...

I can run the example code. But how to run the model to generate the some images and audio? ![image](https://github.com/facebookresearch/ImageBind/assets/40257516/881881cf-de6a-48e4-ace5-60ca1d3f56bd)

Thank you for the very cool work! I'm having trouble finding your implementation of NCE loss, however. I know @fabawi has implemented a version of this for his LoRA fine-tuning...

I created a simple ImageBind finetuning example using LoRA: https://github.com/fabawi/ImageBind-LoRA Make sure you clone it recursively to include the example dataset: git clone --recurse-submodules -j8 [email protected]:fabawi/ImageBind-LoRA.git Install the requirements following...

Thanks a lot for release such an amazing work! We implement a simple and interesting demo by combing ImageBind with SAM here: [ImageBind-SAM](https://github.com/IDEA-Research/Grounded-Segment-Anything/tree/main/playground/ImageBind_SAM) which can segment things with different modalities,...

Great Job! Will it support ```Text/Audio/Image > Video/3D``` conversion, approximately when?

An amazing work!!! It's well known that https://github.com/lucidrains/DALLE2-pytorch and https://github.com/LAION-AI/dalle2-laion used open-clip as pretrianed text and image encoder. However, I have noticed that you used a private DALLE-2 to generate...

would you like to give us more examples showing how did imu data translate to text or videos in applications? Thanks