From 1bfcbb192609182123080fcd833dc2201ea3ccb4 Mon Sep 17 00:00:00 2001 From: LaraStuStu Date: Thu, 14 May 2020 11:05:04 +0800 Subject: [PATCH] =?UTF-8?q?Update=201=5F3=5FLabelMe=E5=AE=89=E8=A3=85.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../1_Windows/1_3_LabelMe\345\256\211\350\243\205.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/DataAnnotation/\346\240\207\346\263\250\345\267\245\345\205\267\345\256\211\350\243\205\345\222\214\344\275\277\347\224\250/1_Windows/1_3_LabelMe\345\256\211\350\243\205.md" "b/DataAnnotation/\346\240\207\346\263\250\345\267\245\345\205\267\345\256\211\350\243\205\345\222\214\344\275\277\347\224\250/1_Windows/1_3_LabelMe\345\256\211\350\243\205.md" index c7b4b7e..3531694 100644 --- "a/DataAnnotation/\346\240\207\346\263\250\345\267\245\345\205\267\345\256\211\350\243\205\345\222\214\344\275\277\347\224\250/1_Windows/1_3_LabelMe\345\256\211\350\243\205.md" +++ "b/DataAnnotation/\346\240\207\346\263\250\345\267\245\345\205\267\345\256\211\350\243\205\345\222\214\344\275\277\347\224\250/1_Windows/1_3_LabelMe\345\256\211\350\243\205.md" @@ -14,7 +14,7 @@ pip install labelme 在命令行中执行下述命令,则会出现标注工具 ```cmd # 进入创建好的Anaconda环境 -source activate mypaddle +conda activate mypaddle # 开启LabelMe ``` LabelMe标注工具界面主要如下图所示: -- GitLab