-
Notifications
You must be signed in to change notification settings - Fork 457
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
best result on nuscenes #260
Comments
this one is not my entry |
thanks. Which ranking on the nuscene list is yours now? Can you share the training strategy and related configuration? |
the leaderboard uses old version (and worse). The most recent models get 66.8 / 68.5 (single / flip) #249 on val set. The test set should be similar or higher. The configs are already provided. If you want to get to SOTA performance, you will need fusion based methods (e.g. https://github.com/tianweiy/MVP) |
ok, thanks! |
|
No, I don't think dcn helps much |
I basically just run this config (w/ w/o flip test) with pretrained model https://github.com/tianweiy/CenterPoint/blob/master/configs/mvp/nusc_centerpoint_voxelnet_0075voxel_fix_bn_z_scale.py |
can you provide the per-trained model? thanks! |
i just use this model https://github.com/tianweiy/CenterPoint/blob/master/configs/nusc/README.md (first one) |
so you trained totally 40 epoch?
thanks! |
I only trained 20 epochs, all training follows a standard schedule (and already specified in the config). You can get the number by just testing the pretrained model (which trained for 20 epoch) |
run config < i mean testing |
got it . |
the 68.5 is with flip aug, 66.8 is without flip aug. Flip definitely helps at the cost of 4x latency |
does the flip mean double flip? |
we always do flip aug during training. By default, we don't do flip aug during testing. To enable it, we need to add multiple flip flags in the config. See this file for an example https://github.com/tianweiy/CenterPoint/blob/master/configs/nusc/voxelnet/nusc_centerpoint_voxelnet_0075voxel_dcn_flip.py |
does the flip aug during testing help improve performance? |
yes
|
could you provide this test config with flip aug? |
will do in a bit (after i finish graphics hw, probably 1 to 2 hrs) |
i noticed that in https://github.com/tianweiy/CenterPoint/blob/master/configs/mvp/nusc_centerpoint_voxelnet_0075voxel_fix_bn_z_scale.py config. there is no voxel_generator config, why? byw, what the difference between https://github.com/tianweiy/CenterPoint/blob/master/configs/mvp/nusc_centerpoint_voxelnet_0075voxel_fix_bn_z_scale.py and https://github.com/tianweiy/CenterPoint/blob/master/configs/nusc/voxelnet/nusc_centerpoint_voxelnet_0075voxel_fix_bn_z.py |
accuracy they are the same. the one inside mvp folder uses dynamic voxelization, so we can remove the old voxelizer |
up now |
hi,
i noticed that your rank in nuscenes lidar track is 2
What config should I use to train the model to achieve this effect?
The text was updated successfully, but these errors were encountered: