Skip to content

Commit 66d007f

Browse files
committed
Update README.md for instance_segmentation
1 parent 0b5dc94 commit 66d007f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/instance_segmentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```bash
66
labelme data_annotated --labels labels.txt --nodata --validatelabel exact --config '{shift_auto_shape_color: -2}'
7-
labelme data_annotated --labels labels.txt --nodata --labelflags '{.*: [occluded, truncated], person-\d+: [male]}'
7+
labelme data_annotated --labels labels.txt --nodata --labelflags '{.*: [occluded, truncated], person: [male]}'
88
```
99

1010
![](.readme/annotation.jpg)

0 commit comments

Comments
 (0)