centerformer icon indicating copy to clipboard operation
centerformer copied to clipboard

Well trained weights on nuscenes

Open hehualin-tut opened this issue 2 years ago • 1 comments

Hello, first of all, thank you for your excellent work. I would like to ask whether there is a trained weight on nuscenes, because my computer can not run training, so I would like to use the trained model to evaluate and see the effect.

By the way, how can I change the batchsize or some other operation to make the GPU demand smaller

hehualin-tut avatar Dec 28 '22 01:12 hehualin-tut

Hello, thanks for your interest in our work. Sorry, I currently do not have access to my previous pretrained weight. If you need to lower the memory cost, you can try changing the following parameters:

  1. batch size -> 1 or 2 https://github.com/TuSimple/centerformer/blob/5a949b88ed7bb15aafb39bf78c95f1452063ebea/configs/nusc/nuscenes_centerformer_separate_detection_head.py#L188
  2. channel size https://github.com/TuSimple/centerformer/blob/5a949b88ed7bb15aafb39bf78c95f1452063ebea/configs/nusc/nuscenes_centerformer_separate_detection_head.py#L34-L69
  3. voxel size -> [0.1, 0.1, 0.2] https://github.com/TuSimple/centerformer/blob/5a949b88ed7bb15aafb39bf78c95f1452063ebea/configs/nusc/nuscenes_centerformer_separate_detection_head.py#L32

edwardzhou130 avatar Jan 02 '23 06:01 edwardzhou130