Skip to content

Issues report  #199

@kinglintianxia

Description

@kinglintianxia

In inputs/kitti_seg_input.py/L484, the Line below

road = tf.expand_dims(tf.to_float(label[:, :, :, 0]), 3)

I think it should be:

road = tf.expand_dims(tf.to_float(label[:, :, :, 1]), 3)

acording to function _make_data_gen(), Line 165

gt_image = np.concatenate((gt_bg, gt_road), axis=2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions