-
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
about test results #230
Comments
something seems wrong with the voxelnet. How do you get these two results (is it a pretrained model?) |
trained in my devices |
pp seems reasonable. It seems better than README result https://github.com/tianweiy/CenterPoint/tree/master/configs/nusc VoxelNet is definitely off (even 1 epoch should be better or close to current one). spconv version? Also the apex / torch nn syncbn ? Is this the epoch 20 one ? |
I remember that I trained that weeks ago and use another environments version and use one gpus(I don't remember some details and it seemed that the environments building fail). |
yeah, the pp's result is good. (better than my original result).
I think this is normal for nuScenes and Waymo. PP is worse for small objects compared to voxelnet |
I tryied to train with voxel same as that with pp,without apex,but It print a similar bug: Like apex,It happened while the first epoch completed. |
I see. could you let me know your current torch / cuda again? I will debug this after finishing a few final exams (in one week). |
3.6.13 |Anaconda, Inc.| (default, Jun 4 2021, 14:25:59) thanks very much |
I will debug this at the weekend |
I find the problem. Will push a fix in a few hrs |
should be fixed now at e30f768 let me know if the problem still exists |
you can also use torch syncbn and spconv 2.x. I can confirm that the results won't change in the new version |
OK,thanks.But now I'm running another code now and I'll give it a try once this run is over |
sure, let me know if there are still problems. (this one is a little hard to test ) |
feel free to reopen if there are other issues |
there are still problems. When I fix the seed, it will occur after a certain number of steps. |
the problem still exists |
See #203 |
Thanks! I will try it. |
for pp:
python -m torch.distributed.launch --nproc_per_node=2 ./tools/dist_test.py configs/nusc/pp/nusc_centerpoint_pp_02voxel_two_pfn_10sweep.py --work_dir work_dirs/nusc_centerpoint_pp_02voxel_two_pfn_10sweep --checkpoint work_dirs/nusc_centerpoint_pp_02voxel_two_pfn_10sweep/latest.pth
results:
for voxel:
python -m torch.distributed.launch --nproc_per_node=2 ./tools/dist_test.py configs/nusc/voxelnet/nusc_centerpoint_voxelnet_01voxel.py --work_dir work_dirs/nusc_centerpoint_voxelnet_01voxel --checkpoint work_dirs/nusc_centerpoint_voxelnet_01voxel/latest.pth
A little low than those in the README.md
The text was updated successfully, but these errors were encountered: