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

dist_test.sh failure #38

Open
ashkanaev opened this issue Aug 9, 2023 · 0 comments
Open

dist_test.sh failure #38

ashkanaev opened this issue Aug 9, 2023 · 0 comments

Comments

@ashkanaev
Copy link

Hi, there!
Thank you for your work!

i'm trying to launch dist_test.sh, but got an error

./tools/dist_test.sh ./projects/configs/voxformer/qpn.py ./qpn/qpn_iou52.03.pth 1

File "./projects/mmdet3d_plugin/voxformer/detectors/lmscnet.py", line 317, in foward_test
y_pred_bin.tofile(save_query_path)
NameError: name 'save_query_path' is not defined

Also tried adding flags:
"--out" -- not implemented

VoxFormer/tools/test.py

Lines 239 to 241 in 9d28f0e

if args.out:
print(f'\nwriting results to {args.out}')
assert False

"format-only" - dataloader specified in config () has not function format_results
image

VoxFormer/tools/test.py

Lines 246 to 247 in 9d28f0e

if args.format_only:
dataset.format_results(outputs, **kwargs)

How to write test results to a disk for visualization with semantic-kitti-api ?

Or maybe I'm launching dist_test.sh incorrectly?

Looking forward for your reply!
Thanks

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

1 participant