出现如下报错
ProPainter-Webui/groundingdino/models/GroundingDINO/ms_deform_attn.py:31: UserWarning: Failed to load custom C++ ops. Running on CPU mode Only!
warnings.warn("Failed to load custom C++ ops. Running on CPU mode Only!")
UserWarning: height is deprecated in Interface(), please use it within launch() instead.
Traceback (most recent call last):
File "app.py", line 388, in
seg_track_app()
File "app.py", line 328, in seg_track_app
input_first_frame.select(fn=sam_click,
AttributeError: 'Image' object has no attribute 'select'
怀疑是gradio版本问题
出现如下报错
ProPainter-Webui/groundingdino/models/GroundingDINO/ms_deform_attn.py:31: UserWarning: Failed to load custom C++ ops. Running on CPU mode Only!
warnings.warn("Failed to load custom C++ ops. Running on CPU mode Only!")
UserWarning:
heightis deprecated inInterface(), please use it withinlaunch()instead.Traceback (most recent call last):
File "app.py", line 388, in
seg_track_app()
File "app.py", line 328, in seg_track_app
input_first_frame.select(fn=sam_click,
AttributeError: 'Image' object has no attribute 'select'
怀疑是gradio版本问题