index.rst 433 B

123456789101112
  1. 视觉模型集
  2. ============================
  3. PaddleX目前支持 `四种视觉任务解决方案 <../../cv_solutions.html>`_ ,包括图像分类、目标检测、实例分割和语义分割。对于每种视觉任务,PaddleX又提供了1种或多种模型,用户可根据需求及应用场景选取。
  4. .. toctree::
  5. :maxdepth: 3
  6. classification.md
  7. detection.md
  8. instance_segmentation.md
  9. semantic_segmentation.md