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
I just found that --direction-pred only works when --instance-seg is activated
--direction-pred
--instance-seg
because direction_pred and instance_seg share the self.up1_embedded layer
direction_pred
instance_seg
self.up1_embedded
HDMapNet/model/base.py
Line 131 in 7911227
i guessed it is kinda typo. because there is another layer designed for direction_pred, 'self.up1_direction'. but never used
Line 102 in 7911227
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I just found that
--direction-pred
only works when--instance-seg
is activatedbecause
direction_pred
andinstance_seg
share theself.up1_embedded
layerHDMapNet/model/base.py
Line 131 in 7911227
i guessed it is kinda typo. because there is another layer designed for
direction_pred
, 'self.up1_direction'. but never usedHDMapNet/model/base.py
Line 102 in 7911227
The text was updated successfully, but these errors were encountered: