We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi,@yehengchen
我已經用AB版darknet訓練好了weights,我想直接用您的OneStage/yolo/yolov3_sort 裏的sort.py,直接跟蹤我detect出來的記錄集 可是tracks總是爲空,請問哪裏不對嗎?
OneStage/yolo/yolov3_sort
不能簡單粗暴的把一個數組傳進tracks = tracker.update(np.asarray(list_detect2)) 直接跟蹤?我的思路有問題是嗎?
tracks = tracker.update(np.asarray(list_detect2))
我的list_detect2是做好的,有值的,但是傳進tracker裏,不是返回是空的,就是racker.update裏數組展開報錯,我還需要做哪些工作?
非常感謝
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi,@yehengchen
我已經用AB版darknet訓練好了weights,我想直接用您的
OneStage/yolo/yolov3_sort
裏的sort.py,直接跟蹤我detect出來的記錄集可是tracks總是爲空,請問哪裏不對嗎?
不能簡單粗暴的把一個數組傳進
tracks = tracker.update(np.asarray(list_detect2))
直接跟蹤?我的思路有問題是嗎?我的list_detect2是做好的,有值的,但是傳進tracker裏,不是返回是空的,就是racker.update裏數組展開報錯,我還需要做哪些工作?
非常感謝
The text was updated successfully, but these errors were encountered: