Commit 1f53f9d3 authored by liangjing's avatar liangjing
Browse files

Update README.md

parent fb5a36ca
......@@ -24,7 +24,8 @@ MaskRCNN是一种基于Faster R-CNN的物体检测和实例分割模型,它通
版本:v0.7
原始代码位置:https://github.com/mlcommons/training_results_v0.7/tree/master/NVIDIA/benchmarks/maskrcnn/implementations/pytorch
原始代码位置:
* https://github.com/mlcommons/training_results_v0.7/tree/master/NVIDIA/benchmarks/maskrcnn/implementations/pytorch
## 数据集
......@@ -63,7 +64,7 @@ COCO数据集的广泛使用使得其成为计算机视觉领域中的一个标
提供[光源](https://www.sourcefind.cn/#/service-details)拉取的训练的docker镜像:
docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:mlperf-maskrcnn-latest
python依赖安装:
python依赖安装(如已经拉取镜像可忽略下述依赖安装步骤)
pip3 install -r requirement.txt
python3 setup.py install
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment