JackWoo0831 / Yolov7-tracker

Yolo X, v7, v8 and several Multi-Object Tracker(SORT, DeepSORT, ByteTrack, BoT-SORT, etc.) in MOT17 and VisDrone2019 Dataset. It uses a unified style and integrated tracker for easy embedding in your own projects.
GNU General Public License v3.0
634 stars 88 forks source link

question about deepMOT #11

Closed 972821054 closed 1 year ago

972821054 commented 2 years ago

Hello, thank you for your perfect work. I have a question about the code that I want to ask you. There is a data set used to train DHN in deepmot -- DHN_ Data, how do you generate the. npy file in this dataset?

I would appreciate it if you could help me!

JackWoo0831 commented 2 years ago

The npy file and pth file are both copied from the DeepMOT repo: https://github.com/yihongXU/deepMOT

972821054 commented 2 years ago

@JackWoo0831 Thank you for your reply! I have reproduced its code before. If you directly use its DHN Pth file, is there no problem? For example, the VisDrone dataset is a multi classification problem, and it is only for pedestrians.

JackWoo0831 commented 2 years ago

Yes there's no problem since I think the DHN is only to used to generate affinity matrix, and when matching, I do not consider the categories of objects.