TeViT
TeViT copied to clipboard
Ran out of input
Thanks for your work. I'm struggling for days with this error. Can you please provide some solutions to overcome it.
(base) root@78845bc2a82a:/mmdetection/Tevit# python tools/test_vis.py configs/tevit/tevit_msgshift.py checkpoint/tevit_r50.pth
load checkpoint from local path: checkpoint/tevit_r50.pth
Traceback (most recent call last):
File "tools/test_vis.py", line 137, in
Hi, @assia855! Thanks for your attention in our work. It seems the error occurs when pytorch tries to load the model weights, you can check if the model weights is downloaded correctly.
Thanks for your feedback. Yes, I resolve this error by reloading the models now it's working fine. How can we test and visualize the mask on one image. I'm struggling with that. Thanks a lot.