maptracker icon indicating copy to clipboard operation
maptracker copied to clipboard

Show results

Open LIvanoff opened this issue 9 months ago • 1 comments

I got the following error when running testing on one device

python .\tools\test.py plugin/configs/maptracker/nuscenes_oldsplit/maptracker_nusc_oldsplit_5frame_span10_stage3_joint_finetune.py work_dirs/pretrained_ckpts/maptracker_nusc_oldsplit_5frame_span10_stage3_joint_finetune/latest.pth --show

[ ] 0/6019, elapsed: 0s, ETA:Traceback (most recent call last): File ".\tools\test.py", line 262, in main() File ".\tools\test.py", line 233, in main outputs = single_gpu_test(model, data_loader, args.show, args.show_dir) File "e:\pycharmprojects\maptracker\mmdetection3d\mmdet3d\apis\test.py", line 58, in single_gpu_test if batch_size == 1 and isinstance(data['img'][0], TypeError: 'DataContainer' object is not subscriptable

LIvanoff avatar May 04 '24 22:05 LIvanoff

Please follow our guide to run the testing and visualization. It seems that your command is not correct.

woodfrog avatar May 05 '24 02:05 woodfrog