一、安装anaconda
二、配置虚拟环境
1、win+R进入命令行
2、cmd
3、分别输入如下命令,此命令是调用清华大学镜像
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes
4、在命令行下安装虚拟环境
conda create --name tensorflow python=3.7
三、安装LabelImg
1、下载LabelImg压缩包,解压到固定目录,如D盘
2、进入虚拟环境
Step1、win+R,然后activate tensorflow
Step2、pip install pyqt5 -i https://pypi.tuna.tsinghua.edu.cn/simple/
Step3、pip install lxml -i https://pypi.tuna.tsinghua.edu.cn/simple/
Step4、进入目录下,例如我的分别输入如下命令
D:
cd D:\labelImg-master
Step5、在labelImg-master运行python labelImg.py即可出来页面

四、使用LabelImg
Step1、进入labelImg-master目录
D:
cd D:\labelImg-master
Step2、激活虚拟变量
activate tensorflow
Step3、运行python labelImg.py
方案二:改成bat文件
Step1、新建记事本
Step2、在记事本中输入如下代码,可根据自己路径修改

D:
cd D:\labelImg-master
python labelImg.py
exit
Step3、然后保存文件,并修改扩展名为bat,每次就不用输入代码了

五、使用LabelImg标注图片
Step1、准备两个,一个文件夹存放要标注的原始图片,另一个文件夹存放标注后的xml文件
Step2、启动LabelImg,然后点击Open Dir选择要标注的图片文件,注意由于是多张图片标注,这里面一定要选到存放图片的文件夹。

Step3、点击Change Save Dir来选择标注后xml文件的存放路径,也是要选择文件夹。

Step4、点击Create RectBox来拉框标注,其中标注方法如下图所示。然后进行标注,输入候选框的分类类别。

Step5、对改张图片标注完成完成后点击Save进行保存。

Step6、点击Next Image则切换到下一张图片,然后对下一张图片进行拉框标注。注:Next Image和Prev Image可对原图文件夹中的图片进行切换。

欢迎使用Markdown编辑器

你好! 这是你第一次使用 Markdown编辑器 所展示的欢迎页。如果你想学习如何使用Markdown编辑器, 可以仔细阅读这篇文章,了解一下Markdown的基本语法知识。

新的改变

我们对Markdown编辑器进行了一些功能拓展与语法支持,除了标准的Markdown编辑器功能,我们增加了如下几点新功能,帮助你用它写博客:

  1. 全新的界面设计 ,将会带来全新的写作体验;
  2. 在创作中心设置你喜爱的代码高亮样式,Markdown 将代码片显示选择的高亮样式 进行展示;
  3. 增加了 图片拖拽 功能,你可以将本地的图片直接拖拽到编辑区域直接展示;
  4. 全新的 KaTeX数学公式 语法;
  5. 增加了支持甘特图的mermaid语法1 功能;
  6. 增加了 多屏幕编辑 Markdown文章功能;
  7. 增加了 焦点写作模式、预览模式、简洁写作模式、左右区域同步滚轮设置 等功能,功能按钮位于编辑区域与预览区域中间;
  8. 增加了 检查列表 功能。

功能快捷键

撤销:Ctrl/Command + Z
重做:Ctrl/Command + Y
加粗:Ctrl/Command + B
斜体:Ctrl/Command + I
标题:Ctrl/Command + Shift + H
无序列表:Ctrl/Command + Shift + U
有序列表:Ctrl/Command + Shift + O
检查列表:Ctrl/Command + Shift + C
插入代码:Ctrl/Command + Shift + K
插入链接:Ctrl/Command + Shift + L
插入图片:Ctrl/Command + Shift + G
查找:Ctrl/Command + F
替换:Ctrl/Command + G

合理的创建标题,有助于目录的生成

直接输入1次#,并按下space后,将生成1级标题。
输入2次#,并按下space后,将生成2级标题。
以此类推,我们支持6级标题。有助于使用TOC语法后生成一个完美的目录。

如何改变文本的样式

强调文本 强调文本

加粗文本 加粗文本

标记文本

删除文本

引用文本

H2O is是液体。

210 运算结果是 1024.

插入链接与图片

链接: link.

图片:

带尺寸的图片:

居中的图片:

居中并且带尺寸的图片:

当然,我们为了让用户更加便捷,我们增加了图片拖拽功能。

如何插入一段漂亮的代码片

去博客设置页面,选择一款你喜欢的代码片高亮样式,下面展示同样高亮的 代码片.

// An highlighted block
var foo = 'bar';

生成一个适合你的列表

  • 项目

    • 项目

      • 项目
  1. 项目1
  2. 项目2
  3. 项目3
  • 计划任务
  • 完成任务

创建一个表格

一个简单的表格是这么创建的:

项目 Value
电脑 $1600
手机 $12
导管 $1

设定内容居中、居左、居右

使用:---------:居中
使用:----------居左
使用----------:居右

第一列 第二列 第三列
第一列文本居中 第二列文本居右 第三列文本居左

SmartyPants

SmartyPants将ASCII标点字符转换为“智能”印刷标点HTML实体。例如:

TYPE ASCII HTML
Single backticks 'Isn't this fun?' ‘Isn’t this fun?’
Quotes "Isn't this fun?" “Isn’t this fun?”
Dashes -- is en-dash, --- is em-dash – is en-dash, — is em-dash

创建一个自定义列表

Markdown
Text-to-HTML conversion tool
Authors
John
Luke

如何创建一个注脚

一个具有注脚的文本。2

注释也是必不可少的

Markdown将文本转换为 HTML

KaTeX数学公式

您可以使用渲染LaTeX数学表达式 KaTeX:

