FishYuLi / BalancedGroupSoftmax

CVPR 2020 oral paper: Overcoming Classifier Imbalance for Long-tail Object Detection with Balanced Group Softmax.
Apache License 2.0
352 stars 64 forks source link

Error when training process ModuleNotFoundError: No module named 'mmdet' #17

Closed neni1705 closed 3 years ago

neni1705 commented 3 years ago

(mmdet) D:\BalancedGroupSoftmax>python tools/train.py configs/bags/gs_faster_rcnn_r50_fpn_1x_lvis_with0_bg8.py Traceback (most recent call last): File "tools/train.py", line 8, in from mmdet import version ModuleNotFoundError: No module named 'mmdet'

I got this error when I did the training, is there something wrong? I am looking forward for your repply

Taoxianer commented 2 years ago

请问你解决了吗,我也遇到了,应该怎么去解决呢

neni1705 commented 2 years ago

I can't solve it.