MingtaoFu / gliding_vertex

The implementation of paper "Gliding vertex on the horizontal bounding box for multi-oriented object detection".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

导入包错误

zhang295498 opened this issue · comments

运行test_net.py时,出现以下错误:
/home/zhaolei/.conda/envs/torch-1.4/bin/python3 /media/zhaolei/ubuntu18.04/torch_code/gliding_vertex-master/maskrcnn_benchmark/layers/nms.py
Traceback (most recent call last):
File "/media/zhaolei/ubuntu18.04/torch_code/gliding_vertex-master/maskrcnn_benchmark/layers/nms.py", line 2, in
from ._utils import _C
ImportError: attempted relative import with no known parent package

Process finished with exit code 1

请问如何解决?

The project is based on Maskrcnn Benchmark. Please follow its instructions to prepare the environment.
This problem is caused by not compiling the dependencies written in C++ such as nms.