Cartucho / OpenLabeling

Label images and video for Computer Vision applications
Apache License 2.0
926 stars 265 forks source link

bug on variable comparison #25

Closed steeler18 closed 5 years ago

steeler18 commented 6 years ago

In the function delete_selected_bbox(), when comparing counter and selected_bbox, "!=" should be used instead of "is not". Otherwise, some bounding boxes cannot be deleted.

Cartucho commented 6 years ago

Thanks! I just fixed it!