mtmc-vt
mtmc-vt copied to clipboard
How to get the file './aic19-track1-mtmc/cam_timestamp/train.txt' ?
Hello, I have some problem and don't how to solve them. I can't find the files 'train.txt' and 'train_fps.txt' in 'aic19-track1-mtmc/cam_timestamp' directory. The details are in '2a_post_process_for_tracking.py'
time_stamp_file = './aic19-track1-mtmc/cam_timestamp/train.txt'
time_stamp_dict = analysis_time_stamp(time_stamp_file)
fps_file = "./aic19-track1-mtmc/cam_timestamp/train_fps.txt"
fps_dict = load_fps_dict(fps_file)
hi,
First, for train.txt, you could download dataset from https://www.aicitychallenge.org/2019-data-sets/, and the dataset contains ./cam_timestamp/train.txt. Second, for train_fps.txt, you could found it in ./src/main_pipeline/train_fps.
Similarly,you also could get test.txt and test_fps.txt. I hope it will help you.
hi,
First, for train.txt, you could download dataset from https://www.aicitychallenge.org/2019-data-sets/, and the dataset contains ./cam_timestamp/train.txt. Second, for train_fps.txt, you could found it in ./src/main_pipeline/train_fps.
Similarly,you also could get test.txt and test_fps.txt. I hope it will help you.
Thank you for your apply!
I found the file 'train_fps.txt' and 'test_fps.txt' in the './src/main_pipeline/'. But, the './cam_timestamp/' in original official dataset actually does not contain the file 'train.txt'.
The directory structure is as follows:
cam_timestamp/
- S05.txt
- S04.txt
- S03.txt
- S02.txt
- S01.txt
Haha, I still don't know how to find the './cam_timestamp/train.txt' 😂
eval.txt eval_fps.txt train.txt train_fps.txt Sorry, I forget that I have merged S0*.txt into one file.
eval.txt eval_fps.txt train.txt train_fps.txt Sorry, I forget that I have merged S0*.txt into one file.
Thank you very much! 😘