Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'datahouneed' #4

Open
yyzk0618 opened this issue Oct 24, 2024 · 1 comment
Open

ModuleNotFoundError: No module named 'datahouneed' #4

yyzk0618 opened this issue Oct 24, 2024 · 1 comment

Comments

@yyzk0618
Copy link

image
I am encountering a ModuleNotFoundError when trying to run the main.py script in the VehicleMAE project. The error message indicates that the module datahouneed cannot be found.

Error Message:
(vehiclemae) yaozekai@gdd:~/VehicleMAE-main$ CUDA_VISIBLE_DEVICES=0 python main.py
Traceback (most recent call last):
File "main.py", line 29, in
from models.clipmodel import ClipBaseModel, build_clip
File "/home/yaozekai/VehicleMAE-main/models/clipmodel.py", line 4, in
from datahouneed import HICO_INTERACTIONS
ModuleNotFoundError: No module named 'datahouneed'
Steps Taken:
Verified the spelling of the module name.
Checked the project directory for any similar module names.
Ensured that my Python environment is correctly set up.
Request for Help:
Is datahouneed a typo, or is it a module that needs to be installed separately?
If it is a custom module, could you provide information on where to find it or how to install it?
Any other suggestions to resolve this issue?
Thank you for your assistance.

@Vehicle-AHU
Copy link
Collaborator

You can download this file from our public dataset link, named ‘text.py’.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants