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

Question about CenterPoint's model #8

Closed
ZhangYu1ing opened this issue Jun 30, 2021 · 3 comments
Closed

Question about CenterPoint's model #8

ZhangYu1ing opened this issue Jun 30, 2021 · 3 comments

Comments

@ZhangYu1ing
Copy link

Hi,

sorry to bother you. Regarding the model of CenterPoint, I have the following questions:

  1. Which is the first network layer for CenterPoint? In my opinion, the first layer of CenterPoint network may be the MeanVFE, correct?

  2. What is the input and output of the first layer network?What is the size of its input? Could you please point out where is it defined?

Thank you so much.

@ZhangYu1ing ZhangYu1ing changed the title Data saving and reloading Question about CenterPoint's model Jun 30, 2021
@tianweiy
Copy link
Owner

  1. Yes
  2. See this for the size of the input
    voxels: (num_voxels, max_points_per_voxel, C)

    I think it is generated here
    voxel_output = voxel_generator.generate(points)

@yaxi333
Copy link

yaxi333 commented Jul 2, 2021

Hi, @tianweiy

Thanks for your reply!

1.I want to ask how many neurons do the first layer has then? I mean how many neurons are the first layer connected to the second layer?

  1. And the second layer is Backbone3d: VoxelBackBone8x right? And the second layer seems to have 16 neurons after I print the model on the monitor. But where did you assign this?

Thanks in advance!

@tianweiy
Copy link
Owner

tianweiy commented Jul 2, 2021

  1. first layer is voxelization. It is just simple average and doesn't have learnable weights.

  2. first learnable layer is defined here

    self.conv_input = spconv.SparseSequential(

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

No branches or pull requests

3 participants