modify README

pull/5452/head
chengxianbin 5 years ago
parent fd82e4f85a
commit 177d8441f0

@ -98,7 +98,7 @@ sh run_eval.sh [DATASET] [CHECKPOINT_PATH] [DEVICE_ID]
```shell ```shell
. .
└─ model_zoo └─ cv
└─ ssd └─ ssd
├─ README.md ## descriptions about SSD ├─ README.md ## descriptions about SSD
├─ scripts ├─ scripts
@ -226,7 +226,7 @@ mAP: 0.23808886505483504
| Parameters | Ascend | | Parameters | Ascend |
| -------------------------- | -------------------------------------------------------------| | -------------------------- | -------------------------------------------------------------|
| Model Version | V1 | | Model Version | SSD V1 |
| Resource | Ascend 910 CPU 2.60GHz56coresMemory314G | | Resource | Ascend 910 CPU 2.60GHz56coresMemory314G |
| uploaded Date | 06/01/2020 (month/day/year) | | uploaded Date | 06/01/2020 (month/day/year) |
| MindSpore Version | 0.3.0-alpha | | MindSpore Version | 0.3.0-alpha |
@ -244,7 +244,7 @@ mAP: 0.23808886505483504
| Parameters | Ascend | | Parameters | Ascend |
| ------------------- | ----------------------------| | ------------------- | ----------------------------|
| Model Version | V1 | | Model Version | SSD V1 |
| Resource | Ascend 910 | | Resource | Ascend 910 |
| Uploaded Date | 06/01/2020 (month/day/year) | | Uploaded Date | 06/01/2020 (month/day/year) |
| MindSpore Version | 0.3.0-alpha | | MindSpore Version | 0.3.0-alpha |

@ -273,7 +273,7 @@ Average Recall (AR) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.558
| Parameters | Ascend | | Parameters | Ascend |
| -------------------------- | ---------------------------------------------------------------------------------------------- | | -------------------------- | ---------------------------------------------------------------------------------------------- |
| Model Version | YOLOv3_Darknet53_Quant | | Model Version | YOLOv3_Darknet53_Quant V1 |
| Resource | Ascend 910; CPU 2.60GHz, 192cores; Memory, 755G | | Resource | Ascend 910; CPU 2.60GHz, 192cores; Memory, 755G |
| uploaded Date | 06/31/2020 (month/day/year) | | uploaded Date | 06/31/2020 (month/day/year) |
| MindSpore Version | 0.6.0-alpha | | MindSpore Version | 0.6.0-alpha |
@ -294,7 +294,7 @@ Average Recall (AR) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.558
| Parameters | Ascend | | Parameters | Ascend |
| ------------------- | --------------------------- | | ------------------- | --------------------------- |
| Model Version | YOLOv3_Darknet53_Quant | | Model Version | YOLOv3_Darknet53_Quant V1 |
| Resource | Ascend 910 | | Resource | Ascend 910 |
| Uploaded Date | 06/31/2020 (month/day/year) | | Uploaded Date | 06/31/2020 (month/day/year) |
| MindSpore Version | 0.6.0-alpha | | MindSpore Version | 0.6.0-alpha |

@ -96,7 +96,7 @@ After installing MindSpore via the official website, you can start training and
## [Script and Sample Code](#contents) ## [Script and Sample Code](#contents)
``` ```
└── model_zoo └── cv
├── README.md // descriptions about all the models ├── README.md // descriptions about all the models
└── yolov3_resnet18 └── yolov3_resnet18
├── README.md // descriptions about yolov3_resnet18 ├── README.md // descriptions about yolov3_resnet18
@ -201,7 +201,7 @@ Note the precision and recall values are results of two-classification(person an
| Parameters | Ascend | | Parameters | Ascend |
| -------------------------- | ----------------------------------------------------------- | | -------------------------- | ----------------------------------------------------------- |
| Model Version | Inception V1 | | Model Version | YOLOv3_Resnet18 V1 |
| Resource | Ascend 910 CPU 2.60GHz56coresMemory314G | | Resource | Ascend 910 CPU 2.60GHz56coresMemory314G |
| uploaded Date | 06/01/2020 (month/day/year) | | uploaded Date | 06/01/2020 (month/day/year) |
| MindSpore Version | 0.2.0-alpha | | MindSpore Version | 0.2.0-alpha |
@ -220,7 +220,7 @@ Note the precision and recall values are results of two-classification(person an
| Parameters | Ascend | | Parameters | Ascend |
| ------------------- | ----------------------------------------------- | | ------------------- | ----------------------------------------------- |
| Model Version | Inception V1 | | Model Version | YOLOv3_Resnet18 V1 |
| Resource | Ascend 910 | | Resource | Ascend 910 |
| Uploaded Date | 06/01/2020 (month/day/year) | | Uploaded Date | 06/01/2020 (month/day/year) |
| MindSpore Version | 0.2.0-alpha | | MindSpore Version | 0.2.0-alpha |

Loading…
Cancel
Save