fmajer commited on
Commit
7780c4c
·
1 Parent(s): 31533d3

description changed

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. app.py +1 -1
.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
- It can be a single word or a sentence. 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
 
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