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

No module named lvis #73

Open
kuazhangxiaoai opened this issue Nov 6, 2021 · 1 comment
Open

No module named lvis #73

kuazhangxiaoai opened this issue Nov 6, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@kuazhangxiaoai
Copy link

kuazhangxiaoai commented Nov 6, 2021


Traceback (most recent call last):
  File "/home/yanggang/pyworks/code/cvpods/tools/train_net.py", line 23, in <module>
    from cvpods.engine import RUNNERS, default_argument_parser, default_setup, hooks, launch
  File "/home/yanggang/pyworks/code/cvpods/cvpods/engine/__init__.py", line 3, in <module>
    from .hooks import *
  File "/home/yanggang/pyworks/code/cvpods/cvpods/engine/hooks.py", line 15, in <module>
    from cvpods.evaluation.testing import flatten_results_dict
  File "/home/yanggang/pyworks/code/cvpods/cvpods/evaluation/__init__.py", line 15, in <module>
    from .lvis_evaluation import LVISEvaluator
  File "/home/yanggang/pyworks/code/cvpods/cvpods/evaluation/lvis_evaluation.py", line 12, in <module>
    from lvis import LVISEval, LVISResults
ModuleNotFoundError: No module named 'lvis'
@kuazhangxiaoai kuazhangxiaoai added the bug Something isn't working label Nov 6, 2021
@FateScript
Copy link
Member

got it, please use pip install lvis, We will fix it later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants