z-x-yang / Segment-and-Track-Anything

An open-source project dedicated to tracking and segmenting any objects in videos, either automatically or interactively. The primary algorithms utilized include the Segment Anything Model (SAM) for key-frame segmentation and Associating Objects with Transformers (AOT) for efficient tracking and propagation purposes.
GNU Affero General Public License v3.0
2.77k stars 334 forks source link

gradio版本问题 #111

Closed youkangze closed 10 months ago

youkangze commented 10 months ago

请问项目使用的gradio包是什么版本,当前最新版(4.0.2)提示AttributeError: 'Video' object has no attribute 'style'

yamy-cheng commented 10 months ago

Hi,use pip install gradio==3.38.0 to install gradio which support the code.