CSAILVision / LabelMeAnnotationTool

Source code for the LabelMe annotation tool.
MIT License
1.38k stars 436 forks source link

Create updated alert window #10

Open brussell123 opened 9 years ago

brussell123 commented 9 years ago

One function that would be useful is to have a better alert popup. Right now for alerts we use the "alert" function in javascript. But it is ugly.

If we could have somewhere a

LMalert(message)

then we could post messages like:

"please enter an object name"

"This polygon was entered by another user. You can only modify polygons that you have entered. Do not forget to sign in if you want to be able to edit your annotations"

and so on