Browse Source

copyright fixing

tags/v1.2.0-rc1
islam.amin 4 years ago
parent
commit
06c1e8443f
6 changed files with 7 additions and 7 deletions
  1. +2
    -2
      model_zoo/official/cv/cnn_direction_model/README.md
  2. +1
    -1
      model_zoo/official/cv/cnn_direction_model/eval.py
  3. +1
    -1
      model_zoo/official/cv/cnn_direction_model/src/config.py
  4. +1
    -1
      model_zoo/official/cv/cnn_direction_model/src/create_mindrecord.py
  5. +1
    -1
      model_zoo/official/cv/cnn_direction_model/src/dataset.py
  6. +1
    -1
      model_zoo/official/cv/cnn_direction_model/train.py

+ 2
- 2
model_zoo/official/cv/cnn_direction_model/README.md View File

@@ -35,7 +35,7 @@ Dataset used: [FSNS (French Street Name Signs)](https://arxiv.org/abs/1702.03970
- Data format:binary files
- Note:Data will be processed in dataset.py

- Download the dataset, the recommened directory structure to have is as follows:
- Download the dataset, the recommended directory structure to have is as follows:

Annotations for training and testing should be in test_annot and train_annot.
Training and Testing images should be in train and test.
@@ -152,7 +152,7 @@ Results of evaluation will be printed after evaluation process is completed.
| Parameters | Ascend |
| -------------------------- | ------------------------------------------------------------|
| Resource | Ascend 910; CPU 2.60GHz, 192cores; Memory, 755G |
| uploaded Date | 01/15/2020 (month/day/year) |
| uploaded Date | 01/15/2021 (month/day/year) |
| MindSpore Version | 1.1 |
| Dataset | FSNS |
| Training Parameters | epoch=1, steps=104,477, batch_size = 20, lr=1e-07 |


+ 1
- 1
model_zoo/official/cv/cnn_direction_model/eval.py View File

@@ -1,4 +1,4 @@
# Copyright 2021 Huawei Technologies Co., Ltd
# Copyright 2020-2021 Huawei Technologies Co., Ltd
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.


+ 1
- 1
model_zoo/official/cv/cnn_direction_model/src/config.py View File

@@ -1,4 +1,4 @@
# Copyright 2021 Huawei Technologies Co., Ltd
# Copyright 2020-2021 Huawei Technologies Co., Ltd
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.


+ 1
- 1
model_zoo/official/cv/cnn_direction_model/src/create_mindrecord.py View File

@@ -1,4 +1,4 @@
# Copyright 2021 Huawei Technologies Co., Ltd
# Copyright 2020-2021 Huawei Technologies Co., Ltd
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.


+ 1
- 1
model_zoo/official/cv/cnn_direction_model/src/dataset.py View File

@@ -1,4 +1,4 @@
# Copyright 2021 Huawei Technologies Co., Ltd
# Copyright 2020-2021 Huawei Technologies Co., Ltd
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.


+ 1
- 1
model_zoo/official/cv/cnn_direction_model/train.py View File

@@ -1,4 +1,4 @@
# Copyright 2021 Huawei Technologies Co., Ltd
# Copyright 2020-2021 Huawei Technologies Co., Ltd
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.


Loading…
Cancel
Save