lylyjy

Results 6 comments of lylyjy

> Hi @lylyjy , thank you for your interest in our work. Please check your data_process.py, you should correct [line 8] so that "prediction_train/_.txt" and "prediction_test/_.txt" are located in your...

I have a question: the problem occurs in the following code. train_file_path_list = sorted(glob.glob(os.path.join(data_root, 'prediction_train/*.txt'))) test_file_path_list = sorted(glob.glob(os.path.join(data_root, 'prediction_test/*.txt'))) train_file_path_list is empty. I need to replace * with the true...

How did you draw the trajectory?Thanks

Did you solve it? I have the same error.

> Are you using the dataset version provided here https://github.com/huang-xx/STGAT/tree/master/STGAT/datasets? > Moreover, you have to pass the path to the global directory containing all ETH/UCY datasets. > compute_mean_displacement_eth_ucy(data_dir='/mnt/e/AC-VRNN-master/datasets', delim='\t') >...