-
Hi,
I installed the project without issues, I just had to comment line 49 in FaceBoxes/utils/build.py for Cython to compile but when I run python.exe singleImage.py -f demo\0.png
I get this issu…
-
When I run command python3 demo_webcam_smooth.py --onnx, can anyone solve this problem ?
-
I can obtain the pb file by save.py and the create_pb.py with the model.ckpt-240000 (downloading).
But, I can not get the right prediction results by try_detector.ipynb and face_detector.py with the …
zmhik updated
5 years ago
-
3ddfa:
![test_vertex](https://user-images.githubusercontent.com/30692249/59735487-5b828a00-9288-11e9-90ee-77594d856ab4.gif)
2dasl:
![test_vertex](https://user-images.githubusercontent.com/3069224…
-
我现在用您的mobilenet+ssd网络训练,只修改num_classes,也有loss在8附近震荡这个情况,不知道是什么问题。
-
我的模型结构中使用到了torch.split对channel进行切割,转换到onnx没有问题,但是通过onnx转换到ncnn出错,请问split操作是支持的嘛?或者有什么办法可以替换这个操作?
-
Hello everyone, I faced this problem when I try to run singleImage.py, although I have built it.
ModuleNotFoundError: No module named 'FaceBoxes.utils.nms.cpu_nms'
How can I solve this?
-
Hi
how to load faceNet to get inference from realtime_testing.py ?
I used this way: I load the checkpoint inside the pretrained model that you have added on the net, butit gives me an error
```pyth…
-
### What Operating System(s) are you seeing this problem on?
Linux (aarch64)
### dlib version
19.24
### Python version
3.6.9
### Compiler
gcc version 7.5.0 (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04)
…
-
### Describe the feature and motivation
While reviewing `FaceDetectorYNImpl::postProcess` to see how it worked, I noticed that the `scoreThreshold` is only used to cull `faces` in the non-maximum sup…