facebookresearch / ImageBind

ImageBind One Embedding Space to Bind Them All
Other
8.39k stars 770 forks source link

Load data:ModalityType.TEXT: data.load #121

Open iAsakiT3T opened 4 months ago

iAsakiT3T commented 4 months ago

I only find the loading function of text, vision_data, audio_data but none depth and thermal. How can i load depth and thermal data. ModalityType.TEXT: data.load_and_transform_text(text_list, device), ModalityType.VISION: data.load_and_transform_vision_data(image_paths, device), ModalityType.AUDIO: data.load_and_transform_audio_data(audio_paths, device),

luigilella98 commented 3 months ago

same issue