You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
AsiaCao, Huxwell, mygodyu, valentin-fngr and Jctrp