Hi Junbo,
Thanks for your great work and open-sourced code. I have a problem of the amount of training data used in self-supervised pretraining. You mentioned in the paper that the whole training set of Waymo is used for pretraining. However, I notice the config file for SSL that the "load_interval" is set to 4, which means that only 25% training data are used during pretraining.
Hi Junbo,
Thanks for your great work and open-sourced code. I have a problem of the amount of training data used in self-supervised pretraining. You mentioned in the paper that the whole training set of Waymo is used for pretraining. However, I notice the config file for SSL that the "load_interval" is set to 4, which means that only 25% training data are used during pretraining.
ProposalContrast/configs/waymo/voxelnet/ssl_pretrain_voxelnet.py
Line 113 in 3b02290