ucsd-vision / InvasivePlantSpecies

0 stars 0 forks source link

Add ability to set all bounding boxes to the same species at once #10

Closed r2d2bol closed 7 years ago

r2d2bol commented 7 years ago

A panorama will usually have only one species present. There should be a button or some way of applying the same species label to all bounding boxes.

archerD commented 7 years ago

The code should work now (commit f7a629e), as #13 has been fixed, and that was the root cause of the previous issue with the implementation.

r2d2bol commented 7 years ago

Looks good, though it needs one more feature. Keep track of the species of the last bounding box added, and any new bounding box should default to the species of the last bounding box added.

archerD commented 7 years ago

Feature added, the bounding boxes added have the species set to the species which was the last to have something changed to it.