Skip to content

TypeError: show_results() got an unexpected keyword argument 'show' #1119

@hufangjian

Description

@hufangjian

I run:
python tools/test.py configs/centerpoint/centerpoint_01voxel_second_secfpn_dcn_circlenms_4x8_cyclic_20e_nus.py work_dir/centerpoint/centerpoint_01voxel_second_secfpn_dcn_circlenms_4x8_cyclic_20e_nus.pth --show --show-dir eval_results/

get this error:
Traceback (most recent call last):
File "tools/test.py", line 217, in
main()
File "tools/test.py", line 187, in main
outputs = single_gpu_test(model, data_loader, args.show, args.show_dir)
File "/home/hufangjian/research/mmdetection3d/mmdet3d/apis/test.py", line 52, in single_gpu_test
score_thr=show_score_thr)
TypeError: show_results() got an unexpected keyword argument 'show

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions