deshwalmahesh / yolov7-deepsort-tracking

Modular and ready to deploy code to detect and track videos using YOLO-v7 and DeepSORT
155 stars 62 forks source link

mydata #27

Open baiye1248 opened 1 year ago

baiye1248 commented 1 year ago

hi brother, do you use split datasets or detect datasets to customize datasets?

deshwalmahesh commented 1 year ago

Sorry didn't get your question. Can you please explain a bit in depth?

baiye1248 commented 1 year ago

I saw that after you trained the yolov7 model, you just ran the best model on the horse picture and then used deepsort to track the video. What I want to ask is, can you combine the best model trained by yolov7 with deepsort to detect and track the video

------------------ 原始邮件 ------------------ 发件人: "deshwalmahesh/yolov7-deepsort-tracking" @.>; 发送时间: 2023年7月20日(星期四) 下午2:00 @.>; @.**@.>; 主题: Re: [deshwalmahesh/yolov7-deepsort-tracking] mydata (Issue #27)

Sorry didn't get your question. Can you please explain a bit in depth?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

deshwalmahesh commented 4 months ago

Tracking is just detection on loop. It is what's happening in the repo itself