tianzhi0549 / FCOS

FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
https://arxiv.org/abs/1904.01355
Other
3.28k stars 630 forks source link

代码错误 #225

Closed gengyanlei closed 4 years ago

gengyanlei commented 4 years ago

from fcos_core import _C 这一行报错

from ._utils import _C

yja1 commented 4 years ago

错误同上。不报错程序直接退出了。执行到losses = _C.sigmoid_focalloss_forward就退出了

billyceline commented 4 years ago

Did you compile the c lib before you ran the python script? python setup.py build develop --no-deps

Yudachi-poi-poi commented 4 years ago

编译一下就好啦

Linamiao-1998 commented 4 years ago

raise RuntimeError(message) RuntimeError: Error compiling objects for extension 编译出现问题了,请问这种问题该如何解决呀 @Yudachi-poi-poi @billyceline

tianzhi0549 commented 4 years ago

@Linamiao-1998 Could you please post the full error information here?