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

Some questions on code #124

Open
hitbuyi opened this issue Jan 22, 2024 · 0 comments
Open

Some questions on code #124

hitbuyi opened this issue Jan 22, 2024 · 0 comments

Comments

@hitbuyi
Copy link

hitbuyi commented Jan 22, 2024

In loss_crit.py, there are some comments,

def forward(self, pred_3D_lanes, gt_3D_lanes, pred_hcam=None, gt_hcam=None, pred_pitch=None, gt_pitch=None): """ :param pred_3D_lanes: predicted tensor with size N x (ipm_w/8) x 3*(2*K+1) :param gt_3D_lanes: ground-truth tensor with size N x (ipm_w/8) x 3*(2*K+1) :param pred_pitch: predicted pitch with size N :param gt_pitch: ground-truth pitch with size N :param pred_hcam: predicted camera height with size N :param gt_hcam: ground-truth camera height with size N :return: """
I have some questions on detailed loss design:

  1. What's the meaning of ipm_w/8 ?
  2. what's the meaning of k?
  3. Why groud truth dimensions are like this?
    Is there any detailed inforamtion to refer? I found no information on this kind in the paper
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

1 participant