Open zhengyoukai opened 11 months ago
您好, 这个repo里的跟踪器都是不需要训练的, 也就是只需要训练检测器就可以. 当然如果你要测试VisDrone就要训练VisDrone, 这是因为MOT17里没有车这个类别
请问我训练的时候报了这个错 File "lib.pyx", line 2538, in pandas._libs.lib.maybe_convert_objects TypeError: Cannot convert numpy.ndarray to numpy.ndarray 老师您可以帮我看看怎么解决吗
这个错误有点奇怪呀,你是Linux还是Windows?numpy的版本是什么
是linux,应该是我拉requirement下载的时候 numpy版本没下对,我降低了版本就可以了,感谢
JackWoo0831 @.***> 于2024年10月14日周一 16:34写道:
这个错误有点奇怪呀,你是Linux还是Windows?numpy的版本是什么
— Reply to this email directly, view it on GitHub https://github.com/JackWoo0831/Yolov7-tracker/issues/91#issuecomment-2410437923, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYW3WU5ZZTMWLPXDQNC54MTZ3N6Z7AVCNFSM6AAAAABP4K7XL2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJQGQZTOOJSGM . You are receiving this because you commented.Message ID: @.***>
请问一下 比如我想检测visdrone-mot的性能的话 要先去训练visdrone的yolov7权重,用训练出来的权重去测试visdrone-mot吗?还是可以那mot17训练出来的直接去做检测visdrone-mot的性能