Aidil
Results
1
comments of
Aidil
> self.left_fitx, self.left_fit = self.fit_from_lines(self.left_fit , cv_yellow_lane) This line tried accessing self.left_fit which doesnt exist yet. try wrapping the entire block with try except to make this error go away