ZikangZhou / QCNet

[CVPR 2023] Query-Centric Trajectory Prediction
https://openaccess.thecvf.com/content/CVPR2023/papers/Zhou_Query-Centric_Trajectory_Prediction_CVPR_2023_paper.pdf
Apache License 2.0
432 stars 70 forks source link

tarfile.ReadError: unexpected end of data #25

Open jessapinkman opened 9 months ago

jessapinkman commented 9 months ago

I have already prepared the dataset allow the correct instructions, but i met the problem below, how can i fix it? image

jessapinkman commented 8 months ago

@ZikangZhou I would really appreciate it if u help me fix it.

ZikangZhou commented 8 months ago

@jessapinkman Maybe you have set the root path incorrectly. Can you show me your training command?

jessapinkman commented 8 months ago

here is my training command: python train_qcnet.py --root /data4/jessapinkman/dataset/argoverse2.0/ --train_batch_size 4 --val_batch_size 4 --test_batchsize 4 --devices 8 --dataset argoverse v2 --num_historical_steps 50 --num_future_steps 60 --num_recurrent_steps 3 --pl2pl_radius 150 --time_span 10 --pl2a_radius 50 --a2a_radius 50 --num_t2m_steps 30 --pl2m_radius 150 --a2m_radius 150 and here is my directory: image

jessapinkman commented 8 months ago

and when i run the training command above, something stucked, i don't know what happend: image

ZikangZhou commented 8 months ago

Try to execute:

export NCCL_P2P_LEVEL=NVL

in the terminal, and then run the training script.