We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8c711 commit b50b51bCopy full SHA for b50b51b
labelbox/data/annotation_types/geometry/point.py
@@ -37,4 +37,4 @@ def raster(self,
37
return cv2.circle(canvas, (int(self.x), int(self.y)),
38
radius=thickness,
39
color=color,
40
- thickness=1)
+ thickness=-1)
0 commit comments