YOLOv6 model

preview_player
Показать описание
YOLOv6 is a single-stage object detection framework dedicated to industrial applications, with hardware-friendly efficient design and high performance.
FPS on RTX 3050 8GB , CPU intel i7

Рекомендации по теме
Комментарии
Автор

Detect the object how to save the local disk type of detect with current and time it is possible

maheshKumar-iwqb
Автор

can you show the way how to perform object detection in a video file, please?? I am stuck in this problem. Thank you in advance

fahimmahafuzruhad
Автор

Hi Gaurav, , i was trying to run the code but i am getting below error.. i also saw in video that there is one folder called annotation, what is that folder and do i need that here? AssertionError: No information in record files, please add option --check_images

murulig
Автор

, i tried it with Images and i got it but i'm trying to do with Web Cam and Video but im getting errors
Please can you guide me in Video and Web cam.
Here is how is use it for video and Web cam.

- Video ( python tools/infer.py --weights yolov6s.pt --source Junction-V.mp4) But i got error
Web cam (python tools/infer.py --weights yolov6s.pt --source 0) But i got errors

Kishi