Closed hht1996ok closed 12 months ago
Hi @hht1996ok,
By "reproduce voxel-mae in centerpoint", do you mean using the original centerpoint model, e.g., a convolution-based backbone? Or do you mean this implementation which uses SST backbone with centerpoint-style detector?
Hi @georghess, Sorry, I misunderstood the meaning of Table 3, and I mistakenly thought that you adapted voxel-mae in centerpoint. From the experiment, I find that MAE-base method is not effective for the model of convolution based backbone. What do you think?
No worries.
Yes, for my naive implementation, I only saw very minor gains for CNN-based backbone. You could take a look at https://github.com/chaytonmin/Occupancy-MAE for a more thorough study of this though.
Hi, @georghess Thanks to the author for his outstanding work! When I reproduced voxel-mae in centerpoint, I was confused about the pre-trained network structure.