uber-research / LaneGCN

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

How can I get the results about test dataset #28

Closed noparkee closed 2 years ago

noparkee commented 2 years ago

I can get result about val dataset by running command: python test.py -m=lanegcn --weight=[ckpt PATH] --split=val --preprocess=True

but when I runned this command

python test.py -m=lanegcn --weight=[ckpt PATH] --split=val --preprocess=True

nothing printed. How can I get results about test dataset?

noparkee commented 2 years ago

I think that I can get the results only by submitting *.h5 files to the competition (https://eval.ai/challenge/454/leaderboard/1279)

huanmanlou commented 1 year ago

hi!Do you have a solution to this problem? Is it necessary to submit h5 files