Skip to content

Some questions on code #124

@hitbuyi

Description

@hitbuyi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions