Skip to content

Commit

Permalink
modify imageai
Browse files Browse the repository at this point in the history
  • Loading branch information
kangvcar committed Jul 12, 2018
1 parent d8d247b commit e4153e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/ImageAI.md
Expand Up @@ -83,7 +83,7 @@ car_wheel : 1.817505806684494
minivan : 1.7487050965428352
```

[>>>教程和文档](https://imageai-cn.readthedocs.io/en/latest/ImageAI_Image_Prediction.html)
[>>>教程和文档](https://imageai-cn.readthedocs.io/zh_CN/latest/ImageAI_Image_Prediction.html)

## 对象检测

Expand All @@ -106,7 +106,7 @@ laptop : 95.16398310661316
person : 87.10319399833679
```

[>>>教程和文档](https://imageai-cn.readthedocs.io/en/latest/ImageAI_Object_Detection.html)
[>>>教程和文档](https://imageai-cn.readthedocs.io/zh_CN/latest/ImageAI_Object_Detection.html)

## 视频对象检测和跟踪

Expand All @@ -124,17 +124,17 @@ _以下是仅检测到人,自行车和摩托车的视频快照。_

[![](https://github.com/OlafenwaMoses/ImageAI/raw/master/images/video2.jpg)](https://github.com/OlafenwaMoses/ImageAI/raw/master/images/video2.jpg)

[>>>教程和文档](https://imageai-cn.readthedocs.io/en/latest/ImageAI_Video_Object_Detection_and_Tracking.html)
[>>>教程和文档](https://imageai-cn.readthedocs.io/zh_CN/latest/ImageAI_Video_Object_Detection_and_Tracking.html)

## 定制模型训练
## 自定义预测模型训练

**ImageAI** 为您提供了一些类和方法,用于训练可以对您自定义对象执行预测的新模型。您可以使用 SqueezeNet,ResNet50,InceptionV3 或 DenseNet 算法在不到12行代码中训练您自定义的模型。单击图像下方的“教程和文档”链接可查看完整视频,示例代码,相关说明,最佳实践指南和文档。

_在 IdenProf 数据集中训练模型用于预测专业人员。_

[![](https://github.com/OlafenwaMoses/ImageAI/raw/master/images/idenprof.jpg)](https://github.com/OlafenwaMoses/ImageAI/raw/master/images/idenprof.jpg)

[>>>教程和文档](https://imageai-cn.readthedocs.io/en/latest/ImageAI_Custom_Prediction_Model_Training.html)
[>>>教程和文档](https://imageai-cn.readthedocs.io/zh_CN/latest/ImageAI_Custom_Prediction_Model_Training.html)

## 自定义图像预测

Expand All @@ -152,7 +152,7 @@ police : 2.6663416996598244
pilot : 2.239348366856575
```

[>>>教程和文档](https://imageai-cn.readthedocs.io/en/latest/ImageAI_Custom_Image_Prediction.html)
[>>>教程和文档](https://imageai-cn.readthedocs.io/zh_CN/latest/ImageAI_Custom_Image_Prediction.html)

## 实时和高性能实施

Expand Down

0 comments on commit e4153e9

Please sign in to comment.