description changed
Browse files
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
app.py
CHANGED
@@ -60,7 +60,7 @@ description = """
|
|
60 |
Gradio demo for an object detection architecture, introduced in my bachelor thesis (link will be added).
|
61 |
\n\n
|
62 |
You can use this architecture to detect objects using textual queries. To use it, simply upload an image and enter any query you want.
|
63 |
-
|
64 |
Refer to <a href="https://tech.amikelive.com/node-718/what-object-categories-labels-are-in-coco-dataset/">this</a> website
|
65 |
or the original <a href="https://arxiv.org/pdf/1405.0312.pdf">COCO</a> paper to see the full list of categories.
|
66 |
\n\n
|
|
|
60 |
Gradio demo for an object detection architecture, introduced in my bachelor thesis (link will be added).
|
61 |
\n\n
|
62 |
You can use this architecture to detect objects using textual queries. To use it, simply upload an image and enter any query you want.
|
63 |
+
The model is trained to recognize only 80 categories (classes) from the COCO Detection 2017 dataset.
|
64 |
Refer to <a href="https://tech.amikelive.com/node-718/what-object-categories-labels-are-in-coco-dataset/">this</a> website
|
65 |
or the original <a href="https://arxiv.org/pdf/1405.0312.pdf">COCO</a> paper to see the full list of categories.
|
66 |
\n\n
|