TMaysGGS
TMaysGGS
Hi @AberHu , Thank you very much for your work. Now I am working on using CRD loss for training my face recognition model, while your work and the original...
Hi @ipazc , Thanks very much for sharing your work and this version of mtcnn is really precise compared with some other versions. But I found that there are some...
Hi authors, Thanks so much for your work, which helps me a lot for constructing a complete custom face recognition training pipeline. I want to ask about the evaluation on...
Hi, First I want to thank you for your work, which gives me a better understanding on MTCNN. I am confused about the last several lines of the codes in...
Hi, I was following the instructions from https://github.com/kendryte/tensorflow-workspace/commit/d80f0d2ac23287aaf8b116c9cd3769b90c720bee#diff-7d9fc065a89438c0ca7e01e4611d0f3aR30 to generate C code from .pb file and I was using the mobilenetv1.pb file from the example. I just tried the steps...
Hi, Thank you for your great work, which helps me a lot. I want to ask about the CRD contrast memory. In class ContrastMemory, there will be 2 buffers generated...
Hi @ewrfcas , Thanks for sharing your code about the Keras implementation of ArcFace loss. I recently use this loss to train my model but found something that really confuses...