Skip to content

Commit

Permalink
Update README.md for instance_segmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Jun 9, 2021
1 parent 0b5dc94 commit 66d007f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/instance_segmentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

![](.readme/annotation.jpg)
Expand Down

0 comments on commit 66d007f

Please sign in to comment.