Commit Graph

177 Commits

Author SHA1 Message Date
Mika Fischer c80a08b45e Import missing symbols 2011-06-10 11:06:41 +02:00
Mika Fischer 2be3a746e7 Fix takeAt of FloatingLayout 2011-06-10 10:59:54 +02:00
Mika Fischer 7beba6ebf0 Remove unneeded imports 2011-06-09 18:06:53 +02:00
Mika Fischer 1e1d0aebe1 Move non-gui stuff from MainWindow to new LabelTool class 2011-06-09 18:06:53 +02:00
Martin Baeuml d165de6b21 properly update items if model changes 2011-06-09 17:18:25 +02:00
Mika Fischer 4a05c45979 Lay out buttons vertically 2011-06-09 15:59:52 +02:00
Mika Fischer 0c4ad2b59e Add FloatingLayout from OKAPI 2011-06-09 15:59:24 +02:00
Mika Fischer 8e1608c514 Exit insert mode with ESC 2011-06-08 18:17:15 +02:00
Mika Fischer 8e4617574e Fix filters in open and save dialogs 2011-06-08 17:56:29 +02:00
Mika Fischer d134d55d25 Make items in model tree selectable, use system default colors 2011-06-08 17:47:21 +02:00
Mika Fischer d41570a205 Make it possible to load config file from everywhere and optionally with .py extension 2011-06-08 16:32:57 +02:00
Martin Baeuml 9a13a8cfec fix syntax error in example label file 2011-06-08 14:47:24 +02:00
Mika Fischer e5bb40f16a Try to do face detection in separate thread. Still does not work... 2011-06-08 14:22:53 +02:00
Martin Baeuml c08ae1c532 add InvalidArgumentException, fixes #15 2011-06-08 12:41:58 +02:00
Martin Baeuml 45ab7e0c06 make shift-tab work for selecting items in reverse order, fixes #17 2011-06-08 12:12:52 +02:00
Mika Fischer bf82b07384 Try to add progress bar for face detection plugin
Does not work too well...
2011-06-07 18:53:03 +02:00
Mika Fischer 628c9da5b3 Add very crude plugin to detect faces in all images 2011-06-07 18:35:03 +02:00
Mika Fischer 6d48564295 Add support for plugins bundled with sloth 2011-06-07 18:33:01 +02:00
Mika Fischer fb3c05083c Give overloaded member functions the same signature as in the base class 2011-06-07 17:33:59 +02:00
Mika Fischer af5c533cbd Map *.sloth-init to FileNameListContainer 2011-06-07 16:58:31 +02:00
Mika Fischer d5f629d806 Add FileNameListContainer
It can be used to initialize the list of images to be annotated.
2011-06-07 16:53:26 +02:00
Martin Baeuml 022b0c2882 add container API reference 2011-06-07 16:47:30 +02:00
Martin Baeuml dc74eef969 fix container names in default config 2011-06-07 16:34:13 +02:00
Martin Baeuml 807123918b add more container tests 2011-06-07 16:20:03 +02:00
Martin Baeuml d82cc82828 improve the AnnotationContainer's interface 2011-06-07 16:19:48 +02:00
Martin Baeuml 3a30563b4d update default config
- actually define default labels
- document ITEMS
- add pickle to containers
2011-06-07 15:01:01 +02:00
Martin Baeuml beac08ee5d add first simple example and documentation for it 2011-06-07 15:00:20 +02:00
Martin Baeuml 2fcf95b061 place sloth under GPLv3 2011-06-07 14:49:43 +02:00
Mika Fischer 6ace774ee0 Properly initialize auto_text_keys_ for all Items 2011-06-07 14:30:34 +02:00
Martin Baeuml 03c241787e store persistent model index 2011-06-06 13:46:25 +02:00
Martin Baeuml 2b51ce8e0b add text drawing to BaseItem 2011-06-06 13:46:09 +02:00
Martin Baeuml 14889a4b97 cleanup and pep8 2011-06-06 13:45:16 +02:00
Martin Baeuml 9cbdb8f6c9 roughly document installation 2011-05-27 17:16:05 +02:00
Martin Baeuml 29294a7a35 rewrite PointItem and RectItem using the new base class, adds __call__ method 2011-05-27 17:04:32 +02:00
Martin Baeuml 1549dfd13a add TODO commentary 2011-05-27 17:03:58 +02:00
Martin Baeuml de927eb65e fix (Rect)ItemInserter, fixes #8 2011-05-27 17:03:06 +02:00
Martin Baeuml c242d56a62 doc containers --> yaml, json 2011-05-27 17:01:40 +02:00
Tobias Gehrig 5c5143392e add updateAnnotation() methods to ImageFileModelItem, FrameModelItem and AnnotationModel, as well as a has_key() method to AnnotationModelItem 2011-05-26 13:26:43 +02:00
Tobias Gehrig d63562a193 fix typos 2011-05-26 13:14:45 +02:00
Martin Baeuml 911f53419a fix updating of model 2011-05-25 01:02:55 +02:00
Martin Baeuml ba65a6ff84 dump yaml somewhat correctly 2011-05-25 00:58:37 +02:00
Martin Baeuml e881e738ce add file to internal files 2011-05-25 00:58:16 +02:00
Martin Baeuml d279637767 fix default_config CONTAINERS 2011-05-25 00:49:55 +02:00
Mika Fischer 41905fc945 Merge branch 'master' of https://i14git.anthropomatik.kit.edu/labeltool 2011-05-25 00:44:54 +02:00
Mika Fischer aefc1c9030 Add preliminary support for adding images and videos 2011-05-25 00:44:46 +02:00
Martin Baeuml ae1fbecc66 add json and yaml containers to default config 2011-05-25 00:20:14 +02:00
Martin Baeuml 150f059522 implement JSON and YAML containers 2011-05-25 00:17:43 +02:00
Martin Baeuml 9d558951bd only display basename in controls 2011-05-24 23:25:59 +02:00
Martin Baeuml 175a61db8f add missing model parameters 2011-05-24 23:23:01 +02:00
Martin Baeuml 1444185c1e remove obsolete files 2011-05-24 23:08:39 +02:00