Gamma公式展示 Γ(n)=(n−1)!∀n∈N\Gamma(n) = (n-1)!\quad\forall n\in\mathbb NΓ(n)=(n−1)!∀n∈N 是通过欧拉积分

Γ(z)=∫0∞tz−1e−tdt.\Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,. Γ(z)=∫0∞​tz−1e−tdt.

你可以找到更多关于的信息 LaTeX 数学表达式here.

新的甘特图功能,丰富你的文章

Mon 06Mon 13Mon 20已完成 进行中 计划一 计划二 现有任务Adding GANTT diagram functionality to mermaid
  • 关于 甘特图 语法,参考 这儿,

UML 图表

可以使用UML图表进行渲染。 Mermaid. 例如下面产生的一个序列图:

#mermaid-svg-YrWr3aAB0sRcBgKn .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);fill:#333;color:#333}#mermaid-svg-YrWr3aAB0sRcBgKn .label text{fill:#333}#mermaid-svg-YrWr3aAB0sRcBgKn .node rect,#mermaid-svg-YrWr3aAB0sRcBgKn .node circle,#mermaid-svg-YrWr3aAB0sRcBgKn .node ellipse,#mermaid-svg-YrWr3aAB0sRcBgKn .node polygon,#mermaid-svg-YrWr3aAB0sRcBgKn .node path{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-YrWr3aAB0sRcBgKn .node .label{text-align:center;fill:#333}#mermaid-svg-YrWr3aAB0sRcBgKn .node.clickable{cursor:pointer}#mermaid-svg-YrWr3aAB0sRcBgKn .arrowheadPath{fill:#333}#mermaid-svg-YrWr3aAB0sRcBgKn .edgePath .path{stroke:#333;stroke-width:1.5px}#mermaid-svg-YrWr3aAB0sRcBgKn .flowchart-link{stroke:#333;fill:none}#mermaid-svg-YrWr3aAB0sRcBgKn .edgeLabel{background-color:#e8e8e8;text-align:center}#mermaid-svg-YrWr3aAB0sRcBgKn .edgeLabel rect{opacity:0.9}#mermaid-svg-YrWr3aAB0sRcBgKn .edgeLabel span{color:#333}#mermaid-svg-YrWr3aAB0sRcBgKn .cluster rect{fill:#ffffde;stroke:#aa3;stroke-width:1px}#mermaid-svg-YrWr3aAB0sRcBgKn .cluster text{fill:#333}#mermaid-svg-YrWr3aAB0sRcBgKn div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:12px;background:#ffffde;border:1px solid #aa3;border-radius:2px;pointer-events:none;z-index:100}#mermaid-svg-YrWr3aAB0sRcBgKn .actor{stroke:#ccf;fill:#ECECFF}#mermaid-svg-YrWr3aAB0sRcBgKn text.actor>tspan{fill:#000;stroke:none}#mermaid-svg-YrWr3aAB0sRcBgKn .actor-line{stroke:grey}#mermaid-svg-YrWr3aAB0sRcBgKn .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333}#mermaid-svg-YrWr3aAB0sRcBgKn .messageLine1{stroke-width:1.5;stroke-dasharray:2, 2;stroke:#333}#mermaid-svg-YrWr3aAB0sRcBgKn #arrowhead path{fill:#333;stroke:#333}#mermaid-svg-YrWr3aAB0sRcBgKn .sequenceNumber{fill:#fff}#mermaid-svg-YrWr3aAB0sRcBgKn #sequencenumber{fill:#333}#mermaid-svg-YrWr3aAB0sRcBgKn #crosshead path{fill:#333;stroke:#333}#mermaid-svg-YrWr3aAB0sRcBgKn .messageText{fill:#333;stroke:#333}#mermaid-svg-YrWr3aAB0sRcBgKn .labelBox{stroke:#ccf;fill:#ECECFF}#mermaid-svg-YrWr3aAB0sRcBgKn .labelText,#mermaid-svg-YrWr3aAB0sRcBgKn .labelText>tspan{fill:#000;stroke:none}#mermaid-svg-YrWr3aAB0sRcBgKn .loopText,#mermaid-svg-YrWr3aAB0sRcBgKn .loopText>tspan{fill:#000;stroke:none}#mermaid-svg-YrWr3aAB0sRcBgKn .loopLine{stroke-width:2px;stroke-dasharray:2, 2;stroke:#ccf;fill:#ccf}#mermaid-svg-YrWr3aAB0sRcBgKn .note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-YrWr3aAB0sRcBgKn .noteText,#mermaid-svg-YrWr3aAB0sRcBgKn .noteText>tspan{fill:#000;stroke:none}#mermaid-svg-YrWr3aAB0sRcBgKn .activation0{fill:#f4f4f4;stroke:#666}#mermaid-svg-YrWr3aAB0sRcBgKn .activation1{fill:#f4f4f4;stroke:#666}#mermaid-svg-YrWr3aAB0sRcBgKn .activation2{fill:#f4f4f4;stroke:#666}#mermaid-svg-YrWr3aAB0sRcBgKn .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-YrWr3aAB0sRcBgKn .section{stroke:none;opacity:0.2}#mermaid-svg-YrWr3aAB0sRcBgKn .section0{fill:rgba(102,102,255,0.49)}#mermaid-svg-YrWr3aAB0sRcBgKn .section2{fill:#fff400}#mermaid-svg-YrWr3aAB0sRcBgKn .section1,#mermaid-svg-YrWr3aAB0sRcBgKn .section3{fill:#fff;opacity:0.2}#mermaid-svg-YrWr3aAB0sRcBgKn .sectionTitle0{fill:#333}#mermaid-svg-YrWr3aAB0sRcBgKn .sectionTitle1{fill:#333}#mermaid-svg-YrWr3aAB0sRcBgKn .sectionTitle2{fill:#333}#mermaid-svg-YrWr3aAB0sRcBgKn .sectionTitle3{fill:#333}#mermaid-svg-YrWr3aAB0sRcBgKn .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-YrWr3aAB0sRcBgKn .grid .tick{stroke:#d3d3d3;opacity:0.8;shape-rendering:crispEdges}#mermaid-svg-YrWr3aAB0sRcBgKn .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-YrWr3aAB0sRcBgKn .grid path{stroke-width:0}#mermaid-svg-YrWr3aAB0sRcBgKn .today{fill:none;stroke:red;stroke-width:2px}#mermaid-svg-YrWr3aAB0sRcBgKn .task{stroke-width:2}#mermaid-svg-YrWr3aAB0sRcBgKn .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-YrWr3aAB0sRcBgKn .taskText:not([font-size]){font-size:11px}#mermaid-svg-YrWr3aAB0sRcBgKn .taskTextOutsideRight{fill:#000;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-YrWr3aAB0sRcBgKn .taskTextOutsideLeft{fill:#000;text-anchor:end;font-size:11px}#mermaid-svg-YrWr3aAB0sRcBgKn .task.clickable{cursor:pointer}#mermaid-svg-YrWr3aAB0sRcBgKn .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-YrWr3aAB0sRcBgKn .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-YrWr3aAB0sRcBgKn .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-YrWr3aAB0sRcBgKn .taskText0,#mermaid-svg-YrWr3aAB0sRcBgKn .taskText1,#mermaid-svg-YrWr3aAB0sRcBgKn .taskText2,#mermaid-svg-YrWr3aAB0sRcBgKn .taskText3{fill:#fff}#mermaid-svg-YrWr3aAB0sRcBgKn .task0,#mermaid-svg-YrWr3aAB0sRcBgKn .task1,#mermaid-svg-YrWr3aAB0sRcBgKn .task2,#mermaid-svg-YrWr3aAB0sRcBgKn .task3{fill:#8a90dd;stroke:#534fbc}#mermaid-svg-YrWr3aAB0sRcBgKn .taskTextOutside0,#mermaid-svg-YrWr3aAB0sRcBgKn .taskTextOutside2{fill:#000}#mermaid-svg-YrWr3aAB0sRcBgKn .taskTextOutside1,#mermaid-svg-YrWr3aAB0sRcBgKn .taskTextOutside3{fill:#000}#mermaid-svg-YrWr3aAB0sRcBgKn .active0,#mermaid-svg-YrWr3aAB0sRcBgKn .active1,#mermaid-svg-YrWr3aAB0sRcBgKn .active2,#mermaid-svg-YrWr3aAB0sRcBgKn .active3{fill:#bfc7ff;stroke:#534fbc}#mermaid-svg-YrWr3aAB0sRcBgKn .activeText0,#mermaid-svg-YrWr3aAB0sRcBgKn .activeText1,#mermaid-svg-YrWr3aAB0sRcBgKn .activeText2,#mermaid-svg-YrWr3aAB0sRcBgKn .activeText3{fill:#000 !important}#mermaid-svg-YrWr3aAB0sRcBgKn .done0,#mermaid-svg-YrWr3aAB0sRcBgKn .done1,#mermaid-svg-YrWr3aAB0sRcBgKn .done2,#mermaid-svg-YrWr3aAB0sRcBgKn .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}#mermaid-svg-YrWr3aAB0sRcBgKn .doneText0,#mermaid-svg-YrWr3aAB0sRcBgKn .doneText1,#mermaid-svg-YrWr3aAB0sRcBgKn .doneText2,#mermaid-svg-YrWr3aAB0sRcBgKn .doneText3{fill:#000 !important}#mermaid-svg-YrWr3aAB0sRcBgKn .crit0,#mermaid-svg-YrWr3aAB0sRcBgKn .crit1,#mermaid-svg-YrWr3aAB0sRcBgKn .crit2,#mermaid-svg-YrWr3aAB0sRcBgKn .crit3{stroke:#f88;fill:red;stroke-width:2}#mermaid-svg-YrWr3aAB0sRcBgKn .activeCrit0,#mermaid-svg-YrWr3aAB0sRcBgKn .activeCrit1,#mermaid-svg-YrWr3aAB0sRcBgKn .activeCrit2,#mermaid-svg-YrWr3aAB0sRcBgKn .activeCrit3{stroke:#f88;fill:#bfc7ff;stroke-width:2}#mermaid-svg-YrWr3aAB0sRcBgKn .doneCrit0,#mermaid-svg-YrWr3aAB0sRcBgKn .doneCrit1,#mermaid-svg-YrWr3aAB0sRcBgKn .doneCrit2,#mermaid-svg-YrWr3aAB0sRcBgKn .doneCrit3{stroke:#f88;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}#mermaid-svg-YrWr3aAB0sRcBgKn .milestone{transform:rotate(45deg) scale(0.8, 0.8)}#mermaid-svg-YrWr3aAB0sRcBgKn .milestoneText{font-style:italic}#mermaid-svg-YrWr3aAB0sRcBgKn .doneCritText0,#mermaid-svg-YrWr3aAB0sRcBgKn .doneCritText1,#mermaid-svg-YrWr3aAB0sRcBgKn .doneCritText2,#mermaid-svg-YrWr3aAB0sRcBgKn .doneCritText3{fill:#000 !important}#mermaid-svg-YrWr3aAB0sRcBgKn .activeCritText0,#mermaid-svg-YrWr3aAB0sRcBgKn .activeCritText1,#mermaid-svg-YrWr3aAB0sRcBgKn .activeCritText2,#mermaid-svg-YrWr3aAB0sRcBgKn .activeCritText3{fill:#000 !important}#mermaid-svg-YrWr3aAB0sRcBgKn .titleText{text-anchor:middle;font-size:18px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-YrWr3aAB0sRcBgKn g.classGroup text{fill:#9370db;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}#mermaid-svg-YrWr3aAB0sRcBgKn g.classGroup text .title{font-weight:bolder}#mermaid-svg-YrWr3aAB0sRcBgKn g.clickable{cursor:pointer}#mermaid-svg-YrWr3aAB0sRcBgKn g.classGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-YrWr3aAB0sRcBgKn g.classGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-YrWr3aAB0sRcBgKn .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5}#mermaid-svg-YrWr3aAB0sRcBgKn .classLabel .label{fill:#9370db;font-size:10px}#mermaid-svg-YrWr3aAB0sRcBgKn .relation{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-YrWr3aAB0sRcBgKn .dashed-line{stroke-dasharray:3}#mermaid-svg-YrWr3aAB0sRcBgKn #compositionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-YrWr3aAB0sRcBgKn #compositionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-YrWr3aAB0sRcBgKn #aggregationStart{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-YrWr3aAB0sRcBgKn #aggregationEnd{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-YrWr3aAB0sRcBgKn #dependencyStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-YrWr3aAB0sRcBgKn #dependencyEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-YrWr3aAB0sRcBgKn #extensionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-YrWr3aAB0sRcBgKn #extensionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-YrWr3aAB0sRcBgKn .commit-id,#mermaid-svg-YrWr3aAB0sRcBgKn .commit-msg,#mermaid-svg-YrWr3aAB0sRcBgKn .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-YrWr3aAB0sRcBgKn .pieTitleText{text-anchor:middle;font-size:25px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-YrWr3aAB0sRcBgKn .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-YrWr3aAB0sRcBgKn g.stateGroup text{fill:#9370db;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-YrWr3aAB0sRcBgKn g.stateGroup text{fill:#9370db;fill:#333;stroke:none;font-size:10px}#mermaid-svg-YrWr3aAB0sRcBgKn g.statediagram-cluster .cluster-label text{fill:#333}#mermaid-svg-YrWr3aAB0sRcBgKn g.stateGroup .state-title{font-weight:bolder;fill:#000}#mermaid-svg-YrWr3aAB0sRcBgKn g.stateGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-YrWr3aAB0sRcBgKn g.stateGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-YrWr3aAB0sRcBgKn .transition{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-YrWr3aAB0sRcBgKn .stateGroup .composit{fill:white;border-bottom:1px}#mermaid-svg-YrWr3aAB0sRcBgKn .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px}#mermaid-svg-YrWr3aAB0sRcBgKn .state-note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-YrWr3aAB0sRcBgKn .state-note text{fill:black;stroke:none;font-size:10px}#mermaid-svg-YrWr3aAB0sRcBgKn .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.7}#mermaid-svg-YrWr3aAB0sRcBgKn .edgeLabel text{fill:#333}#mermaid-svg-YrWr3aAB0sRcBgKn .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-YrWr3aAB0sRcBgKn .node circle.state-start{fill:black;stroke:black}#mermaid-svg-YrWr3aAB0sRcBgKn .node circle.state-end{fill:black;stroke:white;stroke-width:1.5}#mermaid-svg-YrWr3aAB0sRcBgKn #statediagram-barbEnd{fill:#9370db}#mermaid-svg-YrWr3aAB0sRcBgKn .statediagram-cluster rect{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-YrWr3aAB0sRcBgKn .statediagram-cluster rect.outer{rx:5px;ry:5px}#mermaid-svg-YrWr3aAB0sRcBgKn .statediagram-state .divider{stroke:#9370db}#mermaid-svg-YrWr3aAB0sRcBgKn .statediagram-state .title-state{rx:5px;ry:5px}#mermaid-svg-YrWr3aAB0sRcBgKn .statediagram-cluster.statediagram-cluster .inner{fill:white}#mermaid-svg-YrWr3aAB0sRcBgKn .statediagram-cluster.statediagram-cluster-alt .inner{fill:#e0e0e0}#mermaid-svg-YrWr3aAB0sRcBgKn .statediagram-cluster .inner{rx:0;ry:0}#mermaid-svg-YrWr3aAB0sRcBgKn .statediagram-state rect.basic{rx:5px;ry:5px}#mermaid-svg-YrWr3aAB0sRcBgKn .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#efefef}#mermaid-svg-YrWr3aAB0sRcBgKn .note-edge{stroke-dasharray:5}#mermaid-svg-YrWr3aAB0sRcBgKn .statediagram-note rect{fill:#fff5ad;stroke:#aa3;stroke-width:1px;rx:0;ry:0}:root{--mermaid-font-family: '"trebuchet ms", verdana, arial';--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive}#mermaid-svg-YrWr3aAB0sRcBgKn .error-icon{fill:#522}#mermaid-svg-YrWr3aAB0sRcBgKn .error-text{fill:#522;stroke:#522}#mermaid-svg-YrWr3aAB0sRcBgKn .edge-thickness-normal{stroke-width:2px}#mermaid-svg-YrWr3aAB0sRcBgKn .edge-thickness-thick{stroke-width:3.5px}#mermaid-svg-YrWr3aAB0sRcBgKn .edge-pattern-solid{stroke-dasharray:0}#mermaid-svg-YrWr3aAB0sRcBgKn .edge-pattern-dashed{stroke-dasharray:3}#mermaid-svg-YrWr3aAB0sRcBgKn .edge-pattern-dotted{stroke-dasharray:2}#mermaid-svg-YrWr3aAB0sRcBgKn .marker{fill:#333}#mermaid-svg-YrWr3aAB0sRcBgKn .marker.cross{stroke:#333}:root { --mermaid-font-family: "trebuchet ms", verdana, arial;}#mermaid-svg-YrWr3aAB0sRcBgKn {color: rgba(0, 0, 0, 0.75);font: ;}张三李四王五你好!李四, 最近怎么样?你最近怎么样,王五?我很好,谢谢!我很好,谢谢!李四想了很长时间, 文字太长了不适合放在一行.打量着王五...很好... 王五, 你怎么样?张三李四王五

