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

error for test seg task #556

Open
Excutioner opened this issue Nov 21, 2023 · 2 comments
Open

error for test seg task #556

Excutioner opened this issue Nov 21, 2023 · 2 comments

Comments

@Excutioner
Copy link

During run torchpack dist-run -np 1 python tools/test.py configs/nuscenes/seg/fusion-bev256d2-lss.yaml pretrained/bevfusion-seg.pth --eval map
I had the same problem as #461at first, but I added the following code after line 185 in nusences_converter.py
file location = nusc.get( "log", nusc.get("scene", sample["scene_token"])["log_token"] )["location"]
And added location to the info
'location': location,
1
Rerun nusecenes_converter to regenerate the PKL file, the following error was encountered
AttributeError: 'dict' object has no attribute 'in_range_bev'
2

@Yunge6666
Copy link

Have you solved this problem? I have the same problem...

@Qizhi697
Copy link

Qizhi697 commented Dec 30, 2023

I have also got this problem during run torchpack dist-run -np 1 python tools/test.py configs/nuscenes/seg/fusion-bev256d2-lss.yaml pretrained/bevfusion-seg.pth --eval map.
I don't know how to evaluate the pretrained model for the segmentation variant of BEVFusion.
@zhijian-liu do you have any suggestions?

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

3 participants