add standard config file for labeling rects, point, polygons

This commit is contained in:
Martin Baeuml
2011-01-31 12:36:01 +01:00
parent 494cab9fbd
commit 1648c8c283
2 changed files with 9 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
RATIOS = ["0.5", "1", "2"]
self.add_label("Rect", {"type": "rect"})
self.add_label("FixedRatioRect", {"type": "ratiorect", "_ratio": RATIOS})
self.add_label("Point", {"type": "point"})
self.add_label("Polygon", {"type": "polygon"})