cannot find run_fol_for_AD.py/all_track_files
hwk0702 opened this issue · 3 comments
hwk0702 commented
Hi, author.
What is all_track_files numpy files contain?
Please help me! Thanks.
hwk0702 commented
In the run_fol_for_AD.py code, the numpy file in track_dir is loaded. I am wondering what constitutes the numpy file and what format it is in.
MoonBlvd commented
@hwk0702 Great question! The .npy files are in the output format of deep-sort. Basically it's a 2D numpy array with columns as: frame_id, track_id, x1, y1, w, h. where x1 and y1 are the left top box vertex coordinates and w, h are box width and height. You can checkout the deep-sort repo to get better understand of this .npy format.