forked from mindspore-Ecosystem/mindspore
!19359 fixed invalid links and rename README
Merge pull request !19359 from oacjiewen/master
This commit is contained in:
commit
e5ff4835e8
|
@ -64,12 +64,12 @@ PoseNet是剑桥大学提出的一种鲁棒、实时的6DOF(单目六自由度
|
||||||
# 环境要求
|
# 环境要求
|
||||||
|
|
||||||
- 硬件(Ascend/GPU)
|
- 硬件(Ascend/GPU)
|
||||||
- 使用Ascend来搭建硬件环境。
|
- 使用Ascend/GPU来搭建硬件环境。
|
||||||
- 框架
|
- 框架
|
||||||
- [MindSpore](https://www.mindspore.cn/install/en)
|
- [MindSpore](https://www.mindspore.cn/install)
|
||||||
- 如需查看详情,请参见如下资源:
|
- 如需查看详情,请参见如下资源:
|
||||||
- [MindSpore教程](https://www.mindspore.cn/tutorial/training/zh-CN/master/index.html)
|
- [MindSpore教程](https://www.mindspore.cn/tutorial/training/zh-CN/master/index.html)
|
||||||
- [MindSpore Python API](https://www.mindspore.cn/doc/api_python/en/master/index.html)
|
- [MindSpore Python API](https://www.mindspore.cn/doc/api_python/zh-CN/master/index.html)
|
||||||
|
|
||||||
# 快速入门
|
# 快速入门
|
||||||
|
|
||||||
|
@ -303,7 +303,7 @@ PoseNet是剑桥大学提出的一种鲁棒、实时的6DOF(单目六自由度
|
||||||
| 参数(M) | 10.7 | 10.7 |
|
| 参数(M) | 10.7 | 10.7 |
|
||||||
| 微调检查点 | 82.91M (.ckpt文件) | 82.91M (.ckpt文件) |
|
| 微调检查点 | 82.91M (.ckpt文件) | 82.91M (.ckpt文件) |
|
||||||
| 推理模型 | 41.66M (.mindir文件) | 41.66M (.mindir文件) |
|
| 推理模型 | 41.66M (.mindir文件) | 41.66M (.mindir文件) |
|
||||||
| 脚本 | [posenet脚本](https://gitee.com/mindspore/mindspore/tree/r1.1/model_zoo/research/cv/posenet) | [posenet脚本](https://gitee.com/mindspore/mindspore/tree/r1.1/model_zoo/master/cv/posenet) |
|
| 脚本 | <https://gitee.com/mindspore/mindspore/tree/master/model_zoo/official/cv/posenet> | <https://gitee.com/mindspore/mindspore/tree/master/model_zoo/official/cv/posenet> |
|
||||||
|
|
||||||
#### StMarysChurch上的PoseNet
|
#### StMarysChurch上的PoseNet
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
- 硬件(Ascend/GPU)
|
- 硬件(Ascend/GPU)
|
||||||
- 准备Ascend或GPU处理器搭建硬件环境。
|
- 准备Ascend或GPU处理器搭建硬件环境。
|
||||||
- 框架
|
- 框架
|
||||||
- [MindSpore](https://www.mindspore.cn/install/en)
|
- [MindSpore](https://www.mindspore.cn/install)
|
||||||
- 如需查看详情,请参见如下资源:
|
- 如需查看详情,请参见如下资源:
|
||||||
- [MindSpore教程](https://www.mindspore.cn/tutorial/training/zh-CN/master/index.html)
|
- [MindSpore教程](https://www.mindspore.cn/tutorial/training/zh-CN/master/index.html)
|
||||||
- [MindSpore Python API](https://www.mindspore.cn/doc/api_python/zh-CN/master/index.html)
|
- [MindSpore Python API](https://www.mindspore.cn/doc/api_python/zh-CN/master/index.html)
|
||||||
|
@ -296,7 +296,7 @@ result:{'top_1 acc':0.802303685897436}
|
||||||
| 总时长 | 33时45分钟 |94时08分 |
|
| 总时长 | 33时45分钟 |94时08分 |
|
||||||
| 参数(M) | 70.6 |70.6
|
| 参数(M) | 70.6 |70.6
|
||||||
| 微调检查点| 807.57M(.ckpt文件) |808.28(.ckpt)
|
| 微调检查点| 807.57M(.ckpt文件) |808.28(.ckpt)
|
||||||
| 脚本 | [链接](https://gitee.com/mindspore/mindspore/tree/master/model_zoo/official/cv/Glore_resnet200) |
|
| 脚本 | [链接](https://gitee.com/mindspore/mindspore/tree/master/model_zoo/research/cv/glore_res200) |
|
||||||
|
|
||||||
### 推理性能
|
### 推理性能
|
||||||
|
|
||||||
|
@ -319,4 +319,4 @@ transform_utils.py中使用数据增强时采用了随机选择策略,train.py
|
||||||
|
|
||||||
# ModelZoo主页
|
# ModelZoo主页
|
||||||
|
|
||||||
请浏览官网[主页](https://gitee.com/mindspore/mindspore/tree/master/model_zoo)
|
请浏览官网[主页](https://gitee.com/mindspore/mindspore/tree/master/model_zoo)
|
Loading…
Reference in New Issue