Closed tre-pengxu closed 5 years ago
Are you sure you only have one version of maskrcnn_benchmark installed in this environment? Can you make sure the imported maskrcnn_benchmark is located in your current working directory by
python -c "import imp; print(imp.find_module('maskrcnn_benchmark'))"
@tre-pengxu Or you can try to run python setup.py build develop
and then run the inference command line again.
@tre-pengxu Or you can try to run
python setup.py build develop
and then run the inference command line again.
I use conda remove the old FCOS environment, and create an new environment from the beginning,it works! thank you!
Hi, I follow the instructions to create an environment FCOS,every package installed successful.
after run
error happens
thank you!