소스 검색

Update README.md for instance_segmentation

Kentaro Wada 3 년 전
부모
커밋
66d007fab8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/instance_segmentation/README.md

+ 1 - 1
examples/instance_segmentation/README.md

@@ -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)