We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from . import elsa_ext, elsa_faster_ext in file elsa.py
from . import elsa_ext, elsa_faster_ext
there's always red line under elsa_ext, elsa_faster_ext
The text was updated successfully, but these errors were encountered:
please build the elsa operation:
cd ./cls/models/elsa python setup.py install mv build/lib*/* . cp *.so ../../../det/mmdet/models/backbones/elsa/ cp *.so ../../../seg/mmseg/models/backbones/elsa/ cd ../../../
Sorry, something went wrong.
Please give Elsa_ ext, elsa_ faster_ The detailed steps of ext configuration always show errors
ImportError: dynamic module does not define module export function (PyInit_elsa_faster_ext)
Please make sure to build the ".so" files and move them into the correct dictionary.
No branches or pull requests
from . import elsa_ext, elsa_faster_ext
in file elsa.pythere's always red line under elsa_ext, elsa_faster_ext
The text was updated successfully, but these errors were encountered: