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 ..builder import HEADS ImportError: attempted relative import with no known parent package
Where can i get these files from ..builder import HEADS from ..decode_head import BaseDecodeHead
The text was updated successfully, but these errors were encountered:
from ..builder import HEADS ImportError: attempted relative import with no known parent package Where can i get these files from ..builder import HEADS from ..decode_head import BaseDecodeHead
mmseg/models/builder.py mmseg/models/decode_heads/decode_head.py
so you can change from mmseg.models.builder import HEADS from mmseg.models.decode_heads.decode_head import BaseDecodeHead
Sorry, something went wrong.
No branches or pull requests
from ..builder import HEADS
ImportError: attempted relative import with no known parent package
Where can i get these files
from ..builder import HEADS
from ..decode_head import BaseDecodeHead
The text was updated successfully, but these errors were encountered: