mit-han-lab / bevfusion

[ICRA'23] BEVFusion: Multi-Task Multi-Sensor Fusion with Unified Bird's-Eye View Representation
https://bevfusion.mit.edu
Apache License 2.0
2.37k stars 428 forks source link

IndexError: list index out of range when running visualize.py #563

Closed Surtr07 closed 11 months ago

Surtr07 commented 12 months ago

I run the command: torchpack dist-run -np 1 python tools/visualize.py --mode=pred configs/nuscenes/det/transfusion/secfpn/camera+lidar/swint_v0p075/convfuser.yaml pretrained/bevfusion-det.pth but got this error: *Traceback (most recent call last): File "tools/visualize.py", line 167, in main() File "tools/visualize.py", line 54, in main configs.update(opts) File "/home/a506/guazai/a506/envs/bevfusion/lib/python3.8/site-packages/multimethod/init.py", line 328, in call return func(args, **kwargs) File "/home/a506/guazai/a506/envs/bevfusion/lib/python3.8/site-packages/torchpack/utils/config.py", line 64, in update key, value = opt, opts[index + 1] IndexError: list index out of range

Primary job terminated normally, but 1 process returned a non-zero exit code. Per user-direction, the job has been aborted.


mpirun detected that one or more processes exited with non-zero status, thus causing the job to be terminated. The first process to do so was:

Process name: [[44878,1],0] Exit code: 1**

Did I miss any config?how can i solve this?

dw-kwack commented 9 months ago

how to solvr that probelm? i faced same probelm