MCZhi / GameFormer-Planner

[ICCV & CVPR Workshop] Learning-enabled Interactive Prediction and Planning Framework for Autonomous Vehicles
https://mczhi.github.io/GameFormer/
MIT License
126 stars 17 forks source link

problem #17

Open dgj123456 opened 2 months ago

dgj123456 commented 2 months ago

Hi,

I'm trying to get a representative sample of your model,When I run this program python data_process.py \ --data_path nuplan/dataset/nuplan-v1.1/splits/mini \ --map_path nuplan/dataset/maps \ --save_path nuplan/processed_data When it comes to Rendering histograms: the websit http://localhost:5006/is always show loading Any advice here would be appreciated.

MCZhi commented 2 months ago

Hi @dgj123456, do other functions in the nuBoard, such as simulation visualization, work well?

dgj123456 commented 2 months ago

no

MCZhi commented 2 months ago

Can you try using another browser to load the website?

dgj123456 commented 2 months ago

I've tried [Microsoft Edge] and Firefox, could you recommend a browser?

MCZhi commented 2 months ago

I just realized that there shouldn't be a website (nuBoard) pop up if you are just doing data_process. This website (nuBoard) is used only for testing evaluation.

dgj123456 commented 2 months ago

My mistake should be this step,python run_nuplan_test.py \ --experiment_name open_loop_boxes \ --data_path nuplan/dataset/nuplan-v1.1/splits/mini \ --map_path nuplan/dataset/maps \ --model_path training_log/your/model

MCZhi commented 1 week ago

Can you try directly launching the nuBoard from the command line? python nuplan-devkit/nuplan/planning/script/run_nuboard.py simulation_path=/your/path