Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problems about test and visualize #604

Open
18lalala opened this issue Mar 22, 2024 · 1 comment
Open

problems about test and visualize #604

18lalala opened this issue Mar 22, 2024 · 1 comment
Assignees

Comments

@18lalala
Copy link

Thanks a lot for your work. I tried to test the pretrained model on 2 3090 gpus and encountered with some problems

  1. I run torchpack dist-run -np 2 python tools/test.py configs/nuscenes/seg/fusion-bev256d2-lss.yaml pretrained/bevfusion-seg.pth --eval map and the program stuck in the last like this
    problem1

  2. I alse tried to visualize the result. I run torchpack dist-run -np 2 python tools/visualize.py configs/nuscenes/seg/fusion-bev256d2-lss.yaml --model pred --checkpoint pretrained/bevfusion-seg.pth --out-dir result/visualize , then the error was N > 0 assert faild. CUDA kernel launch blocks must be positive, but got N= 0, I followed other issues to checkout the version of mmcv mmcv-full are 1.4.0 and when run test.py I did not meet the same problem. Then I run the visualize code on detection model the following error appears, it seems like the authors added radar data in to the pipeline, how can I used the downloaded pretrained model?
    problem3

@zhijian-liu
Copy link
Contributor

zhijian-liu commented May 4, 2024

Could you try running the evaluation on a single GPU to see if the same issue still persists? Thank you.

@zhijian-liu zhijian-liu self-assigned this May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants