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

best result on nuscenes #260

Closed
TianhaoFu opened this issue Jan 18, 2022 · 23 comments
Closed

best result on nuscenes #260

TianhaoFu opened this issue Jan 18, 2022 · 23 comments

Comments

@TianhaoFu
Copy link

hi,
i noticed that your rank in nuscenes lidar track is 2

CenterPoint-VID
mAP: 0.674
NDS: 0.718

What config should I use to train the model to achieve this effect?

@tianweiy
Copy link
Owner

this one is not my entry

@TianhaoFu
Copy link
Author

thanks.

Which ranking on the nuscene list is yours now? Can you share the training strategy and related configuration?

@tianweiy

@tianweiy
Copy link
Owner

tianweiy commented Jan 21, 2022

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)

@TianhaoFu
Copy link
Author

ok, thanks!

@TianhaoFu
Copy link
Author

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)

Hi, i want to know does the result of 68.5 use dcn? thanks!
@tianweiy

@tianweiy
Copy link
Owner

No, I don't think dcn helps much

@tianweiy
Copy link
Owner

tianweiy commented Feb 16, 2022

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

@TianhaoFu
Copy link
Author

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!

@tianweiy
Copy link
Owner

@TianhaoFu
Copy link
Author

so you trained totally 40 epoch?
could you provide your training command? like

python -m torch.distributed.launch --nnodes=1 ./tools/train.py configs/mvp/nusc_centerpoint_voxelnet_0075voxel_fix_bn_z_scale.py --resume_from epoch_20.pth

thanks!

@tianweiy
Copy link
Owner

tianweiy commented Feb 25, 2022

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)

@tianweiy
Copy link
Owner

run config < i mean testing

@TianhaoFu
Copy link
Author

TianhaoFu commented Feb 25, 2022

got it .
Do you think adding double flip augmentation will make the performance better?
thanks!

@tianweiy
Copy link
Owner

the 68.5 is with flip aug, 66.8 is without flip aug. Flip definitely helps at the cost of 4x latency

@TianhaoFu
Copy link
Author

does the flip mean double flip?
should i add the double_flip=ture during training and testing

@tianweiy
Copy link
Owner

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

@TianhaoFu
Copy link
Author

does the flip aug during testing help improve performance?

@tianweiy
Copy link
Owner

yes

the 68.5 is with flip aug, 66.8 is without flip aug.

@TianhaoFu
Copy link
Author

the 68.5 is with flip aug, 66.8 is without flip aug. Flip definitely helps at the cost of 4x latency

could you provide this test config with flip aug?
thanks!

@tianweiy
Copy link
Owner

will do in a bit (after i finish graphics hw, probably 1 to 2 hrs)

@tianweiy
Copy link
Owner

tianweiy commented Feb 25, 2022

accuracy they are the same. the one inside mvp folder uses dynamic voxelization, so we can remove the old voxelizer

@tianweiy
Copy link
Owner

will do in a bit (after i finish graphics hw, probably 1 to 2 hrs)

up now

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

2 participants