Spaces:
Runtime error
Runtime error
Commit
·
d6f8777
1
Parent(s):
390eb98
chore: add linebreak in readme
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ Gradio demo for ProxyDet, introduced in <a href="https://arxiv.org/abs/2312.0726
|
|
93 |
\n\nYou can use ProxyDet to query images with text descriptions of any object.
|
94 |
|
95 |
How to use?
|
96 |
-
- Simply upload an image and enter comma separated objects (e.g., "dog,cat,headphone") which you want to detect within the image
|
97 |
Parameters:
|
98 |
- You can also use the score threshold slider to set a threshold to filter out low probability predictions.
|
99 |
- adjust alpha and beta value for base and novel classes, respectively. These determine <b>how much importance will you assign to the scores sourced from our proposed detection head which is trained with our proxy-novel classes</b>.
|
@@ -110,9 +110,4 @@ Parameters:
|
|
110 |
["assets/pikachu.jpg", "pikachu,person", 0.15, 0.15, 0.35],
|
111 |
],
|
112 |
)
|
113 |
-
demo.launch(
|
114 |
-
# server_name="0.0.0.0",
|
115 |
-
# server_port=int(os.environ["NSML_PORT1"]),
|
116 |
-
# share=False,
|
117 |
-
# debug=True,
|
118 |
-
)
|
|
|
93 |
\n\nYou can use ProxyDet to query images with text descriptions of any object.
|
94 |
|
95 |
How to use?
|
96 |
+
- Simply upload an image and enter comma separated objects (e.g., "dog,cat,headphone") which you want to detect within the image.\n
|
97 |
Parameters:
|
98 |
- You can also use the score threshold slider to set a threshold to filter out low probability predictions.
|
99 |
- adjust alpha and beta value for base and novel classes, respectively. These determine <b>how much importance will you assign to the scores sourced from our proposed detection head which is trained with our proxy-novel classes</b>.
|
|
|
110 |
["assets/pikachu.jpg", "pikachu,person", 0.15, 0.15, 0.35],
|
111 |
],
|
112 |
)
|
113 |
+
demo.launch()
|
|
|
|
|
|
|
|
|
|