mirror of
https://github.com/wassname/sloth.git
synced 2026-09-12 12:50:28 +08:00
add standard config file for labeling rects, point, polygons
This commit is contained in:
@@ -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"})
|
||||
Reference in New Issue
Block a user