insightface
insightface copied to clipboard
State-of-the-art 2D and 3D Face Analysis Project
Hi, could you please tell me where can i find `generate_edge.py`? I think that your face-parsing approach greatly meets my requirements. I looked inside `parsing` directory but i was not...
Hello everyone, here are some scripts that can convert insightface params to onnx model. These scripts have been sorted out various methods of exporting MXNet params or insightface params on...
There is no clear documentation for how to prepare the validation datasets for arcface training. Can someone point out how it is done? I am trying to use arcface_torch, Thank...
Hi, I've read some discussion(https://discuss.pytorch.org/t/checkpoint-with-batchnorm-running-averages/17738) about pytorch checkpoint. The running mean/var of BN layer seems update twice when checkpoint is used in training. The way to make batch statistic updating...
运行scrdf报错 Traceback (most recent call last): File "D:/yolo/insightface-master/detection/scrfd/tools/scrfd.py", line 318, in bboxes, kpss = detector.detect(img, 0.5, input_size = (640, 640)) File "D:/yolo/insightface-master/detection/scrfd/tools/scrfd.py", line 225, in detect scores_list, bboxes_list, kpss_list =...
https://github.com/deepinsight/insightface/blob/e78eee59caff3515a4db467976cf6293aba55035/parsing/dml_csr/dataset/datasets.py#L179 return 的结果缺少 semantic_edges? https://github.com/deepinsight/insightface/blob/e78eee59caff3515a4db467976cf6293aba55035/parsing/dml_csr/train.py#L302 这里最后的 _ 应该是meta 吧 缺少了semantic_edges,可以描述下怎么生成的吗? 谢谢
Add ability to pass additional args such as `root` to FaceAnalysis constructor, so they do not have to put the model files in their home directory Example: ``` model =...
1. Modify jpg save quality to 100% 2. Add tqdm process bar