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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: