GMTracker icon indicating copy to clipboard operation
GMTracker copied to clipboard

how to get *.npy files where are in the wrap_mat fold?

Open LiangGaoUser opened this issue 2 years ago • 2 comments

  1. 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? image
  2. Are tools/generate_detections.py and tools/generate_gtnpy.py two files to create detection.npy and gt.npy ?

LiangGaoUser avatar Jun 03 '22 08:06 LiangGaoUser

  1. Please refer to the code https://github.com/jiaweihe1996/GMTracker/blob/2a6cc6343b6f99bfae4edde4d0f58e6c9ca14cdf/gmtracker_app.py#L208-L214
  2. Yes. You can use the code from deep person reid to save pkl files and generate npy files. You can refer to the modified deep person reid code from this link (code: 4s4z).

jiaweihe1996 avatar Jun 06 '22 01:06 jiaweihe1996

  1. wrap_mat 折叠中的 *.npy 文件(如 MOT17-01.npy)用于训练过程。是否有任何文件可以创建这些 npy 文件? 图片
  2. tools/generate_detections.py 和 tools/generate_gtnpy.py 两个文件来创建 detection.npy 和 gt.npy 吗?

Have you solved this problem? How do I generate a pkl file?

zyiyid avatar Jan 15 '23 02:01 zyiyid