ChuhuaW / SGNet.pytorch

Pytorch Implementation for Stepwise Goal-Driven Networks for Trajectory Prediction (RA-L/ICRA2022)
116 stars 16 forks source link

has the file of train_deterministic.py been delete from git #4

Closed SimonQi1 closed 2 years ago

SimonQi1 commented 2 years ago

when I run the command :python tools/jaad/train_deterministic.py --gpu $CUDA_VISIBLE_DEVICES --dataset JAAD --model SGNet why train_deterministic.py was deleted from this repo

ChuhuaW commented 2 years ago

It is actually pretty similar to the CVAE version for deterministic experiments on JAAD and PIE. We'll upload deterministic.py later, however you can modify the code based on the CVAE in the meantime.

SimonQi1 commented 2 years ago

它实际上与用于 JAAD 和 PIE 的确定性实验的 CVAE 版本非常相似。我们稍后会上传 deterministic.py,但是您可以同时根据 CVAE 修改代码。

Thank you!

YuchenWang commented 2 years ago

Will relase later

werdnabae commented 2 years ago

Will relase later

Has this code been released yet?

ChuhuaW commented 2 years ago

Will relase later

Has this code been released yet?

It is almost identical to the CVAE training script. I create I gist here. Please check it out. Thanks!