Skip to content
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

How much can the img_depth improve the NDS? #18

Open
chdzhen opened this issue Sep 9, 2022 · 2 comments
Open

How much can the img_depth improve the NDS? #18

chdzhen opened this issue Sep 9, 2022 · 2 comments

Comments

@chdzhen
Copy link

chdzhen commented Sep 9, 2022

How much can the img_depth improve the NDS?

in bevf_transfusion.py
loss_depth = self.depth_dist_loss(depth_dist, img_depth, loss_method=self.img_depth_loss_method, img=img) * self.img_depth_loss_weight
losses.update(img_depth_loss=loss_depth)

thanks!

@tingtingliangvs
Copy link
Collaborator

Hi, in our previous experiment, the img_depth shows no improvement to the NDS. For more implementation results, please refer to BEVDepth and other works.

@HaoZhang16613
Copy link

Hi, in our previous experiment, the img_depth shows no improvement to the NDS. For more implementation results, please refer to BEVDepth and other works.

Hi~ when I was training the camera branch (bevf_pp_4x8_2x_nusc_cam) with img_depth, loss became nan after serveral iters.
I've already tried some solutions, like adding img_depth loss after a few training epoches and setting img_depth loss to zero when it is abnormal ... Unfortunately, all solutions didn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants