cvhciKIT / sloth

Sloth is a tool for labeling image and video data for computer vision research.
Other
608 stars 198 forks source link

Add a plugin to enumerate the corners of polygon items #85

Closed neingeist closed 9 years ago

neingeist commented 9 years ago

Martin,

this new pull request is the correct one, the last one I closed because I discovered a bug.

baeuml commented 9 years ago

Interesting... thanks.

Would you ever want to toggle the display of the indices?

BTW, you can update pull requests (e.g., http://stackoverflow.com/questions/9790448/how-to-update-a-pull-request)

neingeist commented 9 years ago

Toggling the display: Perhaps, but if the order of the vertices is somewhat important, you probably don't want to toggle it, and if it isn't, you don't need the indices. And you have to enable the plugin with your custom configuration anyway.

Updating the pull request: Yes, but the original PR didn't update from my branch, maybe I should have re-opened it and it would have updated.

Thanks for merging!