uber-research / LaneGCN

[ECCV2020 Oral] Learning Lane Graph Representations for Motion Forecasting
https://arxiv.org/abs/2007.13732
Other
507 stars 131 forks source link

How can I get the results in the Table 1 of the paper? #17

Closed LaLaLailalai closed 3 years ago

LaLaLailalai commented 3 years ago

I run this command: python test.py -m lanegcn --weight=/absolute/path/to/36.000.ckpt --split=test, but nothing printed except this: `2442it [15:14, 2.67it/s]^[[B^[[B 78143/78143--Return-- None

/laneGCN/test.py(114)main() 113 generate_forecasting_h5(preds, f"{config['save_dir']}/submit.h5") # this might take awhile --> 114 import ipdb;ipdb.set_trace() 115 `

LaLaLailalai commented 3 years ago

fixed

huanmanlou commented 1 year ago

hi,may I ask how you solve this problem?