Commit Graph

14 Commits

Author SHA1 Message Date
Subtain Malik
3accb0d8e2
Arcface trt8 (#1076)
* gen_weights for latest pretrained_models

* tensorrt-8 migrations

* updated docs
2022-08-19 17:55:08 +08:00
ybw108
d274d90722
Fix a bug of arcface-mobilefacenet (#562)
Fix a bug which can cause different output results from tensorrt and insightface(mxnet) arcface-mobilefacenet. Change the `eps` value of `BatchNorm2d` layer in `conv_bn_relu()`, `conv_bn()` and `DepthWise()` from `2e-5` to `1e-3` according to the origin mxnet implementation of mobilefacenet from insightface.
2021-05-24 18:31:41 +08:00
irvingzhang0512
1457e6fcb7
Fix a bug of arcface-mobilefacenet output size (#556) 2021-05-21 10:55:22 +08:00
ybw108
53ba7e97b1
Add: arcface-mobilefacenet (#545)
* add arcface-mobilefacenet

* Update arcface-mobilefacenet.cpp

* modify CMmakeLists.txt, add arcface-r100.cpp

* fix typos,resolve conflicts,update README.md

Co-authored-by: Admin <huangz11@chinatelecom.cn>
2021-05-17 18:56:41 +08:00
Ryo Mizote
4ae3e8743f
Fix a bug(wrong CMakeLists syntax) (#377) 2021-01-28 12:58:42 +08:00
wang-xinyu
c4fd9ca697 update readme 2021-01-24 14:12:50 +08:00
wang-xinyu
8565237890 fix cmake 2020-12-16 12:54:00 +08:00
LabMemNo003
a7f96eca6c
Fix typo in CMakeLists.txt (#329)
* Fix typo in CMakeLists.txt

* Fix format error for CUDA_NVCC_FLAGS
2020-12-14 10:32:48 +08:00
wang-xinyu
72501ce58f fix 2020-11-06 21:35:02 +08:00
upczww
93a9d801a7 use relu and scale instead of prelu plugin 2020-07-21 12:15:56 +08:00
wang-xinyu
f4e9063b42 update readme, yolov3-spp migrated to trt7 2020-05-28 22:36:44 +08:00
wang-xinyu
453c063639 add arcface/gen_wts 2020-05-28 17:46:29 +08:00
wang-xinyu
b8556322bf fix readme 2020-05-28 17:37:47 +08:00
wang-xinyu
0718ce8a46 add arcface 2020-05-28 17:31:59 +08:00