TeViT
TeViT copied to clipboard
'DataContainer' object is not iterable
Hello, Thank you for publishing this awesome work. I'm struggling with this error while testing tevit on one image.
result = inference_detector(model, img) File "/mmdetection/tevit/mmdet/apis/inference.py", line 137, in inference_detector data['img_metas'] = [img_metas.data[0] for img_metas in data['img_metas']] TypeError: 'DataContainer' object is not iterable
Thanks in advance.
I got the same error, did you fix that?
@yiiiichennn-w no I couldn't
Same error by here
I got the same error, did you fix that?