Skip to content

【Tutorial 35】glaucoma_classification #5726

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/practices/cv/glaucoma_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"\n",
"我们的任务是根据视觉特征将样本分级为`无青光眼`、`早期青光眼`、`中或晚期青光眼`三个类别。\n",
"\n",
"<img src=\"./sample_img/glaucoma_classification_1.png\" width=\"800px\">"
"<img src=\"https://raw.githubusercontent.com/PaddlePaddle/docs/develop/docs/practices/cv/sample_img/glaucoma_classification_1.png\" width=\"800px\">"
]
},
{
Expand Down Expand Up @@ -385,7 +385,7 @@
"id": "74236376",
"metadata": {},
"source": [
"<img src=\"./sample_img/glaucoma_classification_2.png\" width=\"800px\">"
"<img src=\"https://raw.githubusercontent.com/PaddlePaddle/docs/develop/docs/practices/cv/sample_img/glaucoma_classification_2.png\" width=\"800px\">"
]
},
{
Expand All @@ -406,7 +406,7 @@
"### 4.1 搭建EfficientNet网络分支\n",
"`EfficientNet`通过同时改变网络的`分辨率`(特征图的大小)、`深度`(网络的层数)、`宽度`(网络每层的通道数)来实现较高的准确率和较快的推理能力,网络的整体结构如下图所示。\n",
"\n",
"<img src=\"./sample_img/glaucoma_classification_3.png\" width=\"800px\">\n"
"<img src=\"https://raw.githubusercontent.com/PaddlePaddle/docs/develop/docs/practices/cv/sample_img/glaucoma_classification_3.png\" width=\"800px\">\n"
]
},
{
Expand Down Expand Up @@ -1063,11 +1063,11 @@
"\n",
"卷积块中的残差连接如下图所示:\n",
"\n",
"<img src=\"./sample_img/glaucoma_classification_4.png\" width=\"800px\">\n",
"<img src=\"https://raw.githubusercontent.com/PaddlePaddle/docs/develop/docs/practices/cv/sample_img/glaucoma_classification_4.png\" width=\"800px\">\n",
"\n",
"网络的整体结构如下图所示:\n",
"\n",
"<img src=\"./sample_img/glaucoma_classification_5.png\" width=\"800px\">\n",
"<img src=\"https://raw.githubusercontent.com/PaddlePaddle/docs/develop/docs/practices/cv/sample_img/glaucoma_classification_5.png\" width=\"800px\">\n",
"\n"
]
},
Expand Down Expand Up @@ -2443,7 +2443,7 @@
"id": "cfdb1026",
"metadata": {},
"source": [
"<img src=\"./sample_img/glaucoma_classification_6.png\" width=\"800px\">"
"<img src=\"https://raw.githubusercontent.com/PaddlePaddle/docs/develop/docs/practices/cv/sample_img/glaucoma_classification_6.png\" width=\"800px\">"
]
}
],
Expand Down