这将产生一个流程图。:

#mermaid-svg-vSASNf8JzUrxPk1R .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);fill:#333;color:#333}#mermaid-svg-vSASNf8JzUrxPk1R .label text{fill:#333}#mermaid-svg-vSASNf8JzUrxPk1R .node rect,#mermaid-svg-vSASNf8JzUrxPk1R .node circle,#mermaid-svg-vSASNf8JzUrxPk1R .node ellipse,#mermaid-svg-vSASNf8JzUrxPk1R .node polygon,#mermaid-svg-vSASNf8JzUrxPk1R .node path{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-vSASNf8JzUrxPk1R .node .label{text-align:center;fill:#333}#mermaid-svg-vSASNf8JzUrxPk1R .node.clickable{cursor:pointer}#mermaid-svg-vSASNf8JzUrxPk1R .arrowheadPath{fill:#333}#mermaid-svg-vSASNf8JzUrxPk1R .edgePath .path{stroke:#333;stroke-width:1.5px}#mermaid-svg-vSASNf8JzUrxPk1R .flowchart-link{stroke:#333;fill:none}#mermaid-svg-vSASNf8JzUrxPk1R .edgeLabel{background-color:#e8e8e8;text-align:center}#mermaid-svg-vSASNf8JzUrxPk1R .edgeLabel rect{opacity:0.9}#mermaid-svg-vSASNf8JzUrxPk1R .edgeLabel span{color:#333}#mermaid-svg-vSASNf8JzUrxPk1R .cluster rect{fill:#ffffde;stroke:#aa3;stroke-width:1px}#mermaid-svg-vSASNf8JzUrxPk1R .cluster text{fill:#333}#mermaid-svg-vSASNf8JzUrxPk1R div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:12px;background:#ffffde;border:1px solid #aa3;border-radius:2px;pointer-events:none;z-index:100}#mermaid-svg-vSASNf8JzUrxPk1R .actor{stroke:#ccf;fill:#ECECFF}#mermaid-svg-vSASNf8JzUrxPk1R text.actor>tspan{fill:#000;stroke:none}#mermaid-svg-vSASNf8JzUrxPk1R .actor-line{stroke:grey}#mermaid-svg-vSASNf8JzUrxPk1R .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333}#mermaid-svg-vSASNf8JzUrxPk1R .messageLine1{stroke-width:1.5;stroke-dasharray:2, 2;stroke:#333}#mermaid-svg-vSASNf8JzUrxPk1R #arrowhead path{fill:#333;stroke:#333}#mermaid-svg-vSASNf8JzUrxPk1R .sequenceNumber{fill:#fff}#mermaid-svg-vSASNf8JzUrxPk1R #sequencenumber{fill:#333}#mermaid-svg-vSASNf8JzUrxPk1R #crosshead path{fill:#333;stroke:#333}#mermaid-svg-vSASNf8JzUrxPk1R .messageText{fill:#333;stroke:#333}#mermaid-svg-vSASNf8JzUrxPk1R .labelBox{stroke:#ccf;fill:#ECECFF}#mermaid-svg-vSASNf8JzUrxPk1R .labelText,#mermaid-svg-vSASNf8JzUrxPk1R .labelText>tspan{fill:#000;stroke:none}#mermaid-svg-vSASNf8JzUrxPk1R .loopText,#mermaid-svg-vSASNf8JzUrxPk1R .loopText>tspan{fill:#000;stroke:none}#mermaid-svg-vSASNf8JzUrxPk1R .loopLine{stroke-width:2px;stroke-dasharray:2, 2;stroke:#ccf;fill:#ccf}#mermaid-svg-vSASNf8JzUrxPk1R .note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-vSASNf8JzUrxPk1R .noteText,#mermaid-svg-vSASNf8JzUrxPk1R .noteText>tspan{fill:#000;stroke:none}#mermaid-svg-vSASNf8JzUrxPk1R .activation0{fill:#f4f4f4;stroke:#666}#mermaid-svg-vSASNf8JzUrxPk1R .activation1{fill:#f4f4f4;stroke:#666}#mermaid-svg-vSASNf8JzUrxPk1R .activation2{fill:#f4f4f4;stroke:#666}#mermaid-svg-vSASNf8JzUrxPk1R .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-vSASNf8JzUrxPk1R .section{stroke:none;opacity:0.2}#mermaid-svg-vSASNf8JzUrxPk1R .section0{fill:rgba(102,102,255,0.49)}#mermaid-svg-vSASNf8JzUrxPk1R .section2{fill:#fff400}#mermaid-svg-vSASNf8JzUrxPk1R .section1,#mermaid-svg-vSASNf8JzUrxPk1R .section3{fill:#fff;opacity:0.2}#mermaid-svg-vSASNf8JzUrxPk1R .sectionTitle0{fill:#333}#mermaid-svg-vSASNf8JzUrxPk1R .sectionTitle1{fill:#333}#mermaid-svg-vSASNf8JzUrxPk1R .sectionTitle2{fill:#333}#mermaid-svg-vSASNf8JzUrxPk1R .sectionTitle3{fill:#333}#mermaid-svg-vSASNf8JzUrxPk1R .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-vSASNf8JzUrxPk1R .grid .tick{stroke:#d3d3d3;opacity:0.8;shape-rendering:crispEdges}#mermaid-svg-vSASNf8JzUrxPk1R .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-vSASNf8JzUrxPk1R .grid path{stroke-width:0}#mermaid-svg-vSASNf8JzUrxPk1R .today{fill:none;stroke:red;stroke-width:2px}#mermaid-svg-vSASNf8JzUrxPk1R .task{stroke-width:2}#mermaid-svg-vSASNf8JzUrxPk1R .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-vSASNf8JzUrxPk1R .taskText:not([font-size]){font-size:11px}#mermaid-svg-vSASNf8JzUrxPk1R .taskTextOutsideRight{fill:#000;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-vSASNf8JzUrxPk1R .taskTextOutsideLeft{fill:#000;text-anchor:end;font-size:11px}#mermaid-svg-vSASNf8JzUrxPk1R .task.clickable{cursor:pointer}#mermaid-svg-vSASNf8JzUrxPk1R .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-vSASNf8JzUrxPk1R .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-vSASNf8JzUrxPk1R .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-vSASNf8JzUrxPk1R .taskText0,#mermaid-svg-vSASNf8JzUrxPk1R .taskText1,#mermaid-svg-vSASNf8JzUrxPk1R .taskText2,#mermaid-svg-vSASNf8JzUrxPk1R .taskText3{fill:#fff}#mermaid-svg-vSASNf8JzUrxPk1R .task0,#mermaid-svg-vSASNf8JzUrxPk1R .task1,#mermaid-svg-vSASNf8JzUrxPk1R .task2,#mermaid-svg-vSASNf8JzUrxPk1R .task3{fill:#8a90dd;stroke:#534fbc}#mermaid-svg-vSASNf8JzUrxPk1R .taskTextOutside0,#mermaid-svg-vSASNf8JzUrxPk1R .taskTextOutside2{fill:#000}#mermaid-svg-vSASNf8JzUrxPk1R .taskTextOutside1,#mermaid-svg-vSASNf8JzUrxPk1R .taskTextOutside3{fill:#000}#mermaid-svg-vSASNf8JzUrxPk1R .active0,#mermaid-svg-vSASNf8JzUrxPk1R .active1,#mermaid-svg-vSASNf8JzUrxPk1R .active2,#mermaid-svg-vSASNf8JzUrxPk1R .active3{fill:#bfc7ff;stroke:#534fbc}#mermaid-svg-vSASNf8JzUrxPk1R .activeText0,#mermaid-svg-vSASNf8JzUrxPk1R .activeText1,#mermaid-svg-vSASNf8JzUrxPk1R .activeText2,#mermaid-svg-vSASNf8JzUrxPk1R .activeText3{fill:#000 !important}#mermaid-svg-vSASNf8JzUrxPk1R .done0,#mermaid-svg-vSASNf8JzUrxPk1R .done1,#mermaid-svg-vSASNf8JzUrxPk1R .done2,#mermaid-svg-vSASNf8JzUrxPk1R .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}#mermaid-svg-vSASNf8JzUrxPk1R .doneText0,#mermaid-svg-vSASNf8JzUrxPk1R .doneText1,#mermaid-svg-vSASNf8JzUrxPk1R .doneText2,#mermaid-svg-vSASNf8JzUrxPk1R .doneText3{fill:#000 !important}#mermaid-svg-vSASNf8JzUrxPk1R .crit0,#mermaid-svg-vSASNf8JzUrxPk1R .crit1,#mermaid-svg-vSASNf8JzUrxPk1R .crit2,#mermaid-svg-vSASNf8JzUrxPk1R .crit3{stroke:#f88;fill:red;stroke-width:2}#mermaid-svg-vSASNf8JzUrxPk1R .activeCrit0,#mermaid-svg-vSASNf8JzUrxPk1R .activeCrit1,#mermaid-svg-vSASNf8JzUrxPk1R .activeCrit2,#mermaid-svg-vSASNf8JzUrxPk1R .activeCrit3{stroke:#f88;fill:#bfc7ff;stroke-width:2}#mermaid-svg-vSASNf8JzUrxPk1R .doneCrit0,#mermaid-svg-vSASNf8JzUrxPk1R .doneCrit1,#mermaid-svg-vSASNf8JzUrxPk1R .doneCrit2,#mermaid-svg-vSASNf8JzUrxPk1R .doneCrit3{stroke:#f88;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}#mermaid-svg-vSASNf8JzUrxPk1R .milestone{transform:rotate(45deg) scale(0.8, 0.8)}#mermaid-svg-vSASNf8JzUrxPk1R .milestoneText{font-style:italic}#mermaid-svg-vSASNf8JzUrxPk1R .doneCritText0,#mermaid-svg-vSASNf8JzUrxPk1R .doneCritText1,#mermaid-svg-vSASNf8JzUrxPk1R .doneCritText2,#mermaid-svg-vSASNf8JzUrxPk1R .doneCritText3{fill:#000 !important}#mermaid-svg-vSASNf8JzUrxPk1R .activeCritText0,#mermaid-svg-vSASNf8JzUrxPk1R .activeCritText1,#mermaid-svg-vSASNf8JzUrxPk1R .activeCritText2,#mermaid-svg-vSASNf8JzUrxPk1R .activeCritText3{fill:#000 !important}#mermaid-svg-vSASNf8JzUrxPk1R .titleText{text-anchor:middle;font-size:18px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-vSASNf8JzUrxPk1R g.classGroup text{fill:#9370db;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}#mermaid-svg-vSASNf8JzUrxPk1R g.classGroup text .title{font-weight:bolder}#mermaid-svg-vSASNf8JzUrxPk1R g.clickable{cursor:pointer}#mermaid-svg-vSASNf8JzUrxPk1R g.classGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-vSASNf8JzUrxPk1R g.classGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-vSASNf8JzUrxPk1R .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5}#mermaid-svg-vSASNf8JzUrxPk1R .classLabel .label{fill:#9370db;font-size:10px}#mermaid-svg-vSASNf8JzUrxPk1R .relation{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-vSASNf8JzUrxPk1R .dashed-line{stroke-dasharray:3}#mermaid-svg-vSASNf8JzUrxPk1R #compositionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-vSASNf8JzUrxPk1R #compositionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-vSASNf8JzUrxPk1R #aggregationStart{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-vSASNf8JzUrxPk1R #aggregationEnd{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-vSASNf8JzUrxPk1R #dependencyStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-vSASNf8JzUrxPk1R #dependencyEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-vSASNf8JzUrxPk1R #extensionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-vSASNf8JzUrxPk1R #extensionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-vSASNf8JzUrxPk1R .commit-id,#mermaid-svg-vSASNf8JzUrxPk1R .commit-msg,#mermaid-svg-vSASNf8JzUrxPk1R .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-vSASNf8JzUrxPk1R .pieTitleText{text-anchor:middle;font-size:25px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-vSASNf8JzUrxPk1R .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-vSASNf8JzUrxPk1R g.stateGroup text{fill:#9370db;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-vSASNf8JzUrxPk1R g.stateGroup text{fill:#9370db;fill:#333;stroke:none;font-size:10px}#mermaid-svg-vSASNf8JzUrxPk1R g.statediagram-cluster .cluster-label text{fill:#333}#mermaid-svg-vSASNf8JzUrxPk1R g.stateGroup .state-title{font-weight:bolder;fill:#000}#mermaid-svg-vSASNf8JzUrxPk1R g.stateGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-vSASNf8JzUrxPk1R g.stateGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-vSASNf8JzUrxPk1R .transition{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-vSASNf8JzUrxPk1R .stateGroup .composit{fill:white;border-bottom:1px}#mermaid-svg-vSASNf8JzUrxPk1R .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px}#mermaid-svg-vSASNf8JzUrxPk1R .state-note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-vSASNf8JzUrxPk1R .state-note text{fill:black;stroke:none;font-size:10px}#mermaid-svg-vSASNf8JzUrxPk1R .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.7}#mermaid-svg-vSASNf8JzUrxPk1R .edgeLabel text{fill:#333}#mermaid-svg-vSASNf8JzUrxPk1R .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-vSASNf8JzUrxPk1R .node circle.state-start{fill:black;stroke:black}#mermaid-svg-vSASNf8JzUrxPk1R .node circle.state-end{fill:black;stroke:white;stroke-width:1.5}#mermaid-svg-vSASNf8JzUrxPk1R #statediagram-barbEnd{fill:#9370db}#mermaid-svg-vSASNf8JzUrxPk1R .statediagram-cluster rect{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-vSASNf8JzUrxPk1R .statediagram-cluster rect.outer{rx:5px;ry:5px}#mermaid-svg-vSASNf8JzUrxPk1R .statediagram-state .divider{stroke:#9370db}#mermaid-svg-vSASNf8JzUrxPk1R .statediagram-state .title-state{rx:5px;ry:5px}#mermaid-svg-vSASNf8JzUrxPk1R .statediagram-cluster.statediagram-cluster .inner{fill:white}#mermaid-svg-vSASNf8JzUrxPk1R .statediagram-cluster.statediagram-cluster-alt .inner{fill:#e0e0e0}#mermaid-svg-vSASNf8JzUrxPk1R .statediagram-cluster .inner{rx:0;ry:0}#mermaid-svg-vSASNf8JzUrxPk1R .statediagram-state rect.basic{rx:5px;ry:5px}#mermaid-svg-vSASNf8JzUrxPk1R .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#efefef}#mermaid-svg-vSASNf8JzUrxPk1R .note-edge{stroke-dasharray:5}#mermaid-svg-vSASNf8JzUrxPk1R .statediagram-note rect{fill:#fff5ad;stroke:#aa3;stroke-width:1px;rx:0;ry:0}:root{--mermaid-font-family: '"trebuchet ms", verdana, arial';--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive}#mermaid-svg-vSASNf8JzUrxPk1R .error-icon{fill:#522}#mermaid-svg-vSASNf8JzUrxPk1R .error-text{fill:#522;stroke:#522}#mermaid-svg-vSASNf8JzUrxPk1R .edge-thickness-normal{stroke-width:2px}#mermaid-svg-vSASNf8JzUrxPk1R .edge-thickness-thick{stroke-width:3.5px}#mermaid-svg-vSASNf8JzUrxPk1R .edge-pattern-solid{stroke-dasharray:0}#mermaid-svg-vSASNf8JzUrxPk1R .edge-pattern-dashed{stroke-dasharray:3}#mermaid-svg-vSASNf8JzUrxPk1R .edge-pattern-dotted{stroke-dasharray:2}#mermaid-svg-vSASNf8JzUrxPk1R .marker{fill:#333}#mermaid-svg-vSASNf8JzUrxPk1R .marker.cross{stroke:#333}:root { --mermaid-font-family: "trebuchet ms", verdana, arial;}#mermaid-svg-vSASNf8JzUrxPk1R {color: rgba(0, 0, 0, 0.75);font: ;}

