mlpc-ucsd / TESTR

(CVPR 2022) Text Spotting Transformers
Apache License 2.0
179 stars 22 forks source link

error during demo using video #4

Closed maherr13 closed 2 years ago

maherr13 commented 2 years ago

Hi, Great work!

I tried doing inference using images and it worked well, but during the inference using video, I got this error.

image

Any thoughts on how to get through it?

zx1239856 commented 2 years ago

Thanks for your interest.

Currently, we do not have support for video input. The original visualizer in demo.py (from AdelaiDet) would require some modifications before it can be used with videos. We recommend you try the image visualizer only.