facebookresearch / ImageBind

ImageBind One Embedding Space to Bind Them All

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load data:ModalityType.TEXT: data.load

iAsakiT3T opened this issue · comments

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),