Megvii-BaseDetection / Megvii-BaseDetection/cvpods
No module named lvis
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.