gaomingqi / Track-Anything

Track-Anything is a flexible and interactive tool for video object tracking and segmentation, based on Segment Anything, XMem, and E2FGVI.
MIT License
6.52k stars 481 forks source link

template_frame.select( AttributeError: 'Image' object has no attribute 'select' #88

Open IslaYangh opened 1 year ago

IslaYangh commented 1 year ago

Traceback (most recent call last): File "app.py", line 494, in template_frame.select( AttributeError: 'Image' object has no attribute 'select'

how can I fix this?

memoryunreal commented 1 year ago

Try to upgrade gradio.

pip install --upgrade pip
pip install --upgrade gradio