-
how to solve this problem when I run mxnet2onnx_demo.py in Arcface demo to mxnet2onnx.
Mxnet 1.6.0
onnx 1.7.0
File "D:/Project/Github/Face/Recognition/arcface_retinaface_mxnet2onnx-master/Arcfa…
-
You should be able to run a face detection + alignment first to limit the input variation for the classification model.
I'd suggest retinaface or similar.
-
## Env
- GPU, e.g. V100, RTX2080, TX2, Xavier NX, Nano, etc.
- OS, e.g. Ubuntu16.04, Win10, etc.
- Cuda version
- TensorRT version
## About this repo
- which branch/tag/commit are you usin…
yxl23 updated
4 months ago
-
### 🐛 Describe the bug
### ISSUE
When I run
`python preprocess_lrs3.py --data-dir=D:/BaiduNetdiskDownload/LRS3 --detector=retinaface --dataset=lrs3 --root-dir=D:/pycharmProject/audio_vision/audio-…
-
![error generated](https://github.com/aigc-apps/sd-webui-EasyPhoto/assets/76223323/250ae125-b993-450a-8fa4-1793ebb05194)
-
如何在retinaface以及人脸识别的facenet模型上训练自己的数据?
-
作者,您好,请问您在训练数据时,有没有采用MTCNN 或者 Retinaface对人脸数据进行对齐裁剪呢?
期待您的回复,谢谢。
-
I use your wonderful caffe2onnx tool to convert my own retinaface caffemodel,which very useful for me.However, there are something wrong with the **Crop layer and upsample layer**, could you please t…
-
i get an opencv error at the end of a video.
```
terminate called after throwing an instance of 'cv::Exception'
what(): OpenCV(4.2.0) ../modules/core/src/matmul.dispatch.cpp:349: error: (-215:A…
-
File "D:\gitspace\Pytorch_Retinaface\data\wider_face.py", line 42, in __getitem__
height, width, _ = img.shape
AttributeError: 'NoneType' object has no attribute 'shape'
why it goes…