cvhciKIT / sloth

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

Display popup dialog when loading of annotations failed #33

Open mika-fischer opened 13 years ago

baeuml commented 13 years ago

Maybe display a message box with the error instead? This probably should also be done when an invalid file is loaded from the GUI. The message in the message bar is too small and too quickly gone to be reliably notices.

mika-fischer commented 13 years ago

This is actually already implemented. With the current structure, at the point the initial file is loaded, the GUI does not exist yet.

But for the regular loading, I agree.