BEVDepth icon indicating copy to clipboard operation
BEVDepth copied to clipboard

How to train only a camera input with cam_front?

Open Tony-Hou opened this issue 2 years ago • 2 comments

It's only change to the follow setting? `'cams': [ 'CAM_FRONT',

],
'Ncams':
1,`

Tony-Hou avatar Aug 30 '22 00:08 Tony-Hou

This should work, but in my experimence, this may result in performance drop, since gt are not filtered based on the cameras you use.

yinchimaoliang avatar Aug 30 '22 08:08 yinchimaoliang

This should work, but in my experimence, this may result in performance drop, since gt are not filtered based on the cameras you use. image

Is the metric of above picture normal only cam_front as network input? What's the meaning about since gt are not filtered based on the cameras you use?

Tony-Hou avatar Aug 31 '22 05:08 Tony-Hou