Skip to content
Snippets Groups Projects
Unverified Commit 3839478d authored by Hongkai Zhang's avatar Hongkai Zhang Committed by GitHub
Browse files

fix typo mmedetection -> mmdetection (#2181)

parent caa8c7c1
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ class SingleStageDetector(BaseDetector):
def forward_dummy(self, img):
"""Used for computing network flops.
See `mmedetection/tools/get_flops.py`
See `mmdetection/tools/get_flops.py`
"""
x = self.extract_feat(img)
outs = self.bbox_head(x)
......
......@@ -97,7 +97,7 @@ class TwoStageDetector(BaseDetector, RPNTestMixin, BBoxTestMixin,
def forward_dummy(self, img):
"""Used for computing network flops.
See `mmedetection/tools/get_flops.py`
See `mmdetection/tools/get_flops.py`
"""
outs = ()
# backbone
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment