TypeError: slice indices must be integers or None or have an __index__ method
when i run " ./view_steering_model.py ./outputs/steering_model/steering_angle.json", it prompt me this error message:
Traceback (most recent call last):
File "./view_steering_model.py", line 120, in
Hello, I just got into that problem. use img[int(row-sz):int(row+sz), int(col-sz):int(col+sz)] = color
it should work