链接
长方形
圆角长方形
菱形
  • 关于 Mermaid 语法,参考 这儿,

FLowchart流程图

我们依旧会支持flowchart的流程图:

Created with Raphaël 2.2.0开始我的操作确认?结束yesno
  • 关于 Flowchart流程图 语法,参考 这儿.

导出与导入

导出

如果你想尝试使用此编辑器, 你可以在此篇文章任意编辑。当你完成了一篇文章的写作, 在上方工具栏找到 文章导出 ,生成一个.md文件或者.html文件进行本地保存。

导入

如果你想加载一篇你写过的.md文件,在上方工具栏可以选择导入功能进行对应扩展名的文件导入,
继续你的创作。


  1. mermaid语法说明 ↩︎

  2. 注脚的解释 ↩︎

anaconda安装LabelImg相关推荐

  1. Anaconda安装labelImg图像标注软件

    打开Anaconda Prompt,在命令窗口中激活新环境,并进入到新环境中,然后依次输入以下命令完成labelImg的安装. 方法一:(使用镜像) pip install PyQt5 -i http ...

  2. Windows下安装labelImg详细过程(无法在Anaconda Prompt和Anaconda Navigator中安装labelImg)

    最近要开始在我的新电脑上面使用labelImg来为图片打标签,但是我都无法在Anaconda Prompt和Anaconda Navigator中安装labelImg,在Anaconda Prompt ...

  3. Windows7下安装LabelImg标注工具

    前言 要在windows下使用LabelImg,最简单的方式是先安装Anaconda,然后安装python,我这里的配置的环境是win7 64位,Python3.5,Anaconda3.4. 安装La ...

  4. 安装labelimg及出现的问题

    安装labelimg Labelimg是用来标注图像的吗,可以获得图像XML的文件格式 我选用Windows + Anaconda的方法进行安装的,Anaconda的安装自行搜索 1.下载安装包 下载 ...

  5. windows7 下安装 labelImg

    首先你得安装Anaconda3-4.2.0这个版本的python是3.5.2的,可以直接去官网安装安装完检查python版本 Microsoft Windows [版本 6.1.7601] 版权所有 ...

  6. Pycharm + Anaconda 安装遇到的问题以及自己的理解

    关Pycharm 以及Anaconda的自我理解 两个都是基于Python二发展起来的,不同的是 (1)Anaconda是基于Python中每次使用不同功能就需要使用pip安装不同的库. 基于这些An ...

  7. 手把手教你用anaconda安装pytorch最新版

    序言: 在有过python和jupyter notebook 安装基础之上,安装pytorch. 小贴士:个人不建议用miniconda,虽然比较小巧,但是功能还是没办法和anaconda比较.下面开 ...

  8. Ubuntu下使用Anaconda安装opencv 解决无法读取视频

    Ubuntu下使用Anaconda安装opencv 最近在Ubuntu16.04下使用Anaconda安装opencv,碰到很多坑,记录备忘. cv2.VideoCapture(filename) 返 ...

  9. mac本机 Linux服务器anaconda安装

    mac 使用的ssh工具 mac 上传文件到Linux服务器 安装anaconda 安装PyTorch 相关参考链接 mac 使用的ssh工具 doc:下载链接 mac 上传文件到Linux服务器 在 ...

  10. Anaconda安装Python,提示Python不是内部或外部命令解决方法

    Anaconda安装Python,提示Python不是内部或外部命令解决方法 参考文章: (1)Anaconda安装Python,提示Python不是内部或外部命令解决方法 (2)https://ww ...

