Open yanwu0903 opened 5 years ago
when i Install 'Testing-only installation' ,i can get right result. but when i run a quick demo find " no module** named _C". Errors occur mainly in roialign,and i don't know the meaning of '_C.roi_align_forward()' in roi_align.py Can you tell me how to solve it?
Have you soved this error?
Does anyone solve this error?
I run into the same problem. Since there is not a module called _C in the package "fcos_core", "from fcos_core import _C" in "fcos_core/layers/nms.py" actually makes no sense. Does anybody gives a solution?
i have the same problem!
Try to run "python setup.py build develop --no-deps" before training or testing?
when i Install 'Testing-only installation' ,i can get right result. but when i run a quick demo find " no module** named _C". Errors occur mainly in roialign,and i don't know the meaning of '_C.roi_align_forward()' in roi_align.py Can you tell me how to solve it?