pytorch-yolov4-deepsort
pytorch-yolov4-deepsort copied to clipboard
Thanks for sharing this useful repository! I'm trying to retrain the detector with my own data, in which format should I restructure my data into? Particularly, how to construct the...
Traceback (most recent call last): File "H:/pytorch-yolox-deepsort-main/yolov4_deepsort.py", line 173, in vdo_trk.run() File "H:/pytorch-yolox-deepsort-main/yolov4_deepsort.py", line 128, in run outputs = self.deepsort.update(new_bbox, cls_conf, im) File "H:\pytorch-yolox-deepsort-main\deep_sort\deep_sort.py", line 40, in update bbox_tlwh =...
大佬,我在csdn的回答上看到了您的回答,但是有些不太懂,修改了一下总是出问题,可以告知一下吗?麻烦了
https://github.com/deyiwang89/pytorch-yolov4-deepsort/blob/ca5730c857a203f12d6145fe27f6126ea1aa60cc/deep_sort/deep/utilsss.py#L54
训练好了,deepsort部分需要修改那些东西?
运行时的问题
(1)deep部分的权重能提供下?还是deep部分原来的ckpt.t7文件 (2)能提供下详细的复现步骤和文件? 目前出现下面错误: RuntimeError: Error(s) in loading state_dict for Net: size mismatch for classifier.4.weight: copying a param with shape torch.Size([751, 256]) from checkpoint, the shape in current model is torch.Size([10,...
how to solve this issues??& im not getting the path of cfg,weights in .py file
train
大佬想知道你训练的数据集的标签格式,可以吗?
您好,请问您这个程序是不是缺少nms这块和eval方面的?如果方便的话可以跟我说说调试过程嘛?我是单独整了一下检测和跟踪,但是,不是很清楚您把这两个结合后的调试步骤。。如果git上不好贴照片的话,可以发邮件:[email protected] 。。。谢谢~
训练自己的类别的数据集是不是先训练yolo在训练deep有些配置是在哪里改呢