-
Hi is there any plan to test this face detector on the yolov7 backbone to maybe have a new SoTa?
-
I'm training yolov7 on a custom dataset using colab:
!python train.py --batch 12 --cfg cfg/training/yolov7_custom.yaml --epochs 50 --data data/custom_data.yaml --weights 'yolov7.pt' --device 0
an…
-
**Problem:** YOLOv7 is 509% faster and Amidst the COVID-19 outbreak in India, with a surge in confirmed cases, the government continues to appeal for universal mask usage which aligns with the World H…
-
use:`python3 detect.py --weights ./weights/yolov7-lite-s.pt --source /mnt/data/train_codes/yolov7-face-master/data/images`
return:` return super().find_class(mod_name, name)
AttributeError: Can't…
-
Where is the inference.cu? I run the code and the outputs are like below. When I look to output images, there are no bounding boxes, it does not do inference. So I though that you did not completed th…
-
Hello there,
I noticed that you have two repositories yolov7-face and yolov8-face that both use YOLO for face detection. However, it seems that the performance of yolov8-face is not as good as yolov7…
-
The following error occurs when I building. NDK version is 22.1.7171670
` Error while executing process E:\download\Android\Sdk\cmake\3.10.2.4988404\bin\ninja.exe with arguments {-C D:\face\ncnn-andr…
-
when i run detect.py i am facing some issue hen trying to save the crop images by using command **--save-crop**.
kindly help me to resolve this issue
# error :
# computer_vision_project\yolov…
-
Hello. I am trying to reproduce this project. At the moment stuck at
Export checkpoint to onnx model:
Clone [yolov7-face-detection](https://github.com/hiennguyen9874/yolov7-face-detection/t…
-
Namespace(weights='./yolov7-w6-face.pt', img_size=960, conf_thres=0.01, iou_thres=0.5, device='4', classes=None, agnostic_nms=False, augment=False, update=False, project='runs/detect', name='exp', exi…