lylyjy

Results 8 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') >...

When I run python PythonAPI/util/config.py -m Town04 -p 4000, it occurs that: Traceback (most recent call last): File "PythonAPI/util/config.py", line 288, in main() File "PythonAPI/util/config.py", line 198, in main client...

I run the python command at $(PROJECT_DIRECTORY)/.carla and you're using python 3.7 or later.