IDEA-Research / T-Rex

[ECCV2024] API code for T-Rex2: Towards Generic Object Detection via Text-Visual Prompt Synergy
https://deepdataspace.com/blog/T-Rex
Other
2.28k stars 147 forks source link

interactive_inference.py and gradio demo not working #64

Closed benjamin32561 closed 5 months ago

benjamin32561 commented 5 months ago

I am trying to use both the interactive_inference.py and gradio demo to understand the API and how to use it for generic visual prompt but both return and error Opera Snapshot_2024-06-04_092410_huggingface co Opera Snapshot_2024-06-04_092419_huggingface co

Mountchicken commented 5 months ago

Hi @benjamin32561 The Gradio demo hosted on HuggingFace is deprecated. You can try online demo here: https://deepdataspace.com/playground/ivp

benjamin32561 commented 5 months ago

thank you, I resolved the error I had with running locally too, thanks