mmdetection3d icon indicating copy to clipboard operation
mmdetection3d copied to clipboard

Unknown data appears in training pointpillar

Open Fengshihao1 opened this issue 2 years ago • 2 comments

The first time the pointpillar was trained on the nuScenes dataset was normal, but the following data appeared during the second training: ‘’... torch.Size([42917, 64, 128]) torch.Size([42917, 64]) torch.Size([55230, 64, 128]) torch.Size([55230, 64]) torch.Size([42622, 64, 128]) torch.Size([42622, 64]) torch.Size([63691, 64, 128]) torch.Size([63691, 64]) torch.Size([70426, 64, 128]) torch.Size([70426, 64]) torch.Size([83027, 64, 128]) ...‘’ And I re-copy the source code from github for training, and this still occurs. How can I solve it please?

Fengshihao1 avatar Jul 23 '22 01:07 Fengshihao1

It's just because there are some print-debug codes not cleaned. You can just locate and remove them.

Tai-Wang avatar Aug 03 '22 06:08 Tai-Wang

Thanks a lot for your answer. I have found the problem and solved it..

------------------ 原始邮件 ------------------ 发件人: "open-mmlab/mmdetection3d" @.>; 发送时间: 2022年8月3日(星期三) 下午2:15 @.>; @.@.>; 主题: Re: [open-mmlab/mmdetection3d] Unknown data appears in training pointpillar (Issue #1656)

It's just because there are some print-debug codes not cleaned. You can just locate and remove them.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

Fengshihao1 avatar Aug 03 '22 06:08 Fengshihao1