udacity / sdc-issue-reports

29 stars 6 forks source link

Behavioral Cloning #12: Multiple Cameras #643

Closed vishalrangras closed 7 years ago

vishalrangras commented 7 years ago

In this topic, in the code, following is written:

directory = "..." # fill in the path to your training IMG directory

img_center = process_image(np.asarray(Image.open(path + row[0])))

In 2nd line, "path" is used and in 1st line, "directory" is used. These are misleading. Can you please make it similar in both the lines.

baumanab commented 7 years ago

Thanks for reporting this, it has been corrected.