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

Run the project #1

Open
Narges1996 opened this issue May 21, 2022 · 3 comments
Open

Run the project #1

Narges1996 opened this issue May 21, 2022 · 3 comments

Comments

@Narges1996
Copy link

Would you please recommend a command to run this project?
I tried to run DSANet.py and I got this error:
Traceback (most recent call last):
File "eval_fps.py", line 6, in <module>
from builders.model_builder import build_model
ModuleNotFoundError: No module named 'builders.model_builder'

I installed builders but it didn't work.

@mohamedac29
Copy link
Owner

@Narges1996

Thank you for reminding me of these missing modules. I updated the code by adding training, testing, and the builders modules. Now the code is complete

@Narges1996
Copy link
Author

@mohamedac29
Thank you for your response.
Is it possible to be the same problem for "utils"?
Because I got this error:

raceback (most recent call last):
  File "/content/DSANet/train.py", line 14, in <module>
    from utils.utils import setup_seed, init_weight, netParams
ModuleNotFoundError: No module named 'utils.utils'

@mohamedac29
Copy link
Owner

@Narges1996
I added the utils folder you can run the code now

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