Skip to content

Commit

Permalink
fix code style problem
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeShewill-CV committed Oct 24, 2018
1 parent 6cf19de commit c3ce73b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lanenet_model/lanenet_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def get_lane_mask(self, binary_seg_ret, instance_seg_ret):

return mask_image


if __name__ == '__main__':
binary_seg_image = cv2.imread('binary_ret.png', cv2.IMREAD_GRAYSCALE)
binary_seg_image[np.where(binary_seg_image == 255)] = 1
Expand Down

0 comments on commit c3ce73b

Please sign in to comment.