Open JLeaman99 opened 2 years ago
I have the same problem. Do you have solved this "No such file or directory: 'test_cluster.pkl'" problem?
I was unable to figure it out, it seems as if there is bash syntax error with the "run_aic.sh: 3: Syntax error: "(" unexpected" where bash could not parse the array given for some reason. I think the test_cluster file may be a file generated during execution but I am not sure.
I don't know the reason for these errors. Maybe you need to confirm whether the python version is 3.8, and try to debug by line. test_cluster.pkl is an intermediate file generated when the program is running. Please make sure that the previous code runs successfully.
I was unable to figure it out, it seems as if there is bash syntax error with the "run_aic.sh: 3: Syntax error: "(" unexpected" where bash could not parse the array given for some reason. I think the test_cluster file may be a file generated during execution but I am not sure.
The same problem "run_aic.sh: 3: Syntax error: "(" unexpected",
I solve it by using "bash" instead of "sh" in ubuntu,
sh run_aic.sh ${MCMT_CONFIG_FILE}
bash run_aic.sh
I was unable to figure it out, it seems as if there is bash syntax error with the "run_aic.sh: 3: Syntax error: "(" unexpected" where bash could not parse the array given for some reason. I think the test_cluster file may be a file generated during execution but I am not sure.
The same problem "run_aic.sh: 3: Syntax error: "(" unexpected", I solve it by using "bash" instead of "sh" in ubuntu, sh run_aic.sh ${MCMT_CONFIG_FILE}
bash run_aic.sh
Amazing!It helps me a lot!
Hello, there is no timestamp file in the data set I downloaded. Can you provide one? If so, thank you very much.
The same question. FileNotFoundError: [Errno 2] No such file or directory: '/home/jared/AIC21-MTMC/datasets/AIC21_Track3_MTMC_Tracking/cam_timestamp/S06.txt'
:~/AIC21-MTMC$ bash ./run_mcmt.sh [Err]: invalid source root Done run_aic.sh: 3: Syntax error: "(" unexpected Traceback (most recent call last): File "/home/jared/AIC21-MTMC/reid/reid-matching/tools/trajectory_fusion.py", line 53, in
cid_bias = parse_bias(cfg.CID_BIAS_DIR, scene_name)
File "/home/jared/AIC21-MTMC/reid/reid-matching/tools/trajectory_fusion.py", line 30, in parse_bias
with open(opj(timestamp_dir, sname + '.txt')) as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/jared/AIC21-MTMC/datasets/AIC21_Track3_MTMC_Tracking/cam_timestamp/S06.txt'
Traceback (most recent call last):
File "/home/jared/AIC21-MTMC/reid/reid-matching/tools/sub_cluster.py", line 143, in
for pkl_path in os.listdir(fea_dir):
FileNotFoundError: [Errno 2] No such file or directory: './exp/viz/test/S06/trajectory/'
Traceback (most recent call last):
File "/home/jared/AIC21-MTMC/reid/reid-matching/tools/gen_res.py", line 40, in
map_tid = pickle.load(open('test_cluster.pkl', 'rb'))['cluster']
FileNotFoundError: [Errno 2] No such file or directory: 'test_cluster.pkl'
I have confirmed that all the files exist expect for the test cluster file, Any ideas?