I am using Detectron from caffe2, but after running
python2 tests/test_spatial_narrow_as_op.py
I get the following error:
no module named c2
I have checked the lib/utils
and it has c2.py
. I have also added the Detectron/lib
folder to ~/.bashrc
.
What can cause this error?