-
Thanks for sharing gread code.
I have a question about yolov5-face inference speed.
Yolov5-face is more accurate than scrfd, but inference speed is more slower.
Is it true?
-
Thank you for open this repo. I have some questions as follows:
1. All model use **800** image size for input in readme.md table ? However 640 images size in evaluate ?
https://github.com/deepcam-cn…
-
## 🐛 Bug
When attempting to load the yolov5-rt-stack model (with NMS post-processing) in C++, the following error appears:
```
>>> Loading model
>>> Other error:
Unknown builtin op: torchvisi…
-
Hello!
I am trying to run the demo program, following [this](https://github.com/iperov/DeepFaceLive/blob/master/doc/setup_tutorial_windows/index.md) tutorial, however at the point when I choose the…
-
in yolov5-face/utils/loss.py:
the 169th, 170th:
#landmarks loss
plandmarks = ps[:,5:15].sigmoid() * 8. - 4.
why landmarks multiply 8 and minus 4?
eeric updated
3 years ago
-
in yolov5-face/models/yolo.py,
from the 71th to 75th line, such as
y[..., 5:7] = y[..., 5:7] * self.anchor_grid[i] + self.grid[i].to(x[i].device) * self.stride[i] # landmark x1 y1
How did you ge…
eeric updated
3 years ago
-
OpenVINO 2020.1 simply refuses to work when using the NCS2 in a Raspberry Pi. I'm seeing the error below. I have tested multiple sample applications using both C++ and Python and all give the same err…
-
Dear @jgespino ,
I am able to convert the full [yolov5](https://github.com/edwardnguyen1705/yolov5) v2 models to `OpenVINO`, and here is a converted model: [yolov5xxs_320_custom_up_face](https://gith…
-
您好,非常棒的工作,感谢您的分享,但是我使用您提供的模型yolov5s-face在单尺度最大边输入分辨率为1024的情况下,easy=94.4956,medium=93.2827,hard=87.9253,与您之前readme里提到的easy=95.4,medium=94.6,hard=88.2尚有差距,请问可能是由什么原因造成的呢?
-
Hi! We are running your YOLO implementation into a 5 class detection task. However, it seems that at some iteration of some epoch (it is not always the same), the loss suddenly starts quickly going to…