-
Hello
when i detect a video, which are .avi or .mp4 video types, detected results did not exist unlike detected results for image type.
In the mp4 video type,
Namespace(agnostic_nms=False, au…
-
I am running "python detect.py --weights yolov7.pt --conf 0.25 --img-size 640 --source inference/images/horses.jpg",
exactly as listed in the repo page. But I do not get any detection. Any clue? (sam…
-
Hi,
When I see the definition for `yolov7-tiny` network (https://github.com/WongKinYiu/yolov7/blob/main/cfg/training/yolov7-tiny.yaml)
I do not see the usage of `RepConv`.
Maybe my understand…
-
Hi,
I try the same way by export the yolov7.pt to onnx, by: python export.py --weights yolov7.pt --include onnx.
It reports can not find class RepConv, so I copied it from u5 branch.
The exported o…
-
Namespace(weights=['/content/runs/train/exp2/weights/last.pt'], source='/content/1_6306.jpg', img_size=640, conf_thres=0.25, iou_thres=0.2, device='0', view_img=False, save_txt=False, save_conf=False,…
-
HI,
I have been trying to use yolov7 for days, unfortunatly the code is running and says that it does detect the part of the image i want but does not result it into an image in exp file. A new ex…
-
Hello,
I used the script **test.py** on a **custom dataset** with the labels in original _YOLOv5 format_:
< object-class-ID > < X center > < Y center > < Box width > < Box height >
This i…
-
Question1: The E-ELAN structure given in the paper is different from that in the code. The flow chart on the right of the following figure is drawn according to the structure in yolov7e6e.yaml, which …
-
-
/content/yolov7
Namespace(augment=False, batch_size=16, conf_thres=0.001, data='/content/yolov7/yolov7/PV-EL-images-1/data.yaml', device='0', exist_ok=False, img_size=640, iou_thres=0.65, name='yolov…