diff --git a/README.md b/README.md index b6641d2..997b3cc 100755 --- a/README.md +++ b/README.md @@ -6,8 +6,18 @@ > Download [model.tar.gz](https://github.com/naiiytom/nist-frvt-archive/releases/download/v1.0/model.tar.gz) and [lib.tar.gz](https://github.com/naiiytom/nist-frvt-archive/releases/download/v1.0/lib.tar.gz) from [release](https://github.com/naiiytom/nist-frvt-archive/releases/) section and extract them accordingly. . +## Update -. +**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 --- @@ -17,6 +27,7 @@ |---------|-------|---------| | [v1.0](https://github.com/naiiytom/nist-frvt-archive/releases/tag/v1.0) | [model.tar.gz](https://github.com/naiiytom/nist-frvt-archive/releases/download/v1.0/model.tar.gz) | [lib.tar.gz](https://github.com/naiiytom/nist-frvt-archive/releases/download/v1.0/lib.tar.gz) | | [v1.1](https://github.com/naiiytom/nist-frvt-archive/releases/tag/v1.1) | [model.tar.gz](https://github.com/naiiytom/nist-frvt-archive/releases/download/v1.1/model.tar.gz) | [lib.tar.gz](https://github.com/naiiytom/nist-frvt-archive/releases/download/v1.1/lib.tar.gz) | +| [v1.2](https://github.com/naiiytom/nist-frvt-archive/releases/tag/v1.2) | [model.tar.gz](https://github.com/naiiytom/nist-frvt-archive/releases/download/v1.2/model.tar.gz) | [lib.tar.gz](https://github.com/naiiytom/nist-frvt-archive/releases/download/v1.2/lib.tar.gz) | ---