|
| 1 | +# Copyright (c) 2022 Intel Corporation |
| 2 | +# |
| 3 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +# you may not use this file except in compliance with the License. |
| 5 | +# You may obtain a copy of the License at |
| 6 | +# |
| 7 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +# |
| 9 | +# Unless required by applicable law or agreed to in writing, software |
| 10 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +# See the License for the specific language governing permissions and |
| 13 | +# limitations under the License. |
| 14 | + |
| 15 | +description: >- |
| 16 | + "mobilenet-v3-large-1.0-224-paddle" is one of MobileNets V3 - next generation of MobileNets, |
| 17 | + based on a combination of complementary search techniques as well as a novel architecture |
| 18 | + design. "mobilenet-v3-large-1.0-224-paddle" is pretraind in Paddle framework and targeted for low resource use cases. |
| 19 | + For details see paper <https://arxiv.org/abs/1905.02244> and repository <https://github.com/PaddlePaddle/PaddleClas>. |
| 20 | +task_type: classification |
| 21 | +files: |
| 22 | + - name: paddleclas-2.2.1-py3-none-any.whl |
| 23 | + size: 306598 |
| 24 | + checksum: 16b0ea3a97393b17e40c657fce1b83ef78a8accef34e721cf6691151da1730efdbc7018635053636a023a2ca5abb3e4b |
| 25 | + source: https://files.pythonhosted.org/packages/ba/2d/7e76250b345157c60639e9bbb301a39f1796cf882ac887a082245e54fa7d/paddleclas-2.2.1-py3-none-any.whl |
| 26 | + - name: MobileNetV3_large_x1_0_pretrained.pdparams |
| 27 | + size: 33273297 |
| 28 | + checksum: 4b5f60288b6b4e8a394c2c7b8e6aaaa17d02ab3541ce4589268626a2ec78beb5deeccc956c16b602412e7d687d2b2327 |
| 29 | + original_source: https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/legendary_models/MobileNetV3_large_x1_0_pretrained.pdparams |
| 30 | + source: https://storage.openvinotoolkit.org/repositories/open_model_zoo/public/2022.2/mobilenet-v3-large-1.0-224-paddle/MobileNetV3_large_x1_0_pretrained.pdparams |
| 31 | + - name: tools/export_model.py |
| 32 | + size: 3635 |
| 33 | + checksum: cf7563115a0ec676d989525500f67dc30dd52f6d7771ffe91e58538fed9479a9a134bb1168311ea71fe0bf29b739c561 |
| 34 | + source: https://raw.githubusercontent.com/PaddlePaddle/PaddleClas/7c1f291b88914a862b824393ba00d8f54269a73e/tools/export_model.py |
| 35 | + - name: MobileNetV3_large_x1_0.yaml |
| 36 | + size: 2768 |
| 37 | + checksum: 3d7e066070fafdb3f01d49b3b6f422b96d93cf895dff89017accc583b034ad72be2c042e0db88fecee4d57fa74f4ba1f |
| 38 | + source: https://raw.githubusercontent.com/PaddlePaddle/PaddleClas/d6d5efe055caa9e08d0c392fcc02b49319afe14a/ppcls/configs/ImageNet/MobileNetV3/MobileNetV3_large_x1_0.yaml |
| 39 | +postprocessing: |
| 40 | + - $type: unpack_archive |
| 41 | + format: zip |
| 42 | + file: paddleclas-2.2.1-py3-none-any.whl |
| 43 | + - $type: regex_replace |
| 44 | + file: tools/export_model.py |
| 45 | + pattern: sys.path.append\(os.path.abspath\(os.path.join\(__dir__, '..\/'\)\)\) |
| 46 | + replacement: sys.path.append(os.path.abspath(os.path.join(__dir__, '../paddleclas'))) |
| 47 | +input_info: |
| 48 | + - name: x |
| 49 | + shape: [1, 3, 224, 224] |
| 50 | + layout: NCHW |
| 51 | +model_optimizer_args: |
| 52 | + - --reverse_input_channels |
| 53 | + - --scale_values=[58.395, 57.12, 57.375] |
| 54 | + - --mean_values=[123.675, 116.28, 103.53] |
| 55 | + - --output=softmax_1.tmp_0 |
| 56 | + - --input_model=$conv_dir/inference_model/inference.pdmodel |
| 57 | +framework: paddle |
| 58 | +license: https://raw.githubusercontent.com/PaddlePaddle/PaddleClas/release/2.3/LICENSE |
0 commit comments