Open shawnding opened 1 year ago
waymo_dbinfos_train.pkl
Thanks! A following question, does the 6th channel represents range frame offset (according to this)? Does it make a difference to the detection performance?
The 6th channel is the relative timestamp, implemented in LoadPointsFromMultiSweepsWaymo
.
Hi @Abyssaledge ,
I noticed some differences in configs of 3-frame and single-frame FSD on waymo. It seems like different versions of WOD dataset is used (because the
in_channels
is different). I have the following questionswaymo_dbinfo_train.pkl
using your code. Should I use newer version of dbinfo to train the 3f model, or I just change thein_channels
back to 5? Does it have a big impact on the final result?tanh_dims
andvoxel_downsampling_size
mean in 3f config? I wonder why there are used in 3f but not in single frame config.feat_channels
changed from 64 to 32. Could you also explain the reason?Thanks!