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.
i am getting this error running the demo app... also i had to install gradio manually, do i need to install a specific version?
/opt/conda/lib/python3.10/site-packages/gradio/layouts/column.py:55: UserWarning: 'scale' value should be an integer. Using 0.5 will cause issues.
warnings.warn(
Traceback (most recent call last):
File "/samta/app.py", line 1106, in <module>
seg_track_app()
File "/samta/app.py", line 485, in seg_track_app
input_video = gr.Video(label='Input video').style(height=550)
AttributeError: 'Video' object has no attribute 'style'. Did you mean: 'scale'?
Hi,
i am getting this error running the demo app... also i had to install gradio manually, do i need to install a specific version?