forked from openvinotoolkit/open_model_zoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodel.yml
32 lines (31 loc) · 1.3 KB
/
model.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright (c) 2019 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
description: >-
Deep face recognition net with ResNet100 backbone and Arcface loss <https://arxiv.org/abs/1801.07698>
task_type: face_recognition
files:
- name: model-r100-arcface-ms1m-refine-v2.zip
size: 243494890
sha256: eab0e5bcca81c070f56ffb11a1c32d7b2e574a8bb94f32590e7b48b355c13d1f
source: https://www.dropbox.com/s/tj96fsm6t6rq8ye/model-r100-arcface-ms1m-refine-v2.zip?dl=1
postprocessing:
- $type: unpack_archive
format: zip
file: model-r100-arcface-ms1m-refine-v2.zip
model_optimizer_args:
- --reverse_input_channels
- --input_shape=[1,3,112,112]
- --input_model=$dl_dir/model-r100-ii/model-0000.params
framework: mxnet
license: https://raw.githubusercontent.com/deepinsight/insightface/master/LICENSE