IDEA-Research / Grounded-Segment-Anything

Grounded SAM: Marrying Grounding DINO with Segment Anything & Stable Diffusion & Recognize Anything - Automatically Detect , Segment and Generate Anything
https://arxiv.org/abs/2401.14159
Apache License 2.0
15k stars 1.39k forks source link

App doesn't work in my local #8

Closed stevezkw1998 closed 1 year ago

stevezkw1998 commented 1 year ago

image

(base) C:\code\Grounded-Segment-Anything>python gradio_app.py  
C:\code\Grounded-Segment-Anything\GroundingDINO\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!")
C:\ProgramData\Anaconda3\lib\site-packages\gradio\outputs.py:43: UserWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components
  warnings.warn(
C:\ProgramData\Anaconda3\lib\site-packages\gradio\components.py:164: UserWarning: Unknown style parameter: full_width
  warnings.warn(f"Unknown style parameter: {key}")
C:\ProgramData\Anaconda3\lib\site-packages\gradio\components.py:164: UserWarning: Unknown style parameter: full_height
  warnings.warn(f"Unknown style parameter: {key}")
Running on local URL:  http://0.0.0.0:7589
stevezkw1998 commented 1 year ago

image Work for me after using localhost:7589