Megvii-BaseDetection / Megvii-BaseDetection/cvpods

No module named lvis

Open
#73 1 comment 0 reactions 1 assignee View on GitHub

@poodarchu is already working on this.

Since Nov 6, 2021.

bug
Dominant language
Python
Stars
663
Forks
76
PR merge metrics
No merged PRs in 30d

Description


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'

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.