neeharperi / LT3D

Towards Long Tailed 3D Detection. CoRL '22
Apache License 2.0
41 stars 4 forks source link

Pre-trained weights for CenterPoint_Hierarchy_nuScenes #8

Open weivnaeco opened 1 year ago

weivnaeco commented 1 year ago

@Redrew @kylevedder @mtli @neeharperi @mayechi Hello. Can I ask if you can share other pre-trained weights like CenterPoint_Hierarchy_nuScenes used for experiments of paper? I think only pre-trained weights for CenterPoint_Hierarchy_Argoverse2.0, FCOS3D_Argoverse2.0, TransFusion-L_Argoverse2.0 are available now. I hope I can download other pre-trained weights such as CenterPoint_nuScenes(w/, w/o Hierarchy) and CenterPoint_Argoverse2.0(w/o Hierarchy). Thank you. Have a nice day.

neeharperi commented 1 year ago

Hi @weivnaeco, Thanks for your interest in our work. Unfortunately, we don't have these pre-trained weights handy. Please follow the included instructions in the README to reproduce these models. Please let me know if you have any further questions.

Thanks, Neehar

weivnaeco commented 1 year ago

@neeharperi Hello. Thank you for replying. I have 3 more questions. First, is there any reason why you did not use all 23 classes in nuScenes and ignore rare classes such as wheelchair and animal (ignore Railed vehicle, Official signaler, Traffic light trailer, Animal in AV2)? Second, it takes 18 days to train centerpoint_0075voxel_second_secfpn_dcn_4x8_cyclic_50m_wide_hierarchy_tta_20e_nus.py on single NVIDIA GeForce RTX 3090. Do you think it will harm mAP if I increase "samples_per_gpu=1"? image Last, do you think it will harm mAP if I resume training from latest stopped epoch checkpoint by "'--resume-from'"? Thank you. Have a good day.

neeharperi commented 1 year ago