Henry1iu / TNT-Trajectory-Prediction

A Unofficial Pytorch Implementation of TNT: Target-driveN Trajectory Prediction
504 stars 95 forks source link

Issue of "application scope of the program" #42

Open ShenZC25 opened 1 year ago

ShenZC25 commented 1 year ago

Hello, I'm glad to read your article and learn your program. I just configured the environment but have some questions:

  1. Is this program applicable to win10 system? (It seems that it was only verified in ubuntu18.04 when I saw it.) My approach was to use pycharm in win10 and change cmd to powershell in the terminal, but I reported an error:./scripts/preprocessing.bash [15676:1228/113613.433:ERROR:gpu_init.cc(481)] Passthrough is not supported, GL is disabled, ANGLE is I don't know whether it was the system or the configuration of my computer.
    1. I saw in the paper that you said that it was also verified in the Interaction dataset. I also want to study the Interaction dataset. How do you configure this(I see that many files or settings in the program are related to Argoverse dataset.)? Could you elaborate on it?
  2. Regarding the path of the data set, I configure it according to the readme.md file, but it's not clear how to choose interm_data and raw_data. I put one of the scenes in the Interaction data set in the raw_data path. Could you please help me to see if it is correct?

Thanks very much!

image

你好,很高兴可以拜读您的文章并且学习您的程序。我刚刚配置好环境但是有一些疑问: 1.这个程序适用于win10系统吗(看见好像说只在ubuntu18.04中进行了验证),我的做法是在win10中使用pycharm,并在终端中将cmd改成了powershell,但是执行./scripts/preprocessing.bash报错:[15676:1228/113613.433:ERROR:gpu_init.cc(481)] Passthrough is not supported, GL is disabled, ANGLE is 我不知道是系统的原因还是我电脑配置的原因. 2.我在论文中看见您说在Interaction数据集中也进行了验证,我也想研究Interaction数据集,请问这个要怎么进行配置呢(我看到程序中很多文件或者设置都是关于argoverse数据集的)?可以详细说一下吗(我是小白)? 3.关于数据集的路径,我根据readme.md文件进行配置,但是不清楚interm_data和raw_data如何选择。我将Interaction数据集中的其中一个场景放到了raw_data路径中,麻烦您帮我看下是否正确? 非常感谢!

Henry1iu commented 1 year ago

Hi,

  1. 建议使用ubuntu系统,我没有在windows平台测试过,所以你的error未知;
  2. 我并非论文原作者,具体情况请咨询原作者;
  3. 我没有在interaction数据集上进行过测试,如果想在Interaction数据集中测试你可能需要自己编写相应的preprocessor和dataloader
ShenZC25 commented 1 year ago

Hi,

  1. 建议使用ubuntu系统,我没有在windows平台测试过,所以你的error未知;
  2. 我并非论文原作者,具体情况请咨询原作者;
  3. 我没有在interaction数据集上进行过测试,如果想在Interaction数据集中测试你可能需要自己编写相应的preprocessor和dataloader

好的,谢谢您的解答,我后面仔细研究一下程序,谢谢!