sam-textvqa
sam-textvqa copied to clipboard
Official code for paper "Spatially Aware Multimodal Transformers for TextVQA" published at ECCV, 2020.
Hi, As mentioned in your paper, is it possible to the share the code for the task of visual grounding using your model or point me in the right direction....
Hi,thanks for open source your code. I run the code on my server with 62G memory.After running for a while, the training was interrupted. I found a similar phenomenon in...
Hello, Thanks for your code. I was trying to plot boxes on images. What's the format of boxes? e.g.: xyxy or xywh or something else? Regards.
Hello, I was trying to run the code, but encountered this issue: `File "/home/qiyuan/miniconda3/envs/sam/lib/python3.8/runpy.py", line 265, in run_path return _run_module_code(code, init_globals, run_name, File "/home/qiyuan/miniconda3/envs/sam/lib/python3.8/runpy.py", line 97, in _run_module_code _run_code(code, mod_globals,...
Hi @yashkant and @junj1ehx You have runned this project with 2 titan gpu and python 3.6 Since version of python is 3.6, so Cuda should be 10 or less for...