MCZhi/Predictive-Decision

Error comes when testing

xinfu607 opened this issue · 4 comments

Hi Zhiyu, the error comes then testing. Could you pls let me let me know the reason ? Thx a lot.
Running command: python test.py --model_path interaction_aware_predictor.pth
image
Training is OK.
Running command: python train.py --use_exploration --use_interaction
image

Hi, @xinfu607, thank you for your interest. You should run python test.py --model_path interaction_aware_predictor.pth --use_interaction , if you have trained a conditional prediction model,

Hi, @xinfu607, thank you for your interest. You should run python test.py --model_path interaction_aware_predictor.pth --use_interaction , if you have trained a conditional prediction model,

Thx a lot. The test is OK. It seems that the map is missing. What should I do to fix it. Thx.
python test.py --model_path interaction_aware_predictor.pth --use_interaction --envision_gui
image

It's a bit tricky as there seems to be an issue with the Envision server that requires passing the map or scenario path to the server. You may try provide the path when starting the Envision server.

You mean I should download the map offline. I haven't found the entrance to download the map. How can I download it ?