FCOS
FCOS copied to clipboard
ImportError: cannot import name '_C'
when i ran this code, there is an import error, i can't find the _C file in fcos_core, please help me with the problem. Thank you a lot!
@EchoTang123 Do you follow the installation instructions to compile the project?
Thanks for your reply, but i met another problem, shown as follows
FileNotFoundError: [Errno 2] No such file or directory: './configs/fcos_R_50_FPN_1x.yaml'
This '.yaml' file has existed in the configs folder. But when i run the code, errors happened.
@EchoTang123 After following the installation instructions(Option1), I still get the error for cannot import name '_C'. How do you solve this error?
when i ran this code, there is an import error, i can't find the _C file in fcos_core, please help me with the problem. Thank you a lot!
Compile the project. Run python setup.py develop --no-deps. If you still get the same error, check that the compilation finished successfully.