When saving augmented image with draw rect, it throws this error: ``` TypeError: function takes exactly 4 arguments (2 given) ``` Managed to solve it by parse `stroke` parameter to int() in `bbox_utilities.py` line 16