最新文章

  1. 将MATLAB的变量数据导入到C/C++程序中的方法
  2. 终于找全啦!一二线城市知名互联网公司名单!对着找就对了
  3. Flume安装(单节点)
  4. python twised系列教程四–twisted Poetry client
  5. 利用栈和队列将队列中的元素逆置☆
  6. MDK5中代码补全功能
  7. 基于JAVA+SpringMVC+MYSQL的在线商品拍卖网站
  8. 时区之痒 - 从手机GPS模块获取的时间,真的是北京时间么?
  9. highCharts图表入门简介
  10. R︱并行计算以及提高运算效率的方式(parallel包、clusterExport函数、SupR包简介)
  11. Access链接表的使用
  12. 区块链 不可能三角是什么
  13. linux scp 遇到空格
  14. OTDR使用中测试与误差原因分析
  15. 数据库update更新date类型数据
  16. PS之画笔无法覆盖前一个颜色
  17. 在html中设置margin属性,margin
  18. 玩战塔英雄不显示服务器,战塔英雄开服表
  19. Codeforces 1325C. Ehab and Path-etic MEXs(构造)
  20. elastic-job之监听器

热门文章

  1. 特洛伊木马程序_特洛伊木马Dridex的新变种可避免反病毒软件的检测
  2. 金蝶K3供应链-采购系统选项功能描述
  3. html学校代码怎么弄,学校代码查询网2020怎么查学校代码?查学校代码的方法
  4. 计算机毕设(附源码)JAVA-SSM久宠宠物店管理系统
  5. VB6.0超级模块-内存操作篇-含特征码搜索和HOOK跳转构造
  6. Python导入模块的3种方式(超级详细)
  7. 企业集团合并财务报表
  8. Matlab遗传算法TSP求解
  9. IOS9 SDK下载、设备安装IOS9系统
  10. 文件IO(IO编程)