bbox-annotator
bbox-annotator copied to clipboard
Adjustable bounding boxes
Is there a way to make the boxes adjustable so that once a box has been drawn and labeled that it's dimensions can be adjusted without having to start over?
@AdamWP Nope.
You can rewrite the code so that each box (div element) listens to click event to implement that functionality.