Skip to content
New issue

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

supporting voxelnext inference #2692

Open
wants to merge 1 commit into
base: dev-1.x
Choose a base branch
from

Conversation

csinsgcc
Copy link

Motivation

supporting voxelnext inference

Modification

adding the module used in voxelnext:

  • mmdet3d/configs/base/models/voxelnext.py
  • mmdet3d/configs/voxelnext/
  • mmdet3d/models/dense_heads/voxelnext_head.py
  • mmdet3d/models/detectors/voxelnext.py
  • mmdet3d/models/middle_encoders/sparse_encoder_voxelnext.py
  • mmdet3d/models/task_modules/coders/voxelnext_bbox_coder.py

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@OpenMMLab-Assistant-004

Hi @csinsgcc,

We'd like to express our appreciation for your valuable contributions to the mmdetection3d. Your efforts have significantly aided in enhancing the project's quality.
It is our pleasure to invite you to join our community thorugh Discord_Special Interest Group (SIG) channel. This is a great place to share your experiences, discuss ideas, and connect with other like-minded people. To become a part of the SIG channel, send a message to the moderator, OpenMMLab, briefly introduce yourself and mention your open-source contributions in the #introductions channel. Our team will gladly facilitate your entry. We eagerly await your presence. Please follow this link to join us: ​https://discord.gg/UjgXkPWNqA.

If you're on WeChat, we'd also love for you to join our community there. Just add our assistant using the WeChat ID: openmmlabwx. When sending the friend request, remember to include the remark "mmsig + Github ID".

Thanks again for your awesome contribution, and we're excited to have you as part of our community!



@MODELS.register_module()
class SparseEncoderVOXELNEXT(nn.Module):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SparseEncoderVoxelNext

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants