This repository is an archive to keep track of progress
Download model.tar.gz and lib.tar.gz from release section and extract them accordingly.
.
v1.0
- initial commit
- update libraries, model and result
v1.1
- fixed mxnet using threading
- fixed image size from dynanic -> static size of 640x480 pixel
v1.2
- fixed stdout from mxnet 3rd party library
v1.3
- clear unused libraries
- minimize libraries size
v1.rc-1
- change retinaface backbone from ResNet50 -> MobileNet
- remove stdout from test code
Release | Model | Library |
---|---|---|
v1.0 | model.tar.gz | lib.tar.gz |
v1.1 | model.tar.gz | lib.tar.gz |
v1.2 | model.tar.gz | lib.tar.gz |
v1.3 | model.tar.gz | lib.tar.gz |
v1.rc-1 | model.tar.gz | lib.tar.gz |
This repository contains validation packages for all Ongoing FRVT evaluation tracks. We recommend developers clone the entire repository and run validation from within the folder that corresponds to the evaluation of interest. The ./common directory contains files that are shared across all validation packages.