Commit Graph

141 Commits

Author SHA1 Message Date
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
Mika Fischer 3b7f967bfd Add control buttons for going forward and backward 2011-05-24 23:07:51 +02:00
Martin Baeuml 518cd1802d package importlib 2011-05-24 22:19:28 +02:00
Martin Baeuml a0e95c24bf move tests to own subdir, removes pytest runtime dependency 2011-05-24 22:09:44 +02:00
Martin Baeuml 5c54661fa0 - move import_callable to core.utils
- allow str arguments in CONTAINERS
2011-05-24 22:09:43 +02:00
Mika Fischer af67ec1720 Make loading of videos work 2011-05-24 21:39:18 +02:00
Martin Baeuml 60648aecc8 allow loading all label files 2011-05-24 20:38:11 +02:00
Martin Baeuml e2df6dd7e0 allow rects to be moved by keyboard 2011-05-19 12:38:18 +02:00
Martin Baeuml a72fe37bcf allow insertion of rects outside of the image, closes #11 2011-05-19 10:31:30 +02:00
Martin Baeuml e042e9b11d make sloth run from /usr/local/lib, closes #7 2011-05-19 10:26:09 +02:00
Martin Baeuml 0c76ddeb99 forward keyboard events to scene after selecting item with Tab 2011-05-17 15:42:21 +02:00
Martin Baeuml 586c1f1766 add link to bug tracker in doc 2011-05-17 14:57:39 +02:00
Martin Baeuml 2756b40d56 fix import paths 2011-05-17 14:43:30 +02:00
Martin Baeuml 88d2a53410 add setup.py 2011-05-17 14:32:41 +02:00
Martin Baeuml 33d00a06fc mv update_gui script 2011-05-17 14:15:03 +02:00
Martin Baeuml f164ceea3a add FeretContainer 2011-05-17 14:12:13 +02:00
Martin Baeuml bc25b1227a add NotImplementedException 2011-05-17 14:12:01 +02:00
Martin Baeuml 604ee59816 remove obsolete loaders 2011-05-17 14:11:52 +02:00
Martin Baeuml 7739f76777 make sloth its own package 2011-05-17 14:04:02 +02:00
Martin Baeuml e2c34aa73c plugin and shortcut experiments 2011-05-16 18:20:32 +02:00
Martin Baeuml 3cc85f8f19 return current index 2011-05-16 18:20:10 +02:00
Martin Baeuml dc0272187e remove obsolete treeview property setting 2011-05-16 18:19:58 +02:00
Martin Baeuml 5d864576d0 - deselect all selected items with ESC
- forward key presses to items
2011-05-16 18:19:23 +02:00
Martin Baeuml 14098567c8 add more data access functions to the model 2011-05-16 18:18:44 +02:00
Martin Baeuml 00348c87c9 make selectNextItem a function 2011-05-16 18:18:05 +02:00
Martin Baeuml 768651f29c start defining new item base class interface 2011-05-16 18:17:06 +02:00
Martin Baeuml dfdc299236 add setColor convenience function 2011-05-16 18:16:47 +02:00
Martin Baeuml 206fe43ed1 color rows in treeview alternating 2011-05-16 18:16:18 +02:00
Martin Baeuml be2c510cdd remove bboxitem which was specifically for BBT 2011-05-16 18:15:03 +02:00
Martin Baeuml bb26b01057 add flag for allowing out of scene events 2011-05-13 16:55:49 +02:00
Martin Baeuml d133981a87 implement PickleContainer 2011-05-13 14:48:03 +02:00
Martin Baeuml f5a585f78f fix typo 2011-05-13 14:47:49 +02:00
Martin Baeuml 6a72d24f8d move LineItem to items 2011-05-13 14:47:34 +02:00
Martin Baeuml 537bad41be add .gitignore 2011-05-13 11:09:10 +02:00
Martin Baeuml 4f25efd52e document containers 2011-05-13 11:08:14 +02:00
Martin Baeuml 94579ab8e2 import callables where path is given as string 2011-05-13 11:07:44 +02:00
Martin Baeuml c84e02befe - move annotation model and containers to package annotations
- implement AnnotationContainerFactory
2011-05-13 11:07:03 +02:00