Skip to content

Commit

Permalink
fix file_name and add index of glaucoma classification (PaddlePaddle#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sunzhongkai588 authored Mar 13, 2023
1 parent ee20e39 commit 602d338
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/practices/cv/index_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
- `MNIST 数据集图像分类 <./image_classification.html>`_ :介绍使用 PaddlePaddle 在 MNIST 数据集上完成图像分类。
- `使用卷积进行图像分类 <./convnet_image_classification.html>`_ :介绍使用 PaddlePaddle 在 Cifar10 数据集上完成图像分类。
- `使用 ViT 进行图像分类 <./image_classification_ViT.html>`_ :介绍使用 PaddlePaddle 在 CIFAR-100 数据集上基于 Vision Transformer 实现图像分类。
- `3D 图像分类 <./[Tutorials-4] —3D image classification from CT scans.html>`_ :介绍使用 PaddlePaddle 在 CT 扫描数据集上基于 3D-CNN 实现图像分类。
- `多模态眼底图像分类 <./cv/glaucoma_classification.html>`_ :介绍使用 PaddlePaddle 基于 EfficientNet 和 ResNet 双分支网络完成多模态眼底图像分类。
- `3D 图像分类 <./3D_image_classification_from_CT_scans.html>`_ :介绍使用 PaddlePaddle 在 CT 扫描数据集上基于 3D-CNN 实现图像分类。
- `以图搜图 <./image_search.html>`_ : 介绍使用 PaddlePaddle 实现以图搜图。
- `图像分割 <./image_segmentation.html>`_ : 介绍使用 PaddlePaddle 实现 U-Net 模型完成图像分割。
- `OCR <./image_ocr.html>`_ : 介绍使用 PaddlePaddle 实现 OCR。
Expand All @@ -25,7 +26,8 @@
image_classification.ipynb
convnet_image_classification.ipynb
image_classification_ViT.ipynb
[Tutorials-4] —3D image classification from CT scans.ipynb
glaucoma_classification.ipynb
3D_image_classification_from_CT_scans.ipynb
image_search.ipynb
image_segmentation.ipynb
image_ocr.ipynb
Expand Down
3 changes: 2 additions & 1 deletion docs/practices/index_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
- `MNIST 数据集图像分类 <./cv/image_classification.html>`_ :介绍使用 PaddlePaddle 在 MNIST 数据集上完成图像分类。
- `使用卷积进行图像分类 <./cv/convnet_image_classification.html>`_ :介绍使用 PaddlePaddle 在 Cifar10 数据集上完成图像分类。
- `使用 ViT 进行图像分类 <./cv/image_classification_ViT.html>`_ :介绍使用 PaddlePaddle 在 CIFAR-100 数据集上基于 Vision Transformer 实现图像分类。
- `3D 图像分类 <./cv/[Tutorials-4] —3D image classification from CT scans.html>`_ :介绍使用 PaddlePaddle 在 CT 扫描数据集上基于 3D-CNN 实现图像分类。
- `多模态眼底图像分类 <./cv/glaucoma_classification.html>`_ :介绍使用 PaddlePaddle 基于 EfficientNet 和 ResNet 双分支网络完成多模态眼底图像分类。
- `3D 图像分类 <./cv/3D_image_classification_from_CT_scans.html>`_ :介绍使用 PaddlePaddle 在 CT 扫描数据集上基于 3D-CNN 实现图像分类。
- `以图搜图 <./cv/image_search.html>`_ : 介绍使用 PaddlePaddle 实现以图搜图。
- `图像分割 <./cv/image_segmentation.html>`_ : 介绍使用 PaddlePaddle 实现 U-Net 模型完成图像分割。
- `OCR <./cv/image_ocr.html>`_ : 介绍使用 PaddlePaddle 实现 OCR。
Expand Down

0 comments on commit 602d338

Please sign in to comment.