Mmdetection: ImportError: cannot import name 'nms_cuda'

Created on 19 Jun 2019  路  1Comment  路  Source: open-mmlab/mmdetection

I compile mmdnn successful.
The code sudo python3 setup.py develop, it shows:
19
then when I sudo python3 tools/train.py configs/pascal_voc/ssd300_voc.py, it shows the error:
20
In my mmdetection/mmdet/ops/nms directory, it has no nms_cuda.
21

Most helpful comment

Solve the problem:
cd mmdet/ops/nms
python3 setup.py build_ext --inplace

>All comments

Solve the problem:
cd mmdet/ops/nms
python3 setup.py build_ext --inplace

Was this page helpful?
0 / 5 - 0 ratings

Related issues

liugaolian picture liugaolian  路  3Comments

qifei123 picture qifei123  路  3Comments

hust-kevin picture hust-kevin  路  3Comments

Youngkl0726 picture Youngkl0726  路  3Comments

songyuc picture songyuc  路  3Comments