yolov5-face-landmarks-opencv-v2 icon indicating copy to clipboard operation
yolov5-face-landmarks-opencv-v2 copied to clipboard

更新的yolov5检测人脸和关键点,只依赖opencv库就可以运行,程序包含C++和Python两个版本的

Results 10 yolov5-face-landmarks-opencv-v2 issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/62659186/179660361-d435a9a4-ebb7-4322-9b43-1e1a1f920350.png)

i run main_export_onnx.py in python3 and it show error File "main_export_onnx.py", line 89, in forward x[0] = x[0].view(-1, self.no) TypeError: 'tuple' object does not support item assignment how can i...

Hi, We cant download from baidu. Can you put a google drive ? I convert from yolo5vs-face.pt to onnx but it failed Best

大佬,我在网盘上下了你的yolos-face.onnx,放在根目录下运行c++的程序的时候在第55行this->net = readNet(modelFile);会报错。我的opencv版本是4.2.0,请问这个读取网络报错是否跟opencv的版本有关呢?

这几个onnx模型的指标和主仓库中贴出的相同吗?https://github.com/deepcam-cn/yolov5-face ![image](https://user-images.githubusercontent.com/88966470/172305232-a012d06a-66ab-4eaf-b4a1-f441b42c2bd1.png)

导出所需的那些文件是直接从yolov5那拷贝吗

![image](https://user-images.githubusercontent.com/47074357/160238565-027a577d-e729-41fb-bba8-3386e9f39c69.png)

大佬請問 若要增加資料類別 yaml nc =3 pt檔也是訓練好的 該如何轉onnx 我直接轉會出現 CUDA error: device-side assert triggered CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be...

用自己的数据集(也是五点标注)在Yolov5-face源码训练并导出onnx,用此代码似乎输出的pdata[15]并不是置信度,请问怎么查看呢?