forked from openvinotoolkit/open_model_zoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel.yml
More file actions
36 lines (35 loc) · 1.47 KB
/
model.yml
File metadata and controls
36 lines (35 loc) · 1.47 KB
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
33
34
35
36
# 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: >-
RetinaFace-R50 is a medium size model with ResNet50 backbone for Face Localization.
It can output face bounding boxes and five facial landmarks in a single forward
pass. More details provided in the paper <https://arxiv.org/abs/1905.00641> and
repository <https://github.com/deepinsight/insightface/tree/master/detection/RetinaFace>
task_type: detection
files:
- name: retinaface-R50.zip
size: 109631292
sha256: d1099b1dba51996c5eb8a757e7f60052d78633d061c46e9108ef7dd5069af999
source: https://www.dropbox.com/s/53ftnlarhyrpkg2/retinaface-R50.zip?dl=1
postprocessing:
- $type: unpack_archive
format: zip
file: retinaface-R50.zip
model_optimizer_args:
- --input_shape=[1,3,640,640]
- --input_model=$dl_dir/R50-0000.params
- --reverse_input_channels
framework: mxnet
quantizable: yes
license: https://raw.githubusercontent.com/deepinsight/insightface/master/LICENSE