GMTracker
GMTracker copied to clipboard
how to get *.npy files where are in the wrap_mat fold?
- the *.npy files(like MOT17-01.npy) in the wrap_mat fold are used in the training process. Is there any file to create these npy files?
- Are tools/generate_detections.py and tools/generate_gtnpy.py two files to create detection.npy and gt.npy ?
- Please refer to the code https://github.com/jiaweihe1996/GMTracker/blob/2a6cc6343b6f99bfae4edde4d0f58e6c9ca14cdf/gmtracker_app.py#L208-L214
- Yes. You can use the code from
deep person reid
to savepkl
files and generatenpy
files. You can refer to the modifieddeep person reid
code from this link (code: 4s4z).
- wrap_mat 折叠中的 *.npy 文件(如 MOT17-01.npy)用于训练过程。是否有任何文件可以创建这些 npy 文件?
![]()
- tools/generate_detections.py 和 tools/generate_gtnpy.py 两个文件来创建 detection.npy 和 gt.npy 吗?
Have you solved this problem? How do I generate a pkl file?