Dreamgang
Dreamgang
**Describe the bug** KeyError: '31_np'. **To Reproduce** `class PCN2(nn.Module): def __init__(self): super().__init__() self.conv1 = nn.Conv2d(3, 20, kernel_size=3, stride=1) self.conv2 = nn.Conv2d(20, 40, kernel_size=3, stride=1) self.conv3 = nn.Conv2d(40, 70, kernel_size=2, stride=1)...
when I download the model you provided ,and test on GPU ,the inference time per_image is about 0.75s ,the picture size is 640*480
您好,请问什么时候方便开源训练代码呀,想在自己的数据集上训练一波试试看
模型导入出错
您好,我在测试您的SampleMTCNN的时候,出现`D:\ZQCNN-MTCNN-vs-libfacedetection-master\ZQCNN\x64\Debug>SampleMTCNN.exe 4_128x96.jpg 10 1 failed to open file model/det1-dw20-fast.zqparams`的错误,我仔细检查了模型的名称,都没有问题,请问该如何解决?谢谢!
How to convert the pytoch model to onnx and ncnn? And, the pytorch model come from the official?[zisianw](https://github.com/zisianw/FaceBoxes.PyTorch)