facebookresearch / facebookresearch/ImageBind

ModuleNotFoundError: No module named 'models'

Open
#36 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
9.1k
Forks
842
PR merge metrics
No merged PRs in 30d

Description

I've been getting this error when trying out the model:

---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
[](https://localhost:8080/#) in ()
1 import data
2 import torch
----> 3 from models import imagebind_model
4 from models.imagebind_model import ModalityType
5

ModuleNotFoundError: No module named 'models'

---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.

![problem](https://github.com/facebookresearch/ImageBind/assets/122612478/02375732-fe30-4e99-856f-2ec37e285467)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.