Closed MarieRoald closed 2 months ago
When I tried to use the Geometric augmentation with bounding boxes but without key-points, I got an UnboundLocalError due to the remove_indices-list not existing at line 212. This PR should hopefully fix that.
Geometric
UnboundLocalError
remove_indices
Thanks!
When I tried to use the
Geometric
augmentation with bounding boxes but without key-points, I got anUnboundLocalError
due to theremove_indices
-list not existing at line 212. This PR should hopefully